Searched refs:hash_index (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dstore-motion.c111 unsigned int hash_index; member in struct:st_expr
191 ptr->hash_index = hash;
742 store_motion_mems_table->remove_elt_with_hash (ptr, ptr->hash_index);
H A Dgcse.c383 unsigned int hash_index; /* Index when in a hash table. */
3663 ptr->hash_index = hash;
3926 unsigned int hash = ptr->hash_index % expr_hash_table.size;
3947 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index);
382 unsigned int hash_index; /* Index when in a hash table. */ member in struct:ls_expr
H A Dexpmed.c2428 int maxm, hash_index;
2487 hash_index = (t ^ (unsigned int) mode ^ (speed * 256)) % NUM_ALG_HASH_ENTRIES;
2490 entry_ptr = alg_hash_entry_ptr (hash_index);
2418 int maxm, hash_index; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c4724 auto symint_t hash_index;
4730 &hash_index);
4738 shash_ptr->next = orig_str_hash[hash_index];
4739 orig_str_hash[hash_index] = shash_ptr;
4685 auto symint_t hash_index; local
/haiku-buildtools/isl/
H A Disl_map_simplify.c683 static int hash_index(isl_int ***index, unsigned int size, int bits, function
699 return hash_index(index, size, bits, (struct isl_basic_map *)bset, k);
1135 h = hash_index(index, size, bits, bmap, k);
1151 h = hash_index(index, size, bits, bmap, k);

Completed in 71 milliseconds