Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp24 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { in DisableFramePointerElim() function in TargetOptions
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp91 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp101 !MF.getTarget().Options.DisableFramePointerElim(MF)) in getPushPopKind()
H A DRISCVFrameLowering.cpp468 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h147 LLVM_ABI bool DisableFramePointerElim(const MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp205 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp422 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp39 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp34 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp38 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp492 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp217 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp40 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp344 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 DARMBaseRegisterInfo.cpp507 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp49 return MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp799 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack()) in cannotEliminateFrame()
H A DAArch64FrameLowering.cpp542 if (MF.getTarget().Options.DisableFramePointerElim(MF)) in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp868 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp550 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp2086 MF.getTarget().Options.DisableFramePointerElim(MF); in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1159 if (TM.Options.DisableFramePointerElim(MF) || !EliminateFramePointer) in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp379 return MF.getTarget().Options.DisableFramePointerElim(MF) || in needsFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp98 return (MF.getTarget().Options.DisableFramePointerElim(MF) || in hasFPImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20570 {"_ZN4llvm23DisableFramePointerElimERKNS_15MachineFunctionE", "llvm::DisableFramePointerElim(llvm::…