Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Commands

450     std::vector<std::string> &Commands = TableDrivenOperandPrinters[i];
454 unsigned NumBits = Log2_32_Ceil(Commands.size());
459 << " bits for " << Commands.size() << " unique commands.\n";
461 if (Commands.size() == 2) {
466 << Commands[1]
468 << Commands[0]
470 } else if (Commands.size() == 1) {
472 O << Commands[0] << "\n\n";
480 for (unsigned i = 0, e = Commands.size(); i != e; ++i) {
482 O << Commands[i];