Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp139 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
152 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMipsSEFrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMips16FrameLowering.cpp152 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
DMipsRegisterInfo.cpp322 if (Subtarget.getFrameLowering()->hasReservedCallFrame(MF)) in canRealignStack()
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h216 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
228 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.h40 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DWebAssemblyFrameLowering.cpp59 bool WebAssemblyFrameLowering::hasReservedCallFrame( in hasReservedCallFrame() function in WebAssemblyFrameLowering
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp139 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
189 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
225 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DSparcRegisterInfo.cpp234 if (getFrameLowering(MF)->hasReservedCallFrame(MF)) in canRealignStack()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMSP430FrameLowering.cpp38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
234 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.h42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DARMFrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DARMBaseRegisterInfo.cpp311 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
352 if (TFI->hasReservedCallFrame(MF)) in canRealignStack()
702 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
DThumb1FrameLowering.cpp28 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ in hasReservedCallFrame() function in Thumb1FrameLowering
59 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DARMFrameLowering.cpp79 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in ARMFrameLowering
98 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects(); in canSimplifyCallFramePseudos()
829 bool hasMovingSP = !hasReservedCallFrame(MF); in ResolveFrameIndexReference()
1735 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DThumbRegisterInfo.cpp536 assert(STI.getFrameLowering()->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h59 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DAArch64FrameLowering.cpp154 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in AArch64FrameLowering
169 if (!TFI->hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DSystemZFrameLowering.cpp506 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SystemZFrameLowering
521 assert(hasReservedCallFrame(MF) && in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/X86/
DX86FrameLowering.h96 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp203 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()

12