Lines Matching refs:InstructionOpcodeMatcher
1782 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1810 InstructionOpcodeMatcher(unsigned InsnVarID, in InstructionOpcodeMatcher() function in __anoncee47b830111::InstructionOpcodeMatcher
1824 Insts == cast<InstructionOpcodeMatcher>(&B)->Insts; in isIdentical()
1869 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1870 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1901 InstructionOpcodeMatcher::OpcodeValues;
2438 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
2440 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3744 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3990 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
4003 InsnMatcher.addPredicate<InstructionOpcodeMatcher>(SrcGIOrNull); in createAndImportSelDAGMatcher()
4416 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()
6166 return isa<InstructionOpcodeMatcher>(P) || isa<LLTOperandMatcher>(P); in isSupportedPredicateType()
6236 if (const auto *Condition = dyn_cast<InstructionOpcodeMatcher>(&P)) { in emitPredicateSpecificOpcodes()