Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NOperandCycles

271                          std::string &ItinString, unsigned &NOperandCycles) {
277 unsigned N = NOperandCycles = OperandCycleList.size();
290 unsigned NOperandCycles) {
297 if (++i < NOperandCycles) ItinString += ", ";
299 for (; i < NOperandCycles;) {
301 if (++i < NOperandCycles) ItinString += ", ";
400 unsigned NOperandCycles;
402 NOperandCycles);
406 NOperandCycles);
426 if (NOperandCycles > 0) {
433 if (NOperandCycles > 1)
435 + itostr(OperandCycleCount + NOperandCycles - 1);
442 OperandCycleCount += NOperandCycles;
454 FindOperandCycle + NOperandCycles};