Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Rewrite/
H A DFrozenRewritePatternSet.h25 using NativePatternListT = std::vector<std::unique_ptr<RewritePattern>>; variable
61 iterator_range<llvm::pointee_iterator<NativePatternListT::const_iterator>>
63 const NativePatternListT &nativeList = impl->nativeAnyOpPatterns; in getMatchAnyOpNativePatterns()
82 NativePatternListT nativeOpSpecificPatternList;
86 NativePatternListT nativeAnyOpPatterns;
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h815 using NativePatternListT = std::vector<std::unique_ptr<RewritePattern>>; in RewritePatternSet()
832 NativePatternListT &getNativePatterns() { return nativePatterns; } in clear()
1010 NativePatternListT nativePatterns;
809 using NativePatternListT = std::vector<std::unique_ptr<RewritePattern>>; global() variable