Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp200 class InstructionMatcher;
829 using MatchersTy = std::vector<std::unique_ptr<InstructionMatcher>> ;
836 using DefinedInsnVariablesMap = std::map<InstructionMatcher *, unsigned>;
841 using MutatableInsnSet = SmallPtrSet<InstructionMatcher *, 4>;
895 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
904 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
906 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
928 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation()
976 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
1000 InstructionMatcher &insnmatchers_front() const { return *Matchers.front(); } in insnmatchers_front()
[all …]