Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp454 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue() local
458 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
471 RealStackSize = FirstSPAdjustAmount; in emitPrologue()
480 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
524 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()), in emitPrologue()
650 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue() local
651 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()
/openbsd-src/gnu/llvm/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()