Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp905 bool isHigherPriorityThan(const RuleMatcher &B) const;
1090 virtual bool isHigherPriorityThan(const OperandPredicateMatcher &B) const;
1450 bool isHigherPriorityThan(OperandMatcher &B) { in isHigherPriorityThan() function in __anon0c06086d0111::OperandMatcher
1459 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::InstructionPredicateMatcher
1589 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan() function in __anon0c06086d0111::InstructionOpcodeMatcher
1590 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 …]