Home | History | Annotate | Download | only in XCore

Lines Matching refs:Amount

115     uint64_t Amount = Old->getOperand(0).getImm();
116 if (Amount != 0) {
118 // amount of space needed for the outgoing arguments up to the next
121 Amount = (Amount+Align-1)/Align*Align;
123 assert(Amount%4 == 0);
124 Amount /= 4;
126 bool isU6 = isImmU6(Amount);
127 if (!isU6 && !isImmU16(Amount)) {
131 << Amount << "\n";
140 .addImm(Amount);
145 .addImm(Amount);