Home | History | Annotate | Download | only in XCore

Lines Matching defs:Amount

487     uint64_t Amount = Old->getOperand(0).getImm();
488 if (Amount != 0) {
490 // amount of space needed for the outgoing arguments up to the next
493 Amount = (Amount+Align-1)/Align*Align;
495 assert(Amount%4 == 0);
496 Amount /= 4;
498 bool isU6 = isImmU6(Amount);
499 if (!isU6 && !isImmU16(Amount)) {
503 << Amount << "\n";
512 .addImm(Amount);
517 .addImm(Amount);