Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1743 class InstructionPredicateMatcher : public PredicateMatcher { class
1745 InstructionPredicateMatcher(PredicateKind Kind, unsigned InsnVarID) in InstructionPredicateMatcher() function in __anon332dbd1e0111::InstructionPredicateMatcher
1747 virtual ~InstructionPredicateMatcher() {} in ~InstructionPredicateMatcher()
1753 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan()
1765 class InstructionOpcodeMatcher : public InstructionPredicateMatcher {
1795 : InstructionPredicateMatcher(IPM_Opcode, InsnVarID), in InstructionOpcodeMatcher()
1806 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1843 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan()
1844 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1846 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
[all …]