Home
last modified time | relevance | path

Searched refs:RowLoop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp74 Loop *RowLoop = LI.AllocateLoop(); in CreateTiledLoops() local
76 RowLoop->addChildLoop(InnerLoop); in CreateTiledLoops()
77 ColLoop->addChildLoop(RowLoop); in CreateTiledLoops()
89 "rows", B, DTU, RowLoop, LI); in CreateTiledLoops()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp152 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()
265 Loop *RowLoop = nullptr; in createTileDPLoops() local
269 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
273 RowLoop->addChildLoop(ColLoop); in createTileDPLoops()
275 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
[all …]