Home | History | Annotate | Download | only in XCore

Lines Matching refs:Amount

486     uint64_t Amount = Old->getOperand(0).getImm();
487 if (Amount != 0) {
489 // amount of space needed for the outgoing arguments up to the next
492 Amount = (Amount+Align-1)/Align*Align;
494 assert(Amount%4 == 0);
495 Amount /= 4;
497 bool isU6 = isImmU6(Amount);
498 if (!isU6 && !isImmU16(Amount)) {
502 << Amount << "\n";
511 .addImm(Amount);
516 .addImm(Amount);