Searched defs:isHigherPriorityThan (Results 1 – 2 of 2) sorted by relevance
1081 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan() function in llvm::gi::RuleMatcher1114 bool OperandPredicateMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in llvm::gi::OperandPredicateMatcher1374 bool OperandMatcher::isHigherPriorityThan(OperandMatcher &B) { in isHigherPriorityThan() function in llvm::gi::OperandMatcher1470 bool InstructionOpcodeMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in llvm::gi::InstructionOpcodeMatcher1750 bool InstructionMatcher::isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan() function in llvm::gi::InstructionMatcher1843 bool InstructionOperandMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in llvm::gi::InstructionOperandMatcher
1337 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan() function