Lines Matching refs:isHigherPriorityThan

973   bool isHigherPriorityThan(const RuleMatcher &B) const;
1189 virtual bool isHigherPriorityThan(const OperandPredicateMatcher &B) const;
1635 bool isHigherPriorityThan(OperandMatcher &B) { in isHigherPriorityThan() function in __anon0a286f430111::OperandMatcher
1644 if (std::get<0>(Predicate)->isHigherPriorityThan(*std::get<1>(Predicate))) in isHigherPriorityThan()
1646 if (std::get<1>(Predicate)->isHigherPriorityThan(*std::get<0>(Predicate))) in isHigherPriorityThan()
1719 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan() function in __anon0a286f430111::InstructionPredicateMatcher
1809 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan() function in __anon0a286f430111::InstructionOpcodeMatcher
1810 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1812 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
2322 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan() function in __anon0a286f430111::InstructionMatcher
2332 if (L->isHigherPriorityThan(*R)) in isHigherPriorityThan()
2334 if (R->isHigherPriorityThan(*L)) in isHigherPriorityThan()
2339 if (std::get<0>(Operand)->isHigherPriorityThan(*std::get<1>(Operand))) in isHigherPriorityThan()
2341 if (std::get<1>(Operand)->isHigherPriorityThan(*std::get<0>(Operand))) in isHigherPriorityThan()
2439 bool isHigherPriorityThan(const OperandPredicateMatcher &B) const override { in isHigherPriorityThan() function in __anon0a286f430111::InstructionOperandMatcher
2440 if (OperandPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
2442 if (B.OperandPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
2447 if (InsnMatcher->isHigherPriorityThan(*BP->InsnMatcher)) in isHigherPriorityThan()
3393 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan() function in __anon0a286f430111::RuleMatcher
3401 if (std::get<0>(Matcher)->isHigherPriorityThan(*std::get<1>(Matcher))) in isHigherPriorityThan()
3403 if (std::get<1>(Matcher)->isHigherPriorityThan(*std::get<0>(Matcher))) in isHigherPriorityThan()
3418 bool OperandPredicateMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in __anon0a286f430111::OperandPredicateMatcher
5815 if (A.isHigherPriorityThan(B)) { in run()
5816 assert(!B.isHigherPriorityThan(A) && "Cannot be more important " in run()