| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetOptionsImpl.cpp | 24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.cpp | 91 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMachineFunctionInfo.cpp | 101 !MF.getTarget().Options.DisableFramePointerElim(MF)) in getPushPopKind()
|
| H A D | RISCVFrameLowering.cpp | 468 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 147 LLVM_ABI bool DisableFramePointerElim(const MachineFunction &MF) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 205 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 422 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaFrameLowering.cpp | 39 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 34 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.cpp | 38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 492 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 217 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYFrameLowering.cpp | 40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 344 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFPImpl() 2525 !MF.getTarget().Options.DisableFramePointerElim(MF); in determineCalleeSaves() 2794 MF.getTarget().Options.DisableFramePointerElim(MF)) && in determineCalleeSaves() 3137 assert(!MF.getTarget().Options.DisableFramePointerElim(MF) && in assignCalleeSavedSpillSlots()
|
| H A D | ARMBaseRegisterInfo.cpp | 507 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 49 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 799 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
|
| H A D | AArch64FrameLowering.cpp | 542 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 868 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 550 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 2086 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 1159 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 98 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20570 {"_ZN4llvm23DisableFramePointerElimERKNS_15MachineFunctionE", "llvm::DisableFramePointerElim(llvm::…
|