/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetOptionsImpl.cpp | 24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.cpp | 97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMachineFunctionInfo.h | 140 !MF.getTarget().Options.DisableFramePointerElim(MF) &&
|
H A D | RISCVPushPopOptimizer.cpp | 128 if (Fn.getTarget().Options.DisableFramePointerElim(Fn)) in runOnMachineFunction()
|
H A D | RISCVFrameLowering.cpp | 316 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 162 bool DisableFramePointerElim(const MachineFunction &MF) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.h | 391 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
|
H A D | ARMBaseRegisterInfo.cpp | 478 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
H A D | ARMFrameLowering.cpp | 207 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP() 2524 MF.getTarget().Options.DisableFramePointerElim(MF)) && in determineCalleeSaves()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaFrameLowering.cpp | 32 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.cpp | 425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 259 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 36 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 492 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 732 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 836 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 525 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 1833 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1172 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 99 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|