/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetOptionsImpl.cpp | 23 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.cpp | 98 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 152 bool DisableFramePointerElim(const MachineFunction &MF) const;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.h | 445 MF.getTarget().Options.DisableFramePointerElim(MF)) || in splitFramePushPop()
|
H A D | ARMBaseRegisterInfo.cpp | 478 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
H A D | ARMFrameLowering.cpp | 207 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 D | MSP430FrameLowering.cpp | 31 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.cpp | 425 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 259 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 493 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 219 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 47 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 637 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
H A D | AArch64FrameLowering.cpp | 437 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 235 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 848 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 463 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIEImpl()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 1727 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1170 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 99 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFP()
|