Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp452 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue() local
456 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
469 RealStackSize = FirstSPAdjustAmount; in emitPrologue()
477 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
519 RealStackSize - RVFI->getVarArgsSaveSize(), in emitPrologue()
635 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue() local
636 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()