Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h45 enum class VectorContractLowering { enum
72 VectorContractLowering vectorContractLowering = VectorContractLowering::Dot;
74 setVectorTransformsOptions(VectorContractLowering opt) { in setVectorTransformsOptions()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp150 VectorContractLowering lowering = VectorContractLowering::OuterProduct; in runOnOperation()
160 VectorContractLowering lowering = VectorContractLowering::OuterProduct; in runOnOperation()
178 vector::VectorContractLowering::ParallelArith)); in runOnOperation()
184 VectorContractLowering contractLowering = VectorContractLowering::Dot; in runOnOperation()
186 contractLowering = VectorContractLowering::Matmul; in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp611 vector::VectorContractLowering::ParallelArith) in matchAndRewrite()
1359 vector::VectorContractLowering::Matmul) in matchAndRewrite()
1613 vector::VectorContractLowering::OuterProduct) in matchAndRewrite()
1650 vector::VectorContractLowering::Dot) in matchAndRewrite()