Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2262 VectorType castDstType = castOp.getResultVectorType(); in matchAndRewrite() local
2263 assert(castSrcType.getRank() == castDstType.getRank()); in matchAndRewrite()
2273 if (castSrcType.getNumElements() > castDstType.getNumElements()) in matchAndRewrite()
2332 VectorType castDstType = castOp.getResultVectorType(); in matchAndRewrite() local
2333 assert(castSrcType.getRank() == castDstType.getRank()); in matchAndRewrite()
2336 int64_t castDstLastDim = castDstType.getShape().back(); in matchAndRewrite()
2407 VectorType castDstType = bitcastOp.getResultVectorType(); in matchAndRewrite() local
2408 assert(castSrcType.getRank() == castDstType.getRank()); in matchAndRewrite()
2411 int64_t castDstLastDim = castDstType.getShape().back(); in matchAndRewrite()
2447 VectorType::get(srcDims, castDstType.getElementType()); in matchAndRewrite()
[all …]