Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetFrameLowering.h159 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
171 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.cpp146 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
162 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
DMipsFrameLowering.cpp129 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
DMipsSEFrameLowering.cpp244 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MipsSEFrameLowering
259 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const;
DARMFrameLowering.h50 bool hasReservedCallFrame(const MachineFunction &MF) const;
DARMBaseRegisterInfo.cpp276 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
316 if (MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF)) in canRealignStack()
684 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()
511 bool hasMovingSP = !hasReservedCallFrame(MF); in ResolveFrameIndexReference()
1390 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DThumb1RegisterInfo.cpp592 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.h62 bool hasReservedCallFrame(const MachineFunction &MF) const;
DX86FrameLowering.cpp38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in X86FrameLowering
1764 bool reseveCallFrame = 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()
587 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in AArch64FrameLowering
607 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp342 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp435 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DMBlazeISelLowering.cpp778 if (needsRegArgSlots && TFI.hasReservedCallFrame(MF)) in LowerCall()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp643 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
DMachineFunction.cpp602 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()