Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h140 !MF.getTarget().Options.DisableFramePointerElim(MF) &&
H A DRISCVPushPopOptimizer.cpp128 if (Fn.getTarget().Options.DisableFramePointerElim(Fn)) in runOnMachineFunction()
H A DRISCVFrameLowering.cpp316 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h162 bool DisableFramePointerElim(const MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h391 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
H A DARMBaseRegisterInfo.cpp478 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
H A DARMFrameLowering.cpp207 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 DXtensaFrameLowering.cpp32 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp259 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp36 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp492 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp732 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp836 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp525 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1833 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1172 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp99 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()

12