/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetOptionsImpl.cpp | 24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.cpp | 97 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 139 bool DisableFramePointerElim(const MachineFunction &MF) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 31 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 249 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.cpp | 425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.h | 833 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
|
H A D | ARMBaseRegisterInfo.cpp | 459 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
H A D | ARMFrameLowering.cpp | 205 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 D | ARCFrameLowering.cpp | 493 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 462 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
H A D | AArch64FrameLowering.cpp | 368 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 723 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 223 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 1339 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 426 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1170 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 377 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 95 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|