Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h89 struct UnrollVectorOptions { struct
94 UnrollVectorOptions &setFilterConstraint(FilterConstraintFnType constraint) { in setFilterConstraint() argument
104 UnrollVectorOptions &setNativeShapeFn(NativeShapeFnType fn) { in setNativeShapeFn() argument
110 UnrollVectorOptions &setNativeShape(ArrayRef<int64_t> shape) { in setNativeShape() argument
122 UnrollVectorPattern(MLIRContext *context, UnrollVectorOptions options) in UnrollVectorPattern()
161 UnrollVectorOptions options;
/external/llvm-project/mlir/test/lib/Transforms/
DTestVectorTransforms.cpp31 ctx, UnrollVectorOptions().setNativeShapeFn(getShape)); in runOnFunction()
132 ctx, UnrollVectorOptions() in runOnFunction()
138 UnrollVectorOptions::NativeShapeFnType nativeShapeFn = in runOnFunction()
152 ctx, UnrollVectorOptions() in runOnFunction()
159 ctx, UnrollVectorOptions() in runOnFunction()
296 UnrollVectorOptions() in runOnFunction()