Searched refs:hashcode (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; local
34 hashcode = iterative_hash_host_wide_int (14, hashcode);
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode);
36 hashcode = iterative_hash_host_wide_int (mode, hashcode);
40 return hashcode;
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-sccvn.h33 and hashcode is stored to avoid having to calculate it
42 hashval_t hashcode; member in struct:vn_nary_op_s
59 number of the operation, and hashcode is stored to avoid having to
67 hashval_t hashcode; member in struct:vn_phi_s
102 the resulting value number, and the hashcode. */
108 hashval_t hashcode; member in struct:vn_reference_s
121 hashval_t hashcode; member in struct:vn_constant_s
H A Dtree-ssa-sccvn.c157 /* Return the computed hashcode for nary operation P1. */
162 return vno1->hashcode;
192 /* Return the computed hashcode for phi operation P1. */
197 return vp1->hashcode;
260 /* Return the hashcode for a given reference operation P1. */
265 return vr1->hashcode;
312 return vc1->hashcode;
320 if (vc1->hashcode != vc2->hashcode)
585 vc.hashcode
[all...]
H A Dgenattrtab.c324 unsigned int hashcode; /* Hash code of this rtx or string. */ member in struct:attr_hash
349 attr_hash_add_rtx (unsigned int hashcode, rtx rtl) argument
354 h->hashcode = hashcode;
356 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
357 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
363 attr_hash_add_string (unsigned int hashcode, char *str) argument
368 h->hashcode = -hashcode;
370 h->next = attr_hash_table[hashcode
388 unsigned int hashcode; local
613 unsigned int hashcode; local
[all...]
H A Dtree-ssa-structalias.c1933 hashval_t hashcode; member in struct:equiv_class_label
1954 return ecl->hashcode;
1962 return (eql1->hashcode == eql2->hashcode
1986 ecl.hashcode = bitmap_hash (labels);
1992 (*slot)->hashcode = ecl.hashcode;
5955 hashval_t hashcode; member in struct:shared_bitmap_info
5974 return bi->hashcode;
5999 sbi.hashcode
[all...]
H A Dtree-ssa-pre.c279 return PRE_EXPR_NARY (e)->hashcode;
281 return PRE_EXPR_REFERENCE (e)->hashcode;
545 /* The hashcode for the expression, pred pair. This is cached for
547 hashval_t hashcode; member in struct:expr_pred_trans_d
560 return e->hashcode;
593 tem.hashcode = hash;
604 (*entry)->hashcode = hash;
1803 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode);
H A Dtree.c6956 type_hash_canon (unsigned int hashcode, tree type)
6969 in.hash = hashcode;
6972 loc = type_hash_table->find_slot_with_hash (&in, hashcode, INSERT);
6990 h->hash = hashcode;
6933 type_hash_canon(unsigned int hashcode, tree type) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c3357 register int hashcode;
3375 hashcode = TYPE_HASH (TREE_CODE (ntype))
3382 hashcode += TYPE_HASH (TYPE_ARG_TYPES (ntype));
3385 hashcode += TYPE_HASH (TYPE_DOMAIN (ntype));
3388 hashcode += TYPE_HASH (TYPE_MAX_VALUE (ntype));
3391 hashcode += TYPE_HASH (TYPE_PRECISION (ntype));
3397 ntype = type_hash_canon (hashcode, ntype);
3743 int hashcode; /* Hash code of this type. */
3765 register int hashcode;
3767 for (hashcode
3334 register int hashcode; local
3718 int hashcode; /* Hash code of this type. */ member in struct:type_hash
3740 register int hashcode; local
3847 register int hashcode; local
4304 int hashcode; local
4361 int hashcode; local
4421 int hashcode; local
4458 int hashcode; local
4483 int hashcode; local
[all...]
H A Dgenattrtab.c472 int hashcode; /* Hash code of this rtx or string. */
497 attr_hash_add_rtx (hashcode, rtl)
498 int hashcode;
505 h->hashcode = hashcode;
507 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
508 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
514 attr_hash_add_string (hashcode, str)
515 int hashcode;
522 h->hashcode
471 int hashcode; /* Hash code of this rtx or string. */ member in struct:attr_hash
548 int hashcode; local
784 int hashcode; local
[all...]
H A Dcccp.c5931 int hashcode; local
5942 hashcode = hashf (mdef.symnam, mdef.symlen, HASHSIZE);
5946 if ((hp = lookup (mdef.symnam, mdef.symlen, hashcode)) != NULL) {
5980 (char *) mdef.defn, hashcode);
6476 int hashcode = hashf (symname, sym_length, ASSERTION_HASHSIZE); local
6480 hp = assertion_lookup (symname, sym_length, hashcode);
6484 hp = assertion_install (symname, sym_length, hashcode);
6549 int hashcode = hashf (symname, sym_length, ASSERTION_HASHSIZE); local
6552 hp = assertion_lookup (symname, sym_length, hashcode);
6604 int hashcode local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtree.c372 int hashcode;
393 hashcode = TYPE_HASH (basetype) + TYPE_HASH (rettype) + type_hash_list (argtypes);
394 t = type_hash_canon (hashcode, t);
944 int hashcode; /* Hash code of this list. */
965 register int hashcode = 0;
968 hashcode += TYPE_HASH (chain);
971 hashcode += TYPE_HASH (value);
973 hashcode += 1007;
975 hashcode += TYPE_HASH (purpose);
977 hashcode
371 int hashcode; local
940 int hashcode; /* Hash code of this list. */ member in struct:list_hash
961 register int hashcode = 0; local
1027 int hashcode = 0; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dtree.c1705 hashval_t hashcode = 0;
1708 hashcode += TREE_HASH (chain);
1711 hashcode += TREE_HASH (value);
1713 hashcode += 1007;
1715 hashcode += TREE_HASH (purpose);
1717 hashcode += 1009;
1718 return hashcode;
1738 int hashcode = 0;
1743 hashcode = list_hash_pieces (purpose, value, chain);
1750 slot = list_hash_table->find_slot_with_hash (&proxy, hashcode, INSER
1702 hashval_t hashcode = 0; local
1735 int hashcode = 0; local
[all...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils.c1230 hashval_t hashcode;
1233 hashcode
1235 hashcode = iterative_hash_expr (TYPE_SIZE (type), hashcode);
1236 hashcode = iterative_hash_hashval_t (TYPE_ALIGN (type), hashcode);
1237 hashcode = iterative_hash_expr (TYPE_ADA_SIZE (type), hashcode);
1239 in.hash = hashcode;
1241 h = pad_type_hash_table->find_with_hash (&in, hashcode);
1224 hashval_t hashcode; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c10362 hashval_t hashcode = 0;
10459 hashcode = iterative_hash_object (TYPE_HASH (unqual_elt), hashcode);
10460 hashcode = iterative_hash_object (TYPE_HASH (TYPE_DOMAIN (main_type)),
10461 hashcode);
10462 main_type = type_hash_canon (hashcode, main_type);
10344 hashval_t hashcode = 0; local

Completed in 350 milliseconds