Searched refs:distributedVal (Results 1 – 1 of 1) sorted by relevance
488 Value distributedVal = warpOp.getResult(operandIndex); in matchAndRewrite() local494 if (auto vecType = distributedVal.getType().dyn_cast<VectorType>()) { in matchAndRewrite()593 Value distributedVal = warpOp.getResult(operandIndex); in matchAndRewrite() local597 AffineMap map = calculateImplicitMap(read.getResult(), distributedVal); in matchAndRewrite()610 distributedVal.getType().cast<VectorType>().getDimSize(vectorPos); in matchAndRewrite()616 read.getLoc(), distributedVal.getType(), read.getSource(), indices, in matchAndRewrite()619 distributedVal.replaceAllUsesWith(newRead); in matchAndRewrite()