Home
last modified time | relevance | path

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

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgenattrtab.c370 #define RTL_HASH_SIZE 4093 macro
371 struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
387 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
388 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
401 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
402 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
440 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
471 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
494 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
515 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
403 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
428 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
455 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
481 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093 macro
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenattrtab.c339 #define RTL_HASH_SIZE 4093 macro
340 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
356 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
357 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
370 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
371 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
405 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
430 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
457 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
483 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093 macro
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
403 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
428 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
455 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
481 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093 macro
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093 macro
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
403 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
428 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
455 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
481 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE];
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h;
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
403 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
428 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
455 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
481 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
403 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
428 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
455 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
481 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenattrtab.c339 #define RTL_HASH_SIZE 4093 macro
340 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
356 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
357 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
370 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
371 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
405 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
430 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
457 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
483 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093 macro
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenattrtab.c342 #define RTL_HASH_SIZE 4093 macro
343 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
359 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
360 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
373 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
374 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
433 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
460 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
486 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenattrtab.c339 #define RTL_HASH_SIZE 4093 macro
340 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
356 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
357 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
370 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
371 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
405 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
430 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
457 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
483 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
403 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
428 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
455 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
481 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
407 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
438 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
462 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
485 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgenattrtab.c338 #define RTL_HASH_SIZE 4093 macro
339 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
355 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
356 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
369 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
370 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
439 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
463 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
489 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgenattrtab.c338 #define RTL_HASH_SIZE 4093 macro
339 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
355 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
356 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
369 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
370 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
439 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
463 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
489 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgenattrtab.c338 #define RTL_HASH_SIZE 4093 macro
339 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
355 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
356 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
369 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
370 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
408 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
439 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
463 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
489 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgenattrtab.c337 #define RTL_HASH_SIZE 4093 macro
338 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
354 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
355 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
368 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
369 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
407 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
438 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
462 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
485 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattrtab.c511 #define RTL_HASH_SIZE 4093 macro
512 struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
528 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
529 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
542 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
543 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
581 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
611 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
634 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
655 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattrtab.c511 #define RTL_HASH_SIZE 4093 macro
512 struct attr_hash *attr_hash_table[RTL_HASH_SIZE];
528 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_rtx()
529 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_rtx()
542 h->next = attr_hash_table[hashcode % RTL_HASH_SIZE]; in attr_hash_add_string()
543 attr_hash_table[hashcode % RTL_HASH_SIZE] = h; in attr_hash_add_string()
581 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
611 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
634 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
655 for (h = attr_hash_table[hashcode % RTL_HASH_SIZE]; h; h = h->next) in attr_rtx_1()
[all …]