Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h1374 using NativePatternListT = std::vector<std::unique_ptr<RewritePattern>>;
1392 NativePatternListT &getNativePatterns() { return nativePatterns; }
1574 NativePatternListT nativePatterns;