Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Amount

172     int64_t Amount = I->getOperand(0).getImm();
173 Amount = RoundUpToAlignment(Amount, Align);
175 Amount = -Amount;
191 assert(Amount > -0xffffff && Amount < 0xffffff && "call frame too large");
192 emitFrameOffset(MBB, I, DL, AArch64::SP, AArch64::SP, Amount, TII);
222 // Calculate amount of bytes used for return address storing.
561 // ... otherwise the amount to pop is *all* of the argument space,