Searched refs:SameOperandMatcher (Results 1 – 1 of 1) sorted by relevance
1215 class SameOperandMatcher : public OperandPredicateMatcher { class1220 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() function in __anon7790e1cf0111::SameOperandMatcher1234 OrigOpIdx == cast<SameOperandMatcher>(&B)->OrigOpIdx && in isIdentical()1235 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()1722 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()3328 OM.addPredicate<SameOperandMatcher>( in defineOperand()3532 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()