Searched refs:CALLER_SAVE_PROFITABLE (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | regs.h | 205 #ifndef CALLER_SAVE_PROFITABLE 206 #define CALLER_SAVE_PROFITABLE(REFS, CALLS) (4 * (CALLS) < (REFS)) macro
|
H A D | global.c | 1165 && CALLER_SAVE_PROFITABLE (allocno[num].n_refs,
|
H A D | local-alloc.c | 2302 && CALLER_SAVE_PROFITABLE (qty[qtyno].n_refs,
|
H A D | ChangeLog.2 | 9072 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
|
H A D | ChangeLog.3 | 16382 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
|
/openbsd/gnu/gcc/gcc/ |
H A D | regs.h | 215 #ifndef CALLER_SAVE_PROFITABLE 216 #define CALLER_SAVE_PROFITABLE(REFS, CALLS) (4 * (CALLS) < (REFS)) macro
|
H A D | local-alloc.c | 2346 && CALLER_SAVE_PROFITABLE (qty[qtyno].n_refs, in find_free_reg()
|
H A D | global.c | 1232 && CALLER_SAVE_PROFITABLE (allocno[num].n_refs, in find_reg()
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.h | 986 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
H A D | dsp16xx.h | 1175 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.h | 1110 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.h | 951 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.h | 1130 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 3925 @findex CALLER_SAVE_PROFITABLE 3926 @item CALLER_SAVE_PROFITABLE (@var{refs}, @var{calls})
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 4259 @defmac CALLER_SAVE_PROFITABLE (@var{refs}, @var{calls})
|
H A D | gccint.info | 22768 -- Macro: CALLER_SAVE_PROFITABLE (REFS, CALLS) 31865 * CALLER_SAVE_PROFITABLE: Caller Saves. (line 11)
|