Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1524 class InstructionPredicateMatcher : public PredicateMatcher { class
1528 virtual ~InstructionPredicateMatcher() {} in ~InstructionPredicateMatcher()
1569 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1593 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1636 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1686 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1731 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1768 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1809 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1840 static bool classof(const InstructionPredicateMatcher *P) { in classof()
[all …]