Lines Matching full:dimension
26 /// Whether a dimension of a set is bounded (lower and upper) by a constant,
39 /// Whether a dimension of a set is (lower and upper) bounded by a constant or
51 /// Whether BMap's first out-dimension is not a constant.
57 /// Whether Map's first out dimension is no constant nor piecewise constant.
66 /// Whether UMap's first out dimension is no (piecewise) constant.
130 /// Return the @p pos' range dimension, converted to an isl_union_pw_aff.
146 /// Flatten a sequence-like first dimension.
148 /// A sequence-like scatter dimension is constant, or at least only small
155 /// possible value of the dimension, call it "i" [In the example we start at 0].
157 /// that value and determine the extent of the next dimension. Let l_X(i) and
175 POLLY_DEBUG(dbgs() << "Abort; dimension is not of fixed size\n"); in tryFlattenSequence()
245 /// Flatten a loop-like first dimension.
247 /// A loop-like dimension is one that depends on a variable (usually a loop's
270 POLLY_DEBUG(dbgs() << "Abort; dimension not bounded by constant\n"); in tryFlattenLoop()
283 POLLY_DEBUG(dbgs() << "Abort; dimension bounds could not be determined\n"); in tryFlattenLoop()
313 // TODO: Add one dimension? in flattenSchedule()
321 // Fixed dimension; no need to preserve variabledness. in flattenSchedule()
323 POLLY_DEBUG(dbgs() << "Fixed dimension; try sequence flattening\n"); in flattenSchedule()