Lines Matching full:maps
109 `ceildiv` is the ceiling function which maps the result of the division of its
111 equal to that result. `floordiv` is a function which maps the result of the
142 ### Affine Maps
152 the only identifiers that may appear in 'multi-dim-affine-expr'. Affine maps
154 maps", and those with no symbols as "non-symbolic affine maps".
156 **Context:** Affine maps are mathematical functions that transform a list of
158 combining the indices and symbols. Affine maps distinguish between
165 Affine maps are used for various core structures in MLIR. The restrictions we
176 // Definitions of affine maps are at the top of the file.
180 // Uses of affine maps may use the inline form or the named form.
202 ### Semi-affine maps
204 Semi-affine maps are extensions of affine maps to allow multiplication,
206 Semi-affine maps are thus a strict superset of affine maps.
229 Syntax of semi-affine maps:
236 Semi-affine maps may be defined inline at the point of use, or may be hoisted to
243 // Definitions of semi-affine maps are at the top of file.
247 // Uses of semi-affine maps may use the inline form or the named form.