Lines Matching defs:tiles
3874 SmallVector<OpFoldResult> tiles = op.getMixedTiles();
3875 assert(tiles.size() == dimsToTile.size() &&
3876 "tiles must match indices of dimension to block");
3879 dimAndTileMapping[dimsToTile[i]] = tiles[i];
3951 auto hasZeros = [&](ArrayRef<OpFoldResult> tiles) {
3953 tiles, [](OpFoldResult tile) { return isConstantIntValue(tile, 0); });
3956 // Verify tiles. Do not allow zero tiles.
4000 // represents full tiles.
4189 "invalid tile factor or output size provided. Only full tiles are "
4275 /// the inner tiles and permutation of the outer tiled loop.
4330 /// Returns true if the tiles and the tiled dims are constant.
4353 // sizes of the tiles do not divide perfectly the dimension; thus, check only
4354 // to have constant tiles and tiled inner dimensions.
4375 // Return true if pack and unpack have the same tiles.