Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Commands

390     std::vector<std::string> &Commands = TableDrivenOperandPrinters[i];
394 unsigned NumBits = Log2_32_Ceil(Commands.size());
401 << " bits for " << Commands.size() << " unique commands.\n";
403 if (Commands.size() == 2) {
407 << Commands[1]
409 << Commands[0]
411 } else if (Commands.size() == 1) {
413 O << Commands[0] << "\n\n";
420 for (unsigned i = 0, e = Commands.size(); i != e; ++i) {
422 O << Commands[i];