Searched refs:getInstructionMatcher (Results 1 – 3 of 3) sorted by relevance
892 RuleMatcher &RM = OM.getInstructionMatcher().getRuleMatcher(); in defineOperand()903 RuleMatcher::getInstructionMatcher(StringRef SymbolicName) const { in getInstructionMatcher() function in llvm::gi::RuleMatcher1139 unsigned OtherInsnVarID = Rule.getInsnVarID(OtherOM.getInstructionMatcher()); in emitPredicateOpcodes()1140 assert(OtherInsnVarID == OtherOM.getInstructionMatcher().getInsnVarID()); in emitPredicateOpcodes()1909 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()1920 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()1930 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()1951 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()1966 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()1981 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()[all …]
670 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;1333 InstructionMatcher &getInstructionMatcher() const { return Insn; } in getInstructionMatcher() function
1902 M.getInsnVarID(M.getInstructionMatcher(MatchRoot->getName())); in emitApplyPatterns()2099 DstMI.addCopiedMIFlags(M.getInstructionMatcher(InstName)); in emitInstructionApplyPattern()