Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp693 struct OperandMatchEntry { struct
698 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create() argument
700 OperandMatchEntry X; in create()
726 std::vector<OperandMatchEntry> OperandMatchInfo;
1459 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2835 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2876 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()