Searched refs:InsnMatcher (Results 1 – 1 of 1) sorted by relevance
846 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;868 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation() argument869 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()2010 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local2011 if (!InsnMatcher.predicates_empty()) in getFirstConditionAsRootType()2013 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()2030 std::unique_ptr<InstructionMatcher> InsnMatcher; member in __anon0c06086d0111::InstructionOperandMatcher2036 InsnMatcher(new InstructionMatcher(Rule, SymbolicName)) {} in InstructionOperandMatcher()2042 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher()2045 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()[all …]