Searched refs:RealStackSize (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 739 uint64_t RealStackSize, bool EmitCFI, in allocateStack() argument 755 CFIBuilder.buildDefCFAOffset(RealStackSize); in allocateStack() 771 uint64_t CFAAdjust = RealStackSize - Offset; in allocateStack() 794 CFIBuilder.buildDefCFAOffset(RealStackSize); in allocateStack() 975 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitPrologue() local 976 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); in emitPrologue() 980 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue() 993 RealStackSize = FirstSPAdjustAmount; in emitPrologue() 1022 CFIBuilder.buildDefCFAOffset(RealStackSize - StackSize); in emitPrologue() 1036 allocateStack(MBB, MBBI, MF, StackSize, RealStackSize, /*EmitCFI=*/true, in emitPrologue() [all …]
|
| H A D | RISCVFrameLowering.h | 83 uint64_t RealStackSize, bool EmitCFI, bool NeedProbe,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.cpp | 209 uint64_t RealStackSize = StackSize; in emitPrologue() local 265 uint64_t SecondSPAdjustAmount = RealStackSize - FirstSPAdjustAmount; in emitPrologue() 276 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
|