Home
last modified time | relevance | path

Searched refs:OperandMatchInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp711 std::vector<OperandMatchEntry> OperandMatchInfo; member in __anon90d40e630111::AsmMatcherInfo
1432 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2642 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2680 << Info.OperandMatchInfo.size() << "] = {\n"; in emitCustomOperandParsing()
2683 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2898 if (!Info.OperandMatchInfo.empty()) { in run()
3310 if (!Info.OperandMatchInfo.empty()) in run()
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp726 std::vector<OperandMatchEntry> OperandMatchInfo; member in __anon0674e6d10111::AsmMatcherInfo
1463 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2836 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2874 << Info.OperandMatchInfo.size() << "] = {\n"; in emitCustomOperandParsing()
2877 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
3292 if (!Info.OperandMatchInfo.empty()) { in run()
3960 if (!Info.OperandMatchInfo.empty()) in run()