Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2071 VectorType unbroadcastedVectorType = VectorType::get( in matchAndRewrite() local
2077 if (memrefElTy.isa<VectorType>() && memrefElTy != unbroadcastedVectorType) in matchAndRewrite()
2093 read.getLoc(), unbroadcastedVectorType, read.getPadding()); in matchAndRewrite()
2095 read.getLoc(), unbroadcastedVectorType, read.getSource(), in matchAndRewrite()
2099 read.getLoc(), unbroadcastedVectorType, read.getSource(), in matchAndRewrite()