Home
last modified time | relevance | path

Searched refs:getCallFrameSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h70 virtual int getCallFrameSize() = 0;
99 int getCallFrameSize() final { return 128; } in getCallFrameSize() function
122 int getCallFrameSize() final { return SystemZMC::ELFCallFrameSize; } in getCallFrameSize() function
H A DSystemZFrameLowering.cpp1305 MFFrame.getStackSize() + Regs.getCallFrameSize() + in emitPrologue()
1489 uint64_t MaxReach = (StackSize + Regs.getCallFrameSize() + in processFunctionBeforeFrameFinalized()
1513 StackSize += Regs->getCallFrameSize(); in determineFrameLayout()
H A DSystemZInstrInfo.cpp140 Regs->getCallFrameSize() + in splitAdjDynAlloc()
H A DSystemZISelLowering.cpp1676 ArgSPOffset += XPRegs.getCallFrameSize(); in LowerFormalArguments()
1726 int64_t VarArgOffset = CCInfo.getStackSize() + Regs->getCallFrameSize(); in LowerFormalArguments()
1993 unsigned Offset = Regs->getStackPointerBias() + Regs->getCallFrameSize() + in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1348 return Succ->getCallFrameSize() == in replaceFrameIndicesBackward()
1349 (*MBB.succ_begin())->getCallFrameSize(); in replaceFrameIndicesBackward()
1352 SPAdj = TFI.alignSPAdjust(FirstSucc.getCallFrameSize()); in replaceFrameIndicesBackward()
1371 int SPAdj = TFI.alignSPAdjust(MBB.getCallFrameSize()); in replaceFrameIndices()
H A DMachineBasicBlock.cpp1158 NMBB->setCallFrameSize(Succ->getCallFrameSize()); in SplitCriticalEdge()
H A DMachineVerifier.cpp3827 if ((int)MBB->getCallFrameSize() != -BBState.EntryValue) { in verifyStackFrame()
3831 errs() << "Call frame size on entry " << MBB->getCallFrameSize() in verifyStackFrame()
H A DTargetInstrInfo.cpp1638 return MBB->getCallFrameSize(); in getCallFrameSizeAt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1211 unsigned getCallFrameSize() const { return CallFrameSize; }