Home
last modified time | relevance | path

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

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