Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp590 struct OperandMatchEntry { struct
595 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create() argument
597 OperandMatchEntry X; in create()
624 std::vector<OperandMatchEntry> OperandMatchInfo;
1300 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2431 for (std::vector<OperandMatchEntry>::const_iterator it = in emitCustomOperandParsing()
2474 for (std::vector<OperandMatchEntry>::const_iterator it = in emitCustomOperandParsing()
2477 const OperandMatchEntry &OMI = *it; in emitCustomOperandParsing()