Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp25 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp98 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h123 bool DisableFramePointerElim(const MachineFunction &MF) const;
/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/CellSPU/
DSPUFrameLowering.cpp50 (DisableFramePointerElim(MF) || MFI->hasVarSizedObjects()); in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp87 return DisableFramePointerElim(MF) || MFI->hasVarSizedObjects() in hasFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp32 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp32 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp29 return 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-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h717 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp244 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI->adjustsStack()) in cannotEliminateFrame()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp272 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp255 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp466 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp517 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()

12