Lines Matching refs:InstructionPredicateMatcher
1431 const InstructionPredicateMatcher &B) const { in isHigherPriorityThan()
1432 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1434 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
1479 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1498 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1535 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1560 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1579 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1619 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1635 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1714 auto L = static_cast<InstructionPredicateMatcher *>(std::get<0>(P).get()); in isHigherPriorityThan()
1715 auto R = static_cast<InstructionPredicateMatcher *>(std::get<1>(P).get()); in isHigherPriorityThan()