Searched refs:getInsnMatcher (Results 1 – 5 of 5) sorted by relevance
1073 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()1156 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()1163 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()1169 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
2239 auto &IM = (*InstOpM)->getInsnMatcher(); in emitCodeGenInstructionMatchPattern()
1123 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()1124 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1846 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function