Lines Matching defs:Amount
234 uint64_t Amount = !ReserveCallFrame ? I->getOperand(0).getImm() : 0;
235 uint64_t InternalAmt = (IsDestroy && Amount) ? I->getOperand(1).getImm() : 0;
247 Amount = alignTo(Amount, StackAlign);
254 // Amount == 0, because the preceding function may have set a non-0
263 MCCFIInstruction::createGnuArgsSize(nullptr, Amount));
266 if (Amount == 0)
271 Amount -= InternalAmt;
280 // Add Amount to SP to destroy a frame, or subtract to setup.
281 int64_t StackAdjustment = IsDestroy ? Amount : -Amount;