Home
last modified time | relevance | path

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

12

/src/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.cpp149 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h296 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
308 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/src/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()
247 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DAVRFrameLowering.cpp40 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering
353 if (hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMFrameLowering.h51 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMBaseRegisterInfo.cpp424 if (hasStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
448 if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
468 if (TFI->hasReservedCallFrame(MF)) in canRealignStack()
813 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h55 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMSP430FrameLowering.cpp41 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
364 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h45 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.h40 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DLoongArchFrameLowering.cpp395 bool LoongArchFrameLowering::hasReservedCallFrame( in hasReservedCallFrame() function in LoongArchFrameLowering
408 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.h67 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h44 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h135 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h43 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp50 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h69 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp232 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()

12