Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp185 class InstructionMatcher;
778 using MatchersTy = std::vector<std::unique_ptr<InstructionMatcher>> ;
785 using DefinedInsnVariablesMap = std::map<InstructionMatcher *, unsigned>;
790 using MutatableInsnSet = SmallPtrSet<InstructionMatcher *, 4>;
835 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
844 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
846 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
868 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation()
896 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
919 InstructionMatcher &insnmatchers_front() const { return *Matchers.front(); } in insnmatchers_front()
[all …]