Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp736 std::vector<OperandMatchEntry> OperandMatchInfo; member in __anon8d06870a0111::AsmMatcherInfo
1469 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2845 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2883 << Info.OperandMatchInfo.size() << "] = {\n"; in emitCustomOperandParsing()
2886 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
3297 if (!Info.OperandMatchInfo.empty()) { in run()
3961 if (!Info.OperandMatchInfo.empty()) in run()