Home
last modified time | relevance | path

Searched defs:RewritePattern (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/include/mlir/Conversion/SCFToStandard/
DSCFToStandard.h19 class RewritePattern; variable
/external/llvm-project/mlir/include/mlir/Conversion/AffineToStandard/
DAffineToStandard.h24 class RewritePattern; variable
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h215 : RewritePattern(benefit, MatchAnyOpTypeTag()), options(options), in RewritePattern() function
/external/llvm-project/mlir/include/mlir/IR/
DPatternMatch.h198 : RewritePattern(SourceOp::getOperationName(), benefit, context) {} in RewritePattern() function
DOperationSupport.h47 class RewritePattern; variable