Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp623 struct OperandMatchEntry { struct
628 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create() argument
630 OperandMatchEntry X; in create()
657 std::vector<OperandMatchEntry> OperandMatchInfo;
1346 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2480 for (std::vector<OperandMatchEntry>::const_iterator it = in emitCustomOperandParsing()
2523 for (std::vector<OperandMatchEntry>::const_iterator it = in emitCustomOperandParsing()
2526 const OperandMatchEntry &OMI = *it; in emitCustomOperandParsing()