Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DPatternApplicator.cpp26 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator()
55 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()
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 DFrozenRewritePatternSet.h69 const detail::PDLByteCode *getPDLByteCode() const { in getPDLByteCode() function