Searched refs:RealStackSize (Results 1 – 2 of 2) sorted by relevance
588 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitPrologue() local589 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); in emitPrologue()593 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()606 RealStackSize = FirstSPAdjustAmount; in emitPrologue()629 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()670 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()), in emitPrologue()798 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue() local799 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); in emitEpilogue()800 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()
204 uint64_t RealStackSize = StackSize; in emitPrologue() local260 uint64_t SecondSPAdjustAmount = RealStackSize - FirstSPAdjustAmount; in emitPrologue()271 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()