Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Target/
DTargetFrameLowering.h164 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
176 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.h40 bool hasReservedCallFrame(const MachineFunction &MF) const;
DMips16FrameLowering.h44 bool hasReservedCallFrame(const MachineFunction &MF) const;
DMips16FrameLowering.cpp145 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
161 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
DMipsFrameLowering.cpp129 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
DMipsSEFrameLowering.cpp467 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MipsSEFrameLowering
485 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.h41 bool hasReservedCallFrame(const MachineFunction &MF) const;
DSparcFrameLowering.cpp78 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
132 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const;
DARMFrameLowering.h50 bool hasReservedCallFrame(const MachineFunction &MF) const;
DARMBaseRegisterInfo.cpp296 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
336 if (MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF)) in canRealignStack()
710 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
DThumb1FrameLowering.cpp23 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ in hasReservedCallFrame() function in Thumb1FrameLowering
54 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DARMFrameLowering.cpp63 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in ARMFrameLowering
82 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects(); in canSimplifyCallFramePseudos()
513 bool hasMovingSP = !hasReservedCallFrame(MF); in ResolveFrameIndexReference()
1392 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DThumb1RegisterInfo.cpp598 assert(MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h52 bool hasReservedCallFrame(const MachineFunction &MF) const;
DMSP430FrameLowering.cpp37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
232 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/X86/
DX86FrameLowering.h89 bool hasReservedCallFrame(const MachineFunction &MF) const;
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h59 virtual bool hasReservedCallFrame(const MachineFunction &MF) const
DSystemZFrameLowering.cpp499 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SystemZFrameLowering
514 assert(hasReservedCallFrame(MF) && in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h102 virtual bool hasReservedCallFrame(const MachineFunction &MF) const;
DAArch64FrameLowering.cpp374 || (MFI->adjustsStack() && !hasReservedCallFrame(MF)); in processFunctionBeforeCalleeSavedScan()
589 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in AArch64FrameLowering
609 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp200 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp309 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp620 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()
DPrologEpilogInserter.cpp664 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()

12