Searched refs:InstructionPredicateMatcher (Results 1 – 1 of 1) sorted by relevance
1743 class InstructionPredicateMatcher : public PredicateMatcher { class1745 InstructionPredicateMatcher(PredicateKind Kind, unsigned InsnVarID) in InstructionPredicateMatcher() function in __anon332dbd1e0111::InstructionPredicateMatcher1747 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 …]