Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetFrameLowering.h181 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
193 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMips16FrameLowering.h43 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMips16FrameLowering.cpp150 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
166 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
H A DMipsFrameLowering.cpp128 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
H A DMipsSEFrameLowering.cpp633 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MipsSEFrameLowering
651 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMFrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMBaseRegisterInfo.cpp317 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
360 ->hasReservedCallFrame(MF)) in canRealignStack()
727 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
H A DThumb1FrameLowering.cpp27 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ in hasReservedCallFrame() function in Thumb1FrameLowering
58 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
H A DARMFrameLowering.cpp70 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in ARMFrameLowering
89 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects(); in canSimplifyCallFramePseudos()
868 bool hasMovingSP = !hasReservedCallFrame(MF); in ResolveFrameIndexReference()
1772 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
H A DThumb1RegisterInfo.cpp500 ->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DSparcFrameLowering.cpp138 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
176 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMSP430FrameLowering.cpp38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
233 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DSystemZFrameLowering.cpp492 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SystemZFrameLowering
507 assert(hasReservedCallFrame(MF) && in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h60 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.cpp105 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in AArch64FrameLowering
120 if (!TFI->hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h68 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp203 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp485 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp653 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()
H A DPrologEpilogInserter.cpp641 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()

12