Searched refs:isHigherPriorityThan (Results 1 – 1 of 1) sorted by relevance
905 bool isHigherPriorityThan(const RuleMatcher &B) const;1090 virtual bool isHigherPriorityThan(const OperandPredicateMatcher &B) const;1450 bool isHigherPriorityThan(OperandMatcher &B) { in isHigherPriorityThan() function in __anon0c06086d0111::OperandMatcher1459 if (std::get<0>(Predicate)->isHigherPriorityThan(*std::get<1>(Predicate))) in isHigherPriorityThan()1461 if (std::get<1>(Predicate)->isHigherPriorityThan(*std::get<0>(Predicate))) in isHigherPriorityThan()1531 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan() function in __anon0c06086d0111::InstructionPredicateMatcher1589 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan() function in __anon0c06086d0111::InstructionOpcodeMatcher1590 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()1592 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()1945 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan() function in __anon0c06086d0111::InstructionMatcher[all …]