Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1709 class InstructionPredicateMatcher : public PredicateMatcher { class
1711 InstructionPredicateMatcher(PredicateKind Kind, unsigned InsnVarID) in InstructionPredicateMatcher() function in __anon0a286f430111::InstructionPredicateMatcher
1713 virtual ~InstructionPredicateMatcher() {} in ~InstructionPredicateMatcher()
1719 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan()
1731 class InstructionOpcodeMatcher : public InstructionPredicateMatcher {
1761 : InstructionPredicateMatcher(IPM_Opcode, InsnVarID), in InstructionOpcodeMatcher()
1772 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1809 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan()
1810 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1812 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
[all …]