Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp318 auto dstVecType = contractOp.getResultType().cast<VectorType>(); in matchAndRewrite() local
382 auto targetType = VectorType::get(dstShape, dstVecType.getElementType()); in matchAndRewrite()
394 loc, dstVecType, rewriter.getZeroAttr(dstVecType)); in matchAndRewrite()
494 auto dstVecType = op->getResult(0).getType().cast<VectorType>(); in matchAndRewrite() local
502 loc, dstVecType, rewriter.getZeroAttr(dstVecType)); in matchAndRewrite()
505 VectorType::get(*targetShape, dstVecType.getElementType()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp330 auto dstVecType = dstType.cast<VectorType>(); in matchAndRewrite() local
331 SmallVector<Value, 4> source(dstVecType.getNumElements(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2708 auto dstVecType = op.getType().cast<VectorType>(); in matchAndRewrite() local
2709 unsigned dstRank = dstVecType.getRank(); in matchAndRewrite()
2716 if (srcVecType.getDimSize(i) != dstVecType.getDimSize(i + rankDiff)) { in matchAndRewrite()