Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp22 const FrozenRewritePatternList &frozenPatternList) in PatternApplicator() argument
23 : frozenPatternList(frozenPatternList) { in PatternApplicator()
24 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator()
36 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()
44 for (const auto &pat : frozenPatternList.getNativePatterns()) { in applyCostModel()
103 for (const Pattern &it : frozenPatternList.getNativePatterns()) in walkAllPatterns()
105 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()
120 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Rewrite/
DPatternApplicator.h36 explicit PatternApplicator(const FrozenRewritePatternList &frozenPatternList);
68 const FrozenRewritePatternList &frozenPatternList;