Searched refs:InstructionOpcodeMatcher (Results 1 – 1 of 1) sorted by relevance
1543 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class1558 InstructionOpcodeMatcher(unsigned InsnVarID, const CodeGenInstruction *I) in InstructionOpcodeMatcher() function in __anon685cc1160111::InstructionOpcodeMatcher1567 I == cast<InstructionOpcodeMatcher>(&B)->I; in isIdentical()1598 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()1599 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()1618 InstructionOpcodeMatcher::OpcodeValues;1987 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()1989 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()3082 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()3174 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()[all …]