Searched refs:SameOperandMatcher (Results 1 – 2 of 2) sorted by relevance
900 class SameOperandMatcher : public OperandPredicateMatcher {907 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() function921 OrigOpIdx == cast<SameOperandMatcher>(&B)->OrigOpIdx && in isIdentical()922 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()1316 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
898 OM.addPredicate<SameOperandMatcher>( in defineOperand()1143 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()