Home
last modified time | relevance | path

Searched refs:setVectorTransformsOptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Vector/TransformOps/
H A DVectorTransformOps.h41 setVectorTransformsOptions(VectorContractLowering::OuterProduct); in LowerVectorsOptions()
51 LowerVectorsOptions &setVectorTransformsOptions(VectorContractLowering opt) { in setVectorTransformsOptions() function
52 VectorTransformsOptions::setVectorTransformsOptions(opt); in setVectorTransformsOptions()
/llvm-project/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorTransforms.h37 setVectorTransformsOptions(VectorContractLowering opt) { in setVectorTransformsOptions()
36 setVectorTransformsOptions(VectorContractLowering opt) { setVectorTransformsOptions() function
/llvm-project/mlir/lib/Dialect/Vector/TransformOps/
H A DVectorTransformOps.cpp106 vectorTransformOptions.setVectorTransformsOptions(getLoweringStrategy()); in populatePatterns()