Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp724 struct OperandMatchEntry { struct
729 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, in create() argument
731 OperandMatchEntry X; in create()
757 std::vector<OperandMatchEntry> OperandMatchInfo;
1507 OperandMatchEntry::create(MI.get(), CI, OpMask)); in buildOperandMatchInfo()
2878 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()
2920 for (const OperandMatchEntry &OMI : Info.OperandMatchInfo) { in emitCustomOperandParsing()