Home
last modified time | relevance | path

Searched refs:DisableFramePointerElim (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetOptionsImpl.cpp24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVMachineFunctionInfo.h140 !MF.getTarget().Options.DisableFramePointerElim(MF) &&
HDRISCVPushPopOptimizer.cpp128 if (Fn.getTarget().Options.DisableFramePointerElim(Fn)) in runOnMachineFunction()
HDRISCVFrameLowering.cpp316 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h162 bool DisableFramePointerElim(const MachineFunction &MF) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSubtarget.h391 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
HDARMBaseRegisterInfo.cpp478 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
HDARMFrameLowering.cpp207 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP()
2524 MF.getTarget().Options.DisableFramePointerElim(MF)) && in determineCalleeSaves()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaFrameLowering.cpp32 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEFrameLowering.cpp425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcFrameLowering.cpp259 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430FrameLowering.cpp36 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchFrameLowering.cpp38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCFrameLowering.cpp492 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYFrameLowering.cpp40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreFrameLowering.cpp219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kFrameLowering.cpp47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.cpp732 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.cpp836 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp525 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFrameLowering.cpp1833 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp1172 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FrameLowering.cpp99 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()

12