Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Vector/TransformOps/
H A DVectorTransformOps.h42 setVectorMultiReductionLowering( in LowerVectorsOptions()
57 setVectorMultiReductionLowering(VectorMultiReductionLowering opt) { in setVectorMultiReductionLowering() function
58 VectorTransformsOptions::setVectorMultiReductionLowering(opt); in setVectorMultiReductionLowering()
/llvm-project/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorTransforms.h45 setVectorMultiReductionLowering(VectorMultiReductionLowering opt) { in setVectorMultiReductionLowering()
44 setVectorMultiReductionLowering(VectorMultiReductionLowering opt) { setVectorMultiReductionLowering() function
/llvm-project/mlir/lib/Dialect/Vector/TransformOps/
H A DVectorTransformOps.cpp131 vectorTransformOptions.setVectorMultiReductionLowering(getLoweringStrategy()); in populatePatterns()