Searched refs:dstVecType (Results 1 – 3 of 3) sorted by relevance
318 auto dstVecType = contractOp.getResultType().cast<VectorType>(); in matchAndRewrite() local382 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() local502 loc, dstVecType, rewriter.getZeroAttr(dstVecType)); in matchAndRewrite()505 VectorType::get(*targetShape, dstVecType.getElementType()); in matchAndRewrite()
330 auto dstVecType = dstType.cast<VectorType>(); in matchAndRewrite() local331 SmallVector<Value, 4> source(dstVecType.getNumElements(), in matchAndRewrite()
2708 auto dstVecType = op.getType().cast<VectorType>(); in matchAndRewrite() local2709 unsigned dstRank = dstVecType.getRank(); in matchAndRewrite()2716 if (srcVecType.getDimSize(i) != dstVecType.getDimSize(i + rankDiff)) { in matchAndRewrite()