Searched refs:VectorContractLowering (Results 1 – 3 of 3) sorted by relevance
45 enum class VectorContractLowering { enum72 VectorContractLowering vectorContractLowering = VectorContractLowering::Dot;74 setVectorTransformsOptions(VectorContractLowering opt) { in setVectorTransformsOptions()
150 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()
611 vector::VectorContractLowering::ParallelArith) in matchAndRewrite()1359 vector::VectorContractLowering::Matmul) in matchAndRewrite()1613 vector::VectorContractLowering::OuterProduct) in matchAndRewrite()1650 vector::VectorContractLowering::Dot) in matchAndRewrite()