Home
last modified time | relevance | path

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

123

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp25 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/external/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/external/llvm-project/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h131 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/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h147 bool DisableFramePointerElim(const MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp31 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEFrameLowering.cpp293 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp32 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp31 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp237 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp244 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI->adjustsStack()) in cannotEliminateFrame()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp254 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp255 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm-project/llvm/lib/Target/VE/
DVEFrameLowering.cpp430 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h789 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.h810 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp30 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp328 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp480 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp495 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
/external/llvm-project/llvm/lib/Target/ARC/
DARCFrameLowering.cpp493 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()

123