Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Rewrite/
H A DPatternApplicator.cpp67 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) { in applyCostModel()
119 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) in walkAllPatterns()
/llvm-project/mlir/include/mlir/Rewrite/
H A DFrozenRewritePatternSet.h56 const OpSpecificNativePatternListT &getOpSpecificNativePatterns() const { in getOpSpecificNativePatterns() function