Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h120 struct UnrollVectorPattern : public RewritePattern { struct
122 UnrollVectorPattern(MLIRContext *context, UnrollVectorOptions options) in UnrollVectorPattern() function
124 LogicalResult matchAndRewrite(Operation *op, in matchAndRewrite()