Searched refs:SecondSPAdjustAmount (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 260 uint64_t SecondSPAdjustAmount = RealStackSize - FirstSPAdjustAmount; in emitPrologue() local 261 assert(SecondSPAdjustAmount > 0 && in emitPrologue() 263 adjustReg(MBB, MBBI, DL, SPReg, SPReg, -SecondSPAdjustAmount, in emitPrologue() 338 uint64_t SecondSPAdjustAmount = StackSize - FirstSPAdjustAmount; in emitEpilogue() local 339 assert(SecondSPAdjustAmount > 0 && in emitEpilogue() 342 adjustReg(MBB, LastFrameDestroy, DL, SPReg, SPReg, SecondSPAdjustAmount, in emitEpilogue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 683 uint64_t SecondSPAdjustAmount = in emitPrologue() local 685 assert(SecondSPAdjustAmount > 0 && in emitPrologue() 688 StackOffset::getFixed(-SecondSPAdjustAmount), in emitPrologue() 827 uint64_t SecondSPAdjustAmount = in emitEpilogue() local 829 assert(SecondSPAdjustAmount > 0 && in emitEpilogue() 833 StackOffset::getFixed(SecondSPAdjustAmount), in emitEpilogue()
|