Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp694 struct OperandMatchEntry { struct
699 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create() argument
701 OperandMatchEntry X; in create()
727 std::vector<OperandMatchEntry> OperandMatchInfo;
1460 OperandMatchInfo.push_back(OperandMatchEntry::create(MI.get(), CI, in buildOperandMatchInfo()
2828 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2869 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()