Lines Matching defs:linear
108 Value linear = constantIndex(builder, loc, 1);
113 // Append linear x positions, initialized to zero. Since each compressed
115 // the desired "linear + 1" length property at all times. For loose
116 // compression, we multiply linear by two in order to append both the
121 linear = builder.create<arith::MulIOp>(loc, linear, two);
124 /*value=*/posZero, /*repeat=*/linear);
134 linear = builder.create<arith::MulIOp>(loc, linear, size);
139 std::nullopt, /*value=*/valZero, /*repeat=*/linear);
239 // easier to maintain the "linear + 1" length property.
419 // Truncate linear memrefs to given size.
1102 /// Sparse codegen rule for accessing the linear coordinates buffer.
1615 /// the sparsification of linear algebra operations.