Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp390 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue() local
394 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
407 RealStackSize = FirstSPAdjustAmount; in emitPrologue()
415 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
455 RealStackSize - RVFI->getVarArgsSaveSize(), in emitPrologue()
565 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue() local
566 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()