Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp456 VectorType flatVectorType = VectorType::get({vectorType.getNumElements()}, in matchAndRewrite() local
459 loc, flatVectorType, collapsedSource, collapsedIndices, collapsedMap); in matchAndRewrite()
514 VectorType flatVectorType = VectorType::get({vectorType.getNumElements()}, in matchAndRewrite() local
517 rewriter.create<vector::ShapeCastOp>(loc, flatVectorType, vector); in matchAndRewrite()