Home
last modified time | relevance | path

Searched refs:vectorTransformsOptions (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h304 vector::VectorTransformsOptions vectorTransformsOptions,
307 vectorTransformsOptions(vectorTransformsOptions), filter(constraint) {}
314 vector::VectorTransformsOptions vectorTransformsOptions;
345 vector::VectorTransformsOptions vectorTransformsOptions,
348 vectorTransformsOptions(vectorTransformsOptions), filter(constraint) {}
355 vector::VectorTransformsOptions vectorTransformsOptions;
389 vector::VectorTransformsOptions vectorTransformsOptions,
392 vectorTransformsOptions(vectorTransformsOptions),
400 vector::VectorTransformsOptions vectorTransformsOptions;
428 ContractionOpLowering(vector::VectorTransformsOptions vectorTransformsOptions,
[all …]
/external/llvm-project/mlir/test/lib/Transforms/
DTestConvVectorization.cpp90 VectorTransformsOptions vectorTransformsOptions{ in runOnOperation() local
98 context, vectorTransformsOptions); in runOnOperation()
110 context, vectorTransformsOptions); in runOnOperation()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DCodegenStrategy.cpp75 context, vectorTransformsOptions); in transform()
83 vectorTransformsOptions, context); in transform()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h140 vectorTransformsOptions = options; in setVectorTransformsOptions()
157 vector::VectorTransformsOptions vectorTransformsOptions; member
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1244 TransposeOpLowering(vector::VectorTransformsOptions vectorTransformsOptions, in TransposeOpLowering() argument
1247 vectorTransformsOptions(vectorTransformsOptions) {} in TransposeOpLowering()
1261 if (vectorTransformsOptions.vectorTransposeLowering == in matchAndRewrite()
1311 vector::VectorTransformsOptions vectorTransformsOptions; member in __anon642465890511::TransposeOpLowering
1624 if (vectorTransformsOptions.vectorContractLowering != in matchAndRewrite()
1691 if (vectorTransformsOptions.vectorContractLowering != in matchAndRewrite()
1807 if (vectorTransformsOptions.vectorContractLowering != in matchAndRewrite()
1947 ContractionOpToMatmulOpLowering pat1(vectorTransformsOptions, ctx); in matchAndRewrite()
1950 ContractionOpToOuterProductOpLowering pat2(vectorTransformsOptions, ctx); in matchAndRewrite()
1953 ContractionOpToDotLowering pat3(vectorTransformsOptions, ctx); in matchAndRewrite()