Lines Matching defs:Amount
504 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, int64_t Amount,
506 assert(Amount != 0 && "Did not need to adjust stack pointer for RVV.");
513 uint32_t NumOfVReg = Amount / (RISCV::RVVBitsPerBlock / 8);
522 MF.addFrameInst(MCCFIInstruction::cfiDefCfa(nullptr, Reg, -Amount));
1688 int64_t Amount = MI->getOperand(0).getImm();
1690 if (Amount != 0) {
1692 Amount = alignSPAdjust(Amount);
1695 Amount = -Amount;
1698 RI.adjustReg(MBB, MI, DL, SPReg, SPReg, StackOffset::getFixed(Amount),
1741 // Amount of (2048 - StackAlign) will prevent callee saved and restored
1760 // case1: Amount is 2048 - StackAlign: use addi + addi to adjust sp.
1761 // case2: Amount is RVCompressLen: use addi + addi to adjust sp.