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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp726 std::vector<OperandMatchEntry> OperandMatchInfo; member in class:__anon4890::AsmMatcherInfo
1463 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI,
2836 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) {
2874 << Info.OperandMatchInfo.size() << "] = {\n";
2877 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) {
3231 if (!Info.OperandMatchInfo.empty()) {
3898 if (!Info.OperandMatchInfo.empty())

Completed in 28 milliseconds