Lines Matching refs:getInstructionMatcher
963 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
1610 InstructionMatcher &getInstructionMatcher() const { return Insn; } in getInstructionMatcher() function in __anon0a286f430111::OperandMatcher
2544 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2575 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2611 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2647 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()
2678 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()
2713 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2922 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()
3014 if (Insn != &OM.getInstructionMatcher() || in canMutate()
3258 RuleMatcher::getInstructionMatcher(StringRef SymbolicName) const { in getInstructionMatcher() function in __anon0a286f430111::RuleMatcher
3453 unsigned OtherInsnVarID = Rule.getInsnVarID(OtherOM.getInstructionMatcher()); in emitPredicateOpcodes()
3454 assert(OtherInsnVarID == OtherOM.getInstructionMatcher().getInsnVarID()); in emitPredicateOpcodes()