Searched refs:addInstructionMatcher (Results 1 – 5 of 5) sorted by relevance
1497 InstructionMatcher &IM = M.addInstructionMatcher(IP.getName()); in emitMatchPattern()1573 InstructionMatcher &IM = M.addInstructionMatcher(AOP.getName()); in emitMatchPattern()
1967 InstructionMatcher &InsnMatcherTemp = M.addInstructionMatcher(Src.getName()); in runOnPattern()
555 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
854 InstructionMatcher &RuleMatcher::addInstructionMatcher(StringRef SymbolicName) { in addInstructionMatcher() function in llvm::gi::RuleMatcher