Searched refs:getInsnMatcher (Results 1 – 5 of 5) sorted by relevance
1107 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()1198 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()1205 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()1211 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
2364 auto &IM = (*InstOpM)->getInsnMatcher(); in emitCodeGenInstructionMatchPattern()
1116 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()1117 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1904 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function