Home
last modified time | relevance | path

Searched refs:CALLER_SAVE_PROFITABLE (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dregs.h205 #ifndef CALLER_SAVE_PROFITABLE
206 #define CALLER_SAVE_PROFITABLE(REFS, CALLS) (4 * (CALLS) < (REFS)) macro
H A Dglobal.c1165 && CALLER_SAVE_PROFITABLE (allocno[num].n_refs,
H A Dlocal-alloc.c2302 && CALLER_SAVE_PROFITABLE (qty[qtyno].n_refs,
H A DChangeLog.29072 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
H A DChangeLog.316382 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
/openbsd/gnu/gcc/gcc/
H A Dregs.h215 #ifndef CALLER_SAVE_PROFITABLE
216 #define CALLER_SAVE_PROFITABLE(REFS, CALLS) (4 * (CALLS) < (REFS)) macro
H A Dlocal-alloc.c2346 && CALLER_SAVE_PROFITABLE (qty[qtyno].n_refs, in find_free_reg()
H A Dglobal.c1232 && CALLER_SAVE_PROFITABLE (allocno[num].n_refs, in find_reg()
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.h986 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.h1175 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.h1110 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.h951 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h1130 #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi3925 @findex CALLER_SAVE_PROFITABLE
3926 @item CALLER_SAVE_PROFITABLE (@var{refs}, @var{calls})
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi4259 @defmac CALLER_SAVE_PROFITABLE (@var{refs}, @var{calls})
H A Dgccint.info22768 -- Macro: CALLER_SAVE_PROFITABLE (REFS, CALLS)
31865 * CALLER_SAVE_PROFITABLE: Caller Saves. (line 11)