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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp609 std::vector<OperandMatchEntry> OperandMatchInfo; member in class:__anon22829::AsmMatcherInfo
1281 OperandMatchInfo.push_back(OperandMatchEntry::create(&II, CI, OpMask));
2437 Info.OperandMatchInfo.begin(), ie = Info.OperandMatchInfo.end();
2476 << Info.OperandMatchInfo.size() << "] = {\n";
2480 Info.OperandMatchInfo.begin(), ie = Info.OperandMatchInfo.end();
2562 << Info.OperandMatchInfo.size() << ", Mnemonic,\n"
2670 if (Info.OperandMatchInfo.size()) {
3032 if (Info.OperandMatchInfo
[all...]

Completed in 28 milliseconds