Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DPatternApplicator.cpp24 const FrozenRewritePatternSet &frozenPatternList) in PatternApplicator() argument
25 : frozenPatternList(frozenPatternList) { in PatternApplicator()
26 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator()
55 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()
63 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) { in applyCostModel()
73 frozenPatternList.getMatchAnyOpNativePatterns()) { in applyCostModel()
115 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) in walkAllPatterns()
118 for (const Pattern &it : frozenPatternList.getMatchAnyOpNativePatterns()) in walkAllPatterns()
120 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()
135 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Rewrite/
H A DPatternApplicator.h36 explicit PatternApplicator(const FrozenRewritePatternSet &frozenPatternList);
68 const FrozenRewritePatternSet &frozenPatternList;