Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Amount

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