Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp726 std::vector<OperandMatchEntry> OperandMatchInfo; member in __anonf14fc8a50111::AsmMatcherInfo
1459 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2831 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2869 << Info.OperandMatchInfo.size() << "] = {\n"; in emitCustomOperandParsing()
2872 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
3283 if (!Info.OperandMatchInfo.empty()) { in run()
3948 if (!Info.OperandMatchInfo.empty()) in run()