Home
last modified time | relevance | path

Searched refs:reshInputType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp292 auto reshInputType = VectorType::get( in transposeToShuffle16x16() local
295 b.create<arith::ConstantOp>(reshInputType, b.getZeroAttr(reshInputType)); in transposeToShuffle16x16()
494 auto reshInputType = VectorType::get({m, n}, srcType.getElementType()); in matchAndRewrite() local
503 rewriter.create<vector::ShapeCastOp>(loc, reshInputType, reshInput); in matchAndRewrite()
/llvm-project/mlir/lib/Dialect/X86Vector/Transforms/
H A DAVXTranspose.cpp245 auto reshInputType = VectorType::get({m, n}, srcType.getElementType()); in matchAndRewrite() local
248 reshInput = ib.create<vector::ShapeCastOp>(reshInputType, reshInput); in matchAndRewrite()
263 Value res = ib.create<arith::ConstantOp>(reshInputType, in matchAndRewrite()
264 ib.getZeroAttr(reshInputType)); in matchAndRewrite()