Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c308 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE]; variable
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()
590 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_string()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c493 struct attr_hash *attr_hash_table[RTL_HASH_SIZE]; variable
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)
790 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)