Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Rewrite/
H A DPatternApplicator.cpp77 frozenPatternList.getMatchAnyOpNativePatterns()) { in applyCostModel()
122 for (const Pattern &it : frozenPatternList.getMatchAnyOpNativePatterns()) in walkAllPatterns()
/llvm-project/mlir/include/mlir/Rewrite/
H A DFrozenRewritePatternSet.h62 getMatchAnyOpNativePatterns() const { in getMatchAnyOpNativePatterns() function