Lines Matching full:amount
838 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
839 // ADJCALLSTACKUP -> add, sp, sp, amount
842 unsigned Amount = Old->getOperand(0).getImm();
843 if (Amount != 0) {
845 // amount of space needed for the outgoing arguments up to the next
848 Amount = (Amount+Align-1)/Align*Align;
863 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg);
868 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg);