Searched refs:TARGET_SCHED_REORDER (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | target-def.h | 191 #define TARGET_SCHED_REORDER 0 macro 209 TARGET_SCHED_REORDER, \
|
H A D | ChangeLog.6 | 13471 TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
|
/openbsd/gnu/gcc/gcc/ |
H A D | target-def.h | 291 #define TARGET_SCHED_REORDER 0 macro 320 TARGET_SCHED_REORDER, \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/ |
H A D | m32r.c | 106 #undef TARGET_SCHED_REORDER 107 #define TARGET_SCHED_REORDER m32r_sched_reorder macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64.c | 278 #undef TARGET_SCHED_REORDER 279 #define TARGET_SCHED_REORDER ia64_sched_reorder macro
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips.c | 1075 #undef TARGET_SCHED_REORDER 1076 #define TARGET_SCHED_REORDER mips_sched_reorder macro
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 334 #undef TARGET_SCHED_REORDER 335 #define TARGET_SCHED_REORDER ia64_sched_reorder macro
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.c | 367 #undef TARGET_SCHED_REORDER 368 #define TARGET_SCHED_REORDER sh_reorder macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.c | 898 #undef TARGET_SCHED_REORDER 899 #define TARGET_SCHED_REORDER ix86_sched_reorder macro
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 5536 hooks @samp{TARGET_SCHED_REORDER} and @samp{TARGET_SCHED_REORDER2}). 5580 @deftypefn {Target Hook} int TARGET_SCHED_REORDER (FILE *@var{file}, int @var{verbose}, rtx *@var{r… 5598 Like @samp{TARGET_SCHED_REORDER}, but called at a different time. That 5615 scratch space if it is needed, e.g. by @samp{TARGET_SCHED_REORDER}.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 5849 hooks @samp{TARGET_SCHED_REORDER} and @samp{TARGET_SCHED_REORDER2}). 5892 @deftypefn {Target Hook} int TARGET_SCHED_REORDER (FILE *@var{file}, int @var{verbose}, rtx *@var{r… 5910 Like @samp{TARGET_SCHED_REORDER}, but called at a different time. That 5937 scratch space if it is needed, e.g.@: by @samp{TARGET_SCHED_REORDER}.
|
H A D | gccint.info | 24258 processor cycle (see hooks `TARGET_SCHED_REORDER' and 24299 -- Target Hook: int TARGET_SCHED_REORDER (FILE *FILE, int VERBOSE, rtx 24318 Like `TARGET_SCHED_REORDER', but called at a different time. That 24347 `TARGET_SCHED_REORDER'. 34000 * TARGET_SCHED_REORDER: Scheduling. (line 60)
|