Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp203 uint64_t RealStackSize = StackSize; in emitPrologue() local
210 uint64_t SecondSPAdjustAmount = RealStackSize - FirstSPAdjustAmount; in emitPrologue()
284 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp526 uint64_t RealStackSize = StackSize + RVFI->getReservedSpillsSize(); in emitPrologue() local
530 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
543 RealStackSize = FirstSPAdjustAmount; in emitPrologue()
564 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
614 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()), in emitPrologue()
740 uint64_t RealStackSize = StackSize + RVFI->getReservedSpillsSize(); in emitEpilogue() local
741 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()