Searched refs:InsnMatcher (Results 1 – 1 of 1) sorted by relevance
894 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;916 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation() argument917 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()2387 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local2388 if (!InsnMatcher.predicates_empty()) in getFirstConditionAsRootType()2390 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()2407 std::unique_ptr<InstructionMatcher> InsnMatcher; member in __anon0a286f430111::InstructionOperandMatcher2414 InsnMatcher(new InstructionMatcher(Rule, SymbolicName, NumOpsCheck)) {} in InstructionOperandMatcher()2420 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher()2423 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()[all …]