Lines Matching defs:readOp
145 static bool transferReadSupportsMMAMatrixType(vector::TransferReadOp readOp) {
146 if (readOp.getMask() || readOp.hasOutOfBoundsDim() ||
147 readOp.getVectorType().getRank() != 2)
149 if (!getStaticallyKnownRowStride(readOp.getShapedType()))
153 if (readOp.getVectorType().getElementType().isInteger(8))
154 if (!readOp->hasOneUse() || (!isa<arith::ExtSIOp>(*readOp->user_begin()) &&
155 !isa<arith::ExtUIOp>(*readOp->user_begin())))
158 AffineMap map = readOp.getPermutationMap();
159 MLIRContext *ctx = readOp.getContext();