Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp24 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator()
36 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel()
105 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns()
120 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Rewrite/
DFrozenRewritePatternList.h39 const detail::PDLByteCode *getPDLByteCode() const { in getPDLByteCode() function