Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp25 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h48 extern bool DisableFramePointerElim(const MachineFunction &MF);
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp98 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/include/llvm/Target/
DTargetOptions.h117 bool DisableFramePointerElim(const MachineFunction &MF) const;
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinFrameLowering.cpp30 return DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp255 bool DisableFramePointerElim(const MachineFunction &MF) { in DisableFramePointerElim() function
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430FrameLowering.cpp32 return (DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp87 return DisableFramePointerElim(MF) || MFI->hasVarSizedObjects() in hasFP()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp32 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp50 (DisableFramePointerElim(MF) || MFI->hasVarSizedObjects()); in hasFP()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp244 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI->adjustsStack()) in cannotEliminateFrame()
DAArch64FrameLowering.cpp141 MF.getTarget().Options.DisableFramePointerElim(MF)) || in hasFP()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp237 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.cpp61 return DisableFramePointerElim(MF) || MFI->hasVarSizedObjects(); in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp87 return DisableFramePointerElim(MF) || MF.getFrameInfo()->hasVarSizedObjects(); in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp339 return DisableFramePointerElim(MF) || MFI->hasVarSizedObjects(); in hasFP()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp480 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp218 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp393 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI->adjustsStack()) in cannotEliminateFrame()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp301 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp247 return DisableFramePointerElim(MF) || MFI->hasVarSizedObjects() || in needsFP()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp42 return ((DisableFramePointerElim(MF) && MFI->hasCalls()) || in hasFP()
DARMBaseRegisterInfo.cpp665 if (DisableFramePointerElim(MF) && MFI->adjustsStack()) in cannotEliminateFrame()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp50 return (DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp511 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()

12