Searched refs:PrintMethod (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp77 std::string PrintMethod = "printOperand"; local
84 PrintMethod = std::string(Rec->getValueAsString("PrintMethod"));
89 PrintMethod = std::string(Rec->getValueAsString("PrintMethod"));
137 Rec, std::string(ArgName), std::string(PrintMethod),
H A DAsmWriterEmitter.cpp746 // 3 bytes if a PrintMethod is needed: 0xFF, the MCInst operand
902 // These two may have a PrintMethod, which we want to record (if it's
907 StringRef PrintMethod = Rec->getValueAsString("PrintMethod"); local
910 if (PrintMethod != "" && PrintMethod != "printOperand") {
913 return X.first == PrintMethod;
917 PrintMethods.emplace_back(std::string(PrintMethod), IsPCRel);
1233 O << " llvm_unreachable(\"Unknown PrintMethod kind\");\n";
1237 << " llvm_unreachable(\"Unknown PrintMethod kin
[all...]

Completed in 133 milliseconds