Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h226 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
238 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp140 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
207 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
243 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
H A DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMipsSEFrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMipsFrameLowering.cpp143 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
H A DMips16FrameLowering.cpp156 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMSP430FrameLowering.cpp37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
233 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DAVRFrameLowering.cpp43 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering
371 if (TFI.hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMFrameLowering.h50 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMBaseRegisterInfo.cpp375 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
412 if (TFI->hasReservedCallFrame(MF)) in canRealignStack()
754 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h44 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DRISCVFrameLowering.cpp267 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in RISCVFrameLowering
278 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DSystemZFrameLowering.cpp523 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SystemZFrameLowering
538 assert(hasReservedCallFrame(MF) && in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h60 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp51 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.h96 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp223 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h58 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp159 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()

12