Searched refs:SameOperandMatcher (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1151 class SameOperandMatcher : public OperandPredicateMatcher { class in namespace:__anon5929
1155 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName) function in class:__anon5929::SameOperandMatcher
1168 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName;
1582 if (isa<SameOperandMatcher>(Predicate))
3042 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName());
3245 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table,

Completed in 112 milliseconds