Searched refs:getCallFrameSize (Results 1 – 9 of 9) sorted by relevance
70 virtual int getCallFrameSize() = 0;99 int getCallFrameSize() final { return 128; } in getCallFrameSize() function122 int getCallFrameSize() final { return SystemZMC::ELFCallFrameSize; } in getCallFrameSize() function
1337 MFFrame.getStackSize() + Regs.getCallFrameSize() + in emitPrologue()1521 uint64_t MaxReach = (StackSize + Regs.getCallFrameSize() + in processFunctionBeforeFrameFinalized()1545 StackSize += Regs->getCallFrameSize(); in determineFrameLayout()
142 Regs->getCallFrameSize() + in splitAdjDynAlloc()
2008 ArgSPOffset += XPRegs.getCallFrameSize(); in LowerFormalArguments()2061 int64_t VarArgOffset = CCInfo.getStackSize() + Regs->getCallFrameSize(); in LowerFormalArguments()2331 unsigned Offset = Regs->getStackPointerBias() + Regs->getCallFrameSize() + in LowerCall()
1350 return Succ->getCallFrameSize() == in replaceFrameIndicesBackward()1351 (*MBB.succ_begin())->getCallFrameSize(); in replaceFrameIndicesBackward()1354 SPAdj = TFI.alignSPAdjust(FirstSucc.getCallFrameSize()); in replaceFrameIndicesBackward()1373 int SPAdj = TFI.alignSPAdjust(MBB.getCallFrameSize()); in replaceFrameIndices()
1170 NMBB->setCallFrameSize(Succ->getCallFrameSize()); in SplitCriticalEdge()
3979 if ((int)MBB->getCallFrameSize() != -BBState.EntryValue) { in verifyStackFrame()3983 OS << "Call frame size on entry " << MBB->getCallFrameSize() in verifyStackFrame()
1948 return MBB->getCallFrameSize(); in getCallFrameSizeAt()
1264 unsigned getCallFrameSize() const { return CallFrameSize; }