Lines Matching defs:RealStackSize
645 uint64_t RealStackSize, bool EmitCFI,
659 // Emit ".cfi_def_cfa_offset RealStackSize"
661 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize));
866 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF);
867 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize();
871 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0)
884 RealStackSize = FirstSPAdjustAmount;
899 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize - StackSize));
916 allocateStack(MBB, MBBI, MF, StackSize, RealStackSize, /*EmitCFI=*/true,
940 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()),
1099 uint64_t RealStackSize = FirstSPAdjustAmount ? FirstSPAdjustAmount
1104 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize();
1119 nullptr, RI->getDwarfRegNum(SPReg, true), RealStackSize));
1171 nullptr, RI->getDwarfRegNum(SPReg, true), RealStackSize));
1213 /*stack_adj of cm.pop instr*/ RealStackSize - StackSize);