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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
810 using MatchersTy = std::vector<std::unique_ptr<InstructionMatcher>> ;
817 using DefinedInsnVariablesMap = std::map<InstructionMatcher *, unsigned>;
822 using MutatableInsnSet = SmallPtrSet<InstructionMatcher *, 4>;
871 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
880 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
882 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
904 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) {
941 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
965 InstructionMatcher
2052 InstructionMatcher(RuleMatcher &Rule, StringRef SymbolicName) function in class:final
[all...]

Completed in 121 milliseconds