Home
last modified time | relevance | path

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

/llvm-project/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()
59 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()
67 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) { in applyCostModel()
77 frozenPatternList.getMatchAnyOpNativePatterns()) { in applyCostModel()
119 for (const auto &it : frozenPatternList.getOpSpecificNativePatterns()) in walkAllPatterns()
122 for (const Pattern &it : frozenPatternList.getMatchAnyOpNativePatterns()) in walkAllPatterns()
124 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()
139 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
/llvm-project/mlir/include/mlir/Rewrite/
H A DPatternApplicator.h57 explicit PatternApplicator(const FrozenRewritePatternSet &frozenPatternList);
89 const FrozenRewritePatternSet &frozenPatternList;