Searched refs:SameOperandMatcher (Results 1 – 1 of 1) sorted by relevance
1214 class SameOperandMatcher : public OperandPredicateMatcher { class1219 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() function in __anoncee47b830111::SameOperandMatcher1233 OrigOpIdx == cast<SameOperandMatcher>(&B)->OrigOpIdx && in isIdentical()1234 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()1721 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()3321 OM.addPredicate<SameOperandMatcher>( in defineOperand()3525 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()