Home
last modified time | relevance | path

Searched refs:InstructionMatcher (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp200 class InstructionMatcher;
832 using MatchersTy = std::vector<std::unique_ptr<InstructionMatcher>> ;
839 using DefinedInsnVariablesMap = std::map<InstructionMatcher *, unsigned>;
844 using MutatableInsnSet = SmallPtrSet<InstructionMatcher *, 4>;
896 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
905 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
907 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
929 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation()
977 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
1001 InstructionMatcher &insnmatchers_front() const { return *Matchers.front(); } in insnmatchers_front()
[all …]