Lines Matching full:outermost
428 // The outermost among the loops as we add more..
872 /// Returns all maximal outermost perfect loop nests to tile.
1364 /// in it from outermost to innermost.
1387 // `input` that becomes the new outermost loop.
1425 // If this has to become the outermost loop after permutation, add it to the
1431 // Make input[i] the new outermost loop moving it into parentBlock.
1457 // outermost (while again preserving relative order among them).
1617 AffineForOp outermost = loops.front();
1618 AffineBound ub = outermost.getUpperBound();
1620 Location loc = outermost.getLoc();
1621 OpBuilder builder(outermost);
1632 // 1. Store the upper bound of the outermost loop in a variable.
1669 outermost.setUpperBound(prev, newUbMap);
1671 builder.setInsertionPointToStart(outermost.getBody());
1681 Value previous = outermost.getInductionVar();
1715 // 4. Move the operations from the innermost just above the second-outermost
1716 // loop, delete the extra terminator and the second-outermost loop.
1719 outermost.getBody()->getOperations().splice(
1806 /// potentially multiple striding levels from outermost to innermost. For an
1832 /// returns the outermost AffineForOp of the copy loop nest. `lbMaps` and
2227 /// enclosing loop IVs of `op` (starting from the outermost) that the region
2781 // the outermost transformed loop.