Home
last modified time | relevance | path

Searched refs:RTL_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c307 #define RTL_HASH_SIZE 4093 macro
308 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
324 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
325 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
338 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
339 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
377 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
431 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
452 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c492 #define RTL_HASH_SIZE 4093 macro
493 struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
512 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
513 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
529 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
530 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
570 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
600 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
624 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
645 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
[all …]