Lines Matching refs:getInsnVarID
849 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
1047 unsigned getInsnVarID() const { return InsnVarID; } in getInsnVarID() function in __anon7e76e5f80111::PredicateMatcher
1416 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...)); in addPredicate()
1421 unsigned getInsnVarID() const;
1439 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1891 llvm::make_unique<Kind>(getInsnVarID(), std::forward<Args>(args)...)); in addPredicate()
1897 unsigned getInsnVarID() const { return InsnVarID; } in getInsnVarID() function in __anon7e76e5f80111::InstructionMatcher
2023 if (TM->getInsnVarID() == 0 && TM->getOpIdx() == 0) in getFirstConditionAsRootType()
2054 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()
2058 << MatchTable::IntValue(getInsnVarID()) in emitCaptureOpcodes()
2172 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2207 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2244 unsigned OldInsnVarID = Rule.getInsnVarID(InsnMatcher); in emitRenderOpcodes()
2275 unsigned OldInsnVarID = Rule.getInsnVarID(InsnMatcher); in emitRenderOpcodes()
2309 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
2464 unsigned OldInsnVarID = Rule.getInsnVarID(InsnMatcher); in emitRenderOpcodes()
2563 unsigned RecycleInsnID = Rule.getInsnVarID(*Matched); in emitActionOpcodes()
2739 unsigned RuleMatcher::getInsnVarID(InstructionMatcher &InsnMatcher) const { in getInsnVarID() function in __anon7e76e5f80111::RuleMatcher
2941 unsigned OtherInsnVarID = Rule.getInsnVarID(OtherOM.getInstructionMatcher()); in emitPredicateOpcodes()
2942 assert(OtherInsnVarID == OtherOM.getInstructionMatcher().getInsnVarID()); in emitPredicateOpcodes()
4586 return std::make_tuple(L->getKind(), L->getInsnVarID(), L->getOpIdx()) < in optimize()
4587 std::make_tuple(R->getKind(), R->getInsnVarID(), R->getOpIdx()); in optimize()
4650 if (Predicate.getInsnVarID() != 0) in candidateConditionMatches()
4730 if (Predicate.getInsnVarID() != 0) in candidateConditionMatches()
4793 << MatchTable::IntValue(Condition->getInsnVarID()); in emitPredicateSpecificOpcodes()
4798 << MatchTable::IntValue(Condition->getInsnVarID()) in emitPredicateSpecificOpcodes()
4848 unsigned OperandMatcher::getInsnVarID() const { return Insn.getInsnVarID(); } in getInsnVarID() function in __anon7e76e5f80111::OperandMatcher