Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp588 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitPrologue() local
589 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); in emitPrologue()
593 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
606 RealStackSize = FirstSPAdjustAmount; in emitPrologue()
629 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
670 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()), in emitPrologue()
798 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue() local
799 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); in emitEpilogue()
800 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp204 uint64_t RealStackSize = StackSize; in emitPrologue() local
260 uint64_t SecondSPAdjustAmount = RealStackSize - FirstSPAdjustAmount; in emitPrologue()
271 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()