Searched refs:addInstructionMatcher (Results 1 – 5 of 5) sorted by relevance
1591 InstructionMatcher &IM = M.addInstructionMatcher(IP.getName()); in emitMatchPattern()1668 InstructionMatcher &IM = M.addInstructionMatcher(AOP.getName()); in emitMatchPattern()
2101 InstructionMatcher &InsnMatcherTemp = M.addInstructionMatcher(Src.getName()); in runOnPattern()
556 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
859 InstructionMatcher &RuleMatcher::addInstructionMatcher(StringRef SymbolicName) { in addInstructionMatcher() function in llvm::gi::RuleMatcher