Home
last modified time | relevance | path

Searched refs:TARGET_LOOP_UNROLL_ADJUST (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc17429 #undef TARGET_LOOP_UNROLL_ADJUST
17430 #define TARGET_LOOP_UNROLL_ADJUST s390_loop_unroll_adjust macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc24736 #undef TARGET_LOOP_UNROLL_ADJUST
24737 #define TARGET_LOOP_UNROLL_ADJUST ix86_loop_unroll_adjust macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc1441 #undef TARGET_LOOP_UNROLL_ADJUST
1442 #define TARGET_LOOP_UNROLL_ADJUST rs6000_loop_unroll_adjust macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in7992 @hook TARGET_LOOP_UNROLL_ADJUST
Dtm.texi12178 @deftypefn {Target Hook} unsigned TARGET_LOOP_UNROLL_ADJUST (unsigned @var{nunroll}, class loop *@v…
Dgccint.info43825 -- Target Hook: unsigned TARGET_LOOP_UNROLL_ADJUST (unsigned NUNROLL,
57465 * TARGET_LOOP_UNROLL_ADJUST: Misc. (line 939)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201035517 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
35518 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
35519 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
DChangeLog-20131601 (TARGET_LOOP_UNROLL_ADJUST): Define.
3895 TARGET_LOOP_UNROLL_ADJUST while deciding unroll factor.
DChangeLog-20195972 (TARGET_LOOP_UNROLL_ADJUST): Add loop unroll adjust hook.