Searched refs:InsnMatcher (Results 1 – 1 of 1) sorted by relevance
893 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;915 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation() argument916 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()2421 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local2422 if (!InsnMatcher.predicates_empty()) in getFirstConditionAsRootType()2424 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()2441 std::unique_ptr<InstructionMatcher> InsnMatcher; member in __anon332dbd1e0111::InstructionOperandMatcher2448 InsnMatcher(new InstructionMatcher(Rule, SymbolicName, NumOpsCheck)) {} in InstructionOperandMatcher()2454 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher()2457 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()[all …]