Home | History | Annotate | Download | only in TableGen

Lines Matching refs:PrintMethod

689           // 3 bytes if a PrintMethod is needed: 0xFF, the MCInst operand
834 // These two may have a PrintMethod, which we want to record (if it's
839 std::string PrintMethod = Rec->getValueAsString("PrintMethod");
840 if (PrintMethod != "" && PrintMethod != "printOperand") {
842 PrintMethods.end(), PrintMethod) -
845 PrintMethods.push_back(PrintMethod);
1052 O << " llvm_unreachable(\"Unknown PrintMethod kind\");\n";
1056 << " llvm_unreachable(\"Unknown PrintMethod kind\");\n"