Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp394 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue() local
398 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
411 RealStackSize = FirstSPAdjustAmount; in emitPrologue()
419 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
461 RealStackSize - RVFI->getVarArgsSaveSize(), in emitPrologue()
580 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue() local
581 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()