Searched refs:getInsnMatcher (Results 1 – 4 of 4) sorted by relevance
1053 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()1136 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()1143 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()1149 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
1088 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()1089 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1815 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function
2550 auto &IM = (*InstOpM)->getInsnMatcher(); in emitCodeGenInstructionMatchPattern()