Lines Matching defs:getInstructionMatcher
882 RuleMatcher &RM = OM.getInstructionMatcher().getRuleMatcher();
893 RuleMatcher::getInstructionMatcher(StringRef SymbolicName) const {
1129 unsigned OtherInsnVarID = Rule.getInsnVarID(OtherOM.getInstructionMatcher());
1130 assert(OtherInsnVarID == OtherOM.getInstructionMatcher().getInsnVarID());
1885 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
1896 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
1906 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
1927 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName);
1942 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName);
1957 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
2104 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName);
2147 if (Insn != &OM.getInstructionMatcher() ||