Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp23 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp98 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h152 bool DisableFramePointerElim(const MachineFunction &MF) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.h445 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()
2519 MF.getTarget().Options.DisableFramePointerElim(MF)) && in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp31 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp259 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp493 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp637 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
H A DAArch64FrameLowering.cpp437 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp235 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp848 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp463 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIEImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1727 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1170 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp99 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()