MLIR
18.0.0git
|
This is the complete list of members for mlir::detail::PDLByteCode, including all inherited members.
getPatterns() const | mlir::detail::PDLByteCode | inline |
initializeMutableState(PDLByteCodeMutableState &state) const | mlir::detail::PDLByteCode | |
match(Operation *op, PatternRewriter &rewriter, SmallVectorImpl< MatchResult > &matches, PDLByteCodeMutableState &state) const | mlir::detail::PDLByteCode | |
PDLByteCode(ModuleOp module, SmallVector< std::unique_ptr< PDLPatternConfigSet >> configs, const DenseMap< Operation *, PDLPatternConfigSet * > &configMap, llvm::StringMap< PDLConstraintFunction > constraintFns, llvm::StringMap< PDLRewriteFunction > rewriteFns) | mlir::detail::PDLByteCode | |
rewrite(PatternRewriter &rewriter, const MatchResult &match, PDLByteCodeMutableState &state) const | mlir::detail::PDLByteCode |