Lines Matching defs:RealStackSize
588 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF);
589 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize();
593 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0)
606 RealStackSize = FirstSPAdjustAmount;
627 // Emit ".cfi_def_cfa_offset RealStackSize"
629 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize));
670 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()),
798 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF);
799 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize();
800 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize();