Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h139 bool DisableFramePointerElim(const MachineFunction &MF) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp31 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp249 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h833 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
H A DARMBaseRegisterInfo.cpp459 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
H A DARMFrameLowering.cpp205 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP()
2002 if (MF.getTarget().Options.DisableFramePointerElim(MF) && !LRSpilled) { in determineCalleeSaves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp493 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp462 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
H A DAArch64FrameLowering.cpp368 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp723 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp223 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1339 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp426 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1170 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp377 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp95 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()