Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/
H A DAVXTranspose.cpp291 auto reshInputType = VectorType::get({m, n}, srcType.getElementType()); in matchAndRewrite() local
294 reshInput = ib.create<vector::ShapeCastOp>(reshInputType, reshInput); in matchAndRewrite()
309 Value res = ib.create<arith::ConstantOp>(reshInputType, in matchAndRewrite()
310 ib.getZeroAttr(reshInputType)); in matchAndRewrite()