Lines Matching defs:inBounds
679 SmallVector<bool> inBounds(maskedWriteOp.getVectorType().getRank(), true);
680 maskedWriteOp.setInBoundsAttr(rewriter.getBoolArrayAttr(inBounds));
1151 SmallVector<bool> inBounds(dstRank, true);
1161 permutationMap, inBounds);
1197 inBounds);
1413 SmallVector<bool> inBounds(readType.getRank(), true);
1415 .setInBoundsAttr(rewriter.getBoolArrayAttr(inBounds));
1483 /// inBounds attribute of the transfer write op instead of masking.
1498 // Update the inBounds attribute.
1508 /*inBounds=*/inBoundsVal);
1554 /// determined by the result tensor shape. Also, we update the inBounds
1578 // provided, we update the inBounds attribute instead of masking.
1630 /// * update the inBounds attribute instead of masking.
2363 SmallVector<bool> inBounds(xferOp.getVectorType().getRank(), false);
2365 rewriter.getBoolArrayAttr(inBounds));
2440 SmallVector<bool> inBounds(xferOp.getVectorType().getRank(), false);
2444 xferOp.getMask(), rewriter.getBoolArrayAttr(inBounds));
2772 SmallVector<bool> inBounds(vecRank, true);
2775 ArrayRef<bool>{inBounds});
3470 SmallVector<bool> inBounds(maskShape.size(), true);
3473 rewriter.getBoolArrayAttr(inBounds));