Lines Matching full:amount
745 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
746 // ADJCALLSTACKUP -> add, sp, sp, amount
749 unsigned Amount = Old->getOperand(0).getImm();
750 if (Amount != 0) {
752 // amount of space needed for the outgoing arguments up to the next
755 Amount = (Amount+Align-1)/Align*Align;
770 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg);
775 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg);