Lines Matching defs:Amount
414 const DebugLoc &DL, int64_t Amount,
416 assert(Amount != 0 && "Did not need to adjust stack pointer for RVV.");
421 StackOffset Offset = StackOffset::getScalable(Amount);
425 assert(Amount % 8 == 0 &&
427 const int64_t NumOfVReg = Amount / 8;
1301 int64_t Amount = MI->getOperand(0).getImm();
1303 if (Amount != 0) {
1305 Amount = alignSPAdjust(Amount);
1308 Amount = -Amount;
1311 RI.adjustReg(MBB, MI, DL, SPReg, SPReg, StackOffset::getFixed(Amount),
1354 // Amount of (2048 - StackAlign) will prevent callee saved and restored
1373 // case1: Amount is 2048 - StackAlign: use addi + addi to adjust sp.
1374 // case2: Amount is RVCompressLen: use addi + addi to adjust sp.