Home
last modified time | relevance | path

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

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