Home | History | Annotate | Download | only in gcc

Lines Matching defs:tiling

80   unsigned e_mask; /* Partitioning of element loops (when tiling).  */
750 the specified loop of the nest. This is 1 if we're not tiling.
1473 bool tiling = (loop->flags & OLF_TILE) != 0;
1481 = !seq_par && this_mask == (tiling ? this_mask & -this_mask : 0);
1568 /* When tiling, vector goes to the element loop, and failing
1612 bool tiling = loop->flags & OLF_TILE;
1630 /* Grab two axes if tiling, and we've not assigned anything */
1631 if (tiling && !(loop->mask | loop->e_mask))
1640 if (tiling && !loop->e_mask)
1658 if (assign && (!loop->mask || (tiling && !loop->e_mask) || !outer_assign))
1676 /* If tiling and we failed completely above, grab the next one
1678 if (tiling)
1698 tiling