Searched refs:isHigherPriorityThan (Results 1 – 1 of 1) sorted by relevance
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::OperandMatcher1644 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::InstructionPredicateMatcher1809 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan() function in __anon0a286f430111::InstructionOpcodeMatcher1810 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[all …]