Lines Matching defs:Amount
160 int64_t Amount = getDynAllocaAmount(&MI, MRI);
161 Lowering L = getLowering(Offset, Amount);
165 Offset += Amount;
168 Offset = Amount;
204 int64_t Amount = getDynAllocaAmount(MI, MRI);
205 if (Amount == 0) {
224 assert(Amount >= SlotSize);
230 Amount -= SlotSize;
231 if (!Amount)
238 assert(Amount > 0);
239 if (Amount == SlotSize) {
248 .addImm(Amount);