Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1081 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan() function in llvm::gi::RuleMatcher
1114 bool OperandPredicateMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in llvm::gi::OperandPredicateMatcher
1374 bool OperandMatcher::isHigherPriorityThan(OperandMatcher &B) { in isHigherPriorityThan() function in llvm::gi::OperandMatcher
1470 bool InstructionOpcodeMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in llvm::gi::InstructionOpcodeMatcher
1750 bool InstructionMatcher::isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan() function in llvm::gi::InstructionMatcher
1843 bool InstructionOperandMatcher::isHigherPriorityThan( in isHigherPriorityThan() function in llvm::gi::InstructionOperandMatcher
H A DGlobalISelMatchTable.h1337 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan() function