Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMipsSEFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMipsFrameLowering.cpp142 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
H A DMips16FrameLowering.cpp152 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMSP430FrameLowering.cpp36 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
226 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DAVRFrameLowering.cpp42 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering
342 if (hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DSparcFrameLowering.cpp135 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
201 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
237 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMFrameLowering.h49 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMBaseRegisterInfo.cpp411 if (hasStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
435 if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
455 if (TFI->hasReservedCallFrame(MF)) in canRealignStack()
796 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h45 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h51 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h135 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DM68kFrameLowering.cpp53 bool M68kFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in M68kFrameLowering
60 return hasReservedCallFrame(MF) || in canSimplifyCallFramePseudos()
230 bool ReserveCallFrame = hasReservedCallFrame(MF); in eliminateCallFramePseudoInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h68 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp50 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp231 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h63 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h101 bool hasReservedCallFrame(const MachineFunction &MF) const override;

12