Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
816 using MatchersTy = std::vector<std::unique_ptr<InstructionMatcher>> ;
823 using DefinedInsnVariablesMap = std::map<InstructionMatcher *, unsigned>;
828 using MutatableInsnSet = SmallPtrSet<InstructionMatcher *, 4>;
882 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
891 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
893 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
915 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation()
963 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
987 InstructionMatcher &insnmatchers_front() const { return *Matchers.front(); } in insnmatchers_front()
[all …]