Searched refs:InsnMatcher (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp882 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
904 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { argument
905 bool R = MutatableInsns.erase(InsnMatcher);
2205 InstructionMatcher &InsnMatcher = *Matchers.front();
2206 if (!InsnMatcher.predicates_empty())
2208 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin()))
2225 std::unique_ptr<InstructionMatcher> InsnMatcher;
2231 InsnMatcher(new InstructionMatcher(Rule, SymbolicName)) {}
2237 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; }
2240 const unsigned NewInsnVarID = InsnMatcher
[all...]

Completed in 167 milliseconds