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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp93 // 3. For a match success, each operand class that has a 'ParserMethod'
198 /// ParserMethod - The name of the operand method to do a target specific
200 std::string ParserMethod; member in struct:__anon4890::ClassInfo
1140 Entry->ParserMethod = "";
1398 Init *PRMName = Rec->getValueInit("ParserMethod");
1400 CI->ParserMethod = std::string(SI->getValue());
1453 if (Op.Class->ParserMethod.empty())
2921 if (CI.ParserMethod.empty())
2924 << " return " << CI.ParserMethod << "(Operands);\n";

Completed in 54 milliseconds