Home
last modified time | relevance | path

Searched refs:FRAME_POINTER_REQUIRED (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.h953 #define FRAME_POINTER_REQUIRED \ macro
1425 ((TO) == HARD_FRAME_POINTER_REGNUM || !FRAME_POINTER_REQUIRED)
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.h576 #define FRAME_POINTER_REQUIRED 0 macro
/freebsd-11-stable/contrib/gcc/config/ia64/
HDia64.h1068 #define FRAME_POINTER_REQUIRED 0 macro
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.h1447 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca) macro
/freebsd-11-stable/contrib/gcc/config/i386/
HDi386.h1018 #define FRAME_POINTER_REQUIRED ix86_frame_pointer_required () macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.h924 #define FRAME_POINTER_REQUIRED 0 macro
/freebsd-11-stable/contrib/gcc/config/arm/
HDarm.h890 #define FRAME_POINTER_REQUIRED \ macro
/freebsd-11-stable/contrib/gcc/
HDdf-scan.c1943 || (!FRAME_POINTER_REQUIRED in df_record_exit_block_uses()
HDglobal.c344 || FRAME_POINTER_REQUIRED); in global_alloc()
HDreload1.c3500 if ((ep->from == HARD_FRAME_POINTER_REGNUM && FRAME_POINTER_REQUIRED) in update_eliminables()
3591 || FRAME_POINTER_REQUIRED); in init_elim_table()
HDflow.c952 || (! FRAME_POINTER_REQUIRED in mark_regs_live_at_end()
HDFSFChangeLog.10678 * pa.h (FRAME_POINTER_REQUIRED): Revert last change.
804 (FRAME_POINTER_REQUIRED): Frame pointers are always required
1312 (FRAME_POINTER_REQUIRED,INITIAL_FRAME_POINTER_OFFSET,
8312 * m88k/m88k.h: (FRAME_POINTER_REQUIRED) Add -momit-leaf-frame-pointer
HDFSFChangeLog.116192 * 1750a.h (FRAME_POINTER_REQUIRED): Not required.
6347 * mn10300.h (FRAME_POINTER_REQUIRED): Never require a frame pointer.
6673 (FRAME_POINTER_REQUIRED): Require frame pointer for all non-leaf fcns.
7197 (FRAME_POINTER_REQUIRED): Refine.
HDChangeLog-200129025 * config/i960/i960.h (FRAME_POINTER_REQUIRED): Revert removal of
30006 * config/i386/i386.h (FRAME_POINTER_REQUIRED): Call
30012 from FRAME_POINTER_REQUIRED.
HDChangeLog-19992633 (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
16259 (FRAME_POINTER_REQUIRED): Check current_function_has_nonlocal_goto.
HDChangeLog-200022749 (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
22815 (FRAME_POINTER_REQUIRED): Correct logic for determining when a
HDChangeLog-200424708 (FRAME_POINTER_REQUIRED): Use current_function_has_nonlocal_label.
43770 (FRAME_POINTER_REQUIRED): Likewise.
HDChangeLog-200519095 (FRAME_POINTER_REQUIRED): Use SUBTARGET_FRAME_POINTER_REQUIRED.
HDChangeLog-200228121 in favor of SP if FRAME_POINTER_REQUIRED is false.
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi3523 @defmac FRAME_POINTER_REQUIRED
3537 @code{FRAME_POINTER_REQUIRED} says. You don't need to worry about
3555 @code{FRAME_POINTER_REQUIRED} is defined to always be true; in that
HDinvoke.texi4572 machine-description macro @code{FRAME_POINTER_REQUIRED} controls