Lines Matching refs:RowLoop
152 Loop *RowLoop = nullptr; in createTileLoadStoreLoops() local
155 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
157 RowLoop->addChildLoop(ColLoop); in createTileLoadStoreLoops()
159 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops()
161 LI->addTopLevelLoop(RowLoop); in createTileLoadStoreLoops()
165 IntrinName + ".scalarize.rows", B, RowLoop); in createTileLoadStoreLoops()
263 Loop *RowLoop = nullptr; in createTileDPLoops() local
267 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
271 RowLoop->addChildLoop(ColLoop); in createTileDPLoops()
273 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
275 LI->addTopLevelLoop(RowLoop); in createTileDPLoops()
279 IntrinName + ".scalarize.rows", B, RowLoop); in createTileDPLoops()