Lines Matching refs:RowLoop
153 Loop *RowLoop = nullptr; in createTileLoadStoreLoops() local
156 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
158 RowLoop->addChildLoop(ColLoop); in createTileLoadStoreLoops()
160 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops()
162 LI->addTopLevelLoop(RowLoop); in createTileLoadStoreLoops()
166 IntrinName + ".scalarize.rows", B, RowLoop); in createTileLoadStoreLoops()
266 Loop *RowLoop = nullptr; in createTileDPLoops() local
270 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
274 RowLoop->addChildLoop(ColLoop); in createTileDPLoops()
276 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
278 LI->addTopLevelLoop(RowLoop); in createTileDPLoops()
282 IntrinName + ".scalarize.rows", B, RowLoop); in createTileDPLoops()