Lines Matching refs:InstructionPredicateMatcher
1471 const InstructionPredicateMatcher &B) const { in isHigherPriorityThan()
1472 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1474 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
1519 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1538 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1575 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1601 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1623 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1663 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1679 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1758 auto L = static_cast<InstructionPredicateMatcher *>(std::get<0>(P).get()); in isHigherPriorityThan()
1759 auto R = static_cast<InstructionPredicateMatcher *>(std::get<1>(P).get()); in isHigherPriorityThan()