Searched refs:isHigherPriorityThan (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp951 bool isHigherPriorityThan(const RuleMatcher &B) const;
1140 virtual bool isHigherPriorityThan(const OperandPredicateMatcher &B) const;
1547 bool isHigherPriorityThan(OperandMatcher &B) { function in class:__anon5929::OperandMatcher
1556 if (std::get<0>(Predicate)->isHigherPriorityThan(*std::get<1>(Predicate)))
1558 if (std::get<1>(Predicate)->isHigherPriorityThan(*std::get<0>(Predicate)))
1631 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { function in class:InstructionPredicateMatcher
1689 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override {
1690 if (InstructionPredicateMatcher::isHigherPriorityThan(B))
1692 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this))
2140 bool isHigherPriorityThan(InstructionMatche function in class:final
[all...]

Completed in 122 milliseconds