Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp532 uint64_t SecondSPAdjustAmount = in emitPrologue() local
534 assert(SecondSPAdjustAmount > 0 && in emitPrologue()
536 adjustReg(MBB, MBBI, DL, SPReg, SPReg, -SecondSPAdjustAmount, in emitPrologue()
662 uint64_t SecondSPAdjustAmount = in emitEpilogue() local
664 assert(SecondSPAdjustAmount > 0 && in emitEpilogue()
667 adjustReg(MBB, LastFrameDestroy, DL, SPReg, SPReg, SecondSPAdjustAmount, in emitEpilogue()