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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp94 // 3. For a match success, each operand class that has a 'ParserMethod'
192 /// ParserMethod - The name of the operand method to do a target specific
194 std::string ParserMethod; member in struct:__anon26561::ClassInfo
1005 Entry->ParserMethod = "";
1261 Init *PRMName = (*it)->getValueInit("ParserMethod");
1263 CI->ParserMethod = SI->getValue();
1301 if (Op.Class->ParserMethod.empty())
2570 if (CI->ParserMethod.empty())
2573 << " return " << CI->ParserMethod << "(Operands);\n";

Completed in 64 milliseconds