Searched refs:RowLoop (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 90 RowLoop.Latch = RowBody->getSingleSuccessor(); in CreateTiledLoops() 93 CreateLoop(RowBody, RowLoop.Latch, B.getInt64(NumInner), in CreateTiledLoops() 97 RowLoop.Header = RowBody->getSinglePredecessor(); in CreateTiledLoops() 99 RowLoop.Index = &*RowLoop.Header->begin(); in CreateTiledLoops()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 150 Loop *RowLoop = nullptr; in createTileLoadStoreLoops() local 153 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops() 155 RowLoop->addChildLoop(ColLoop); in createTileLoadStoreLoops() 157 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops() 159 LI->addTopLevelLoop(RowLoop); in createTileLoadStoreLoops() 163 IntrinName + ".scalarize.rows", B, RowLoop); in createTileLoadStoreLoops() 261 Loop *RowLoop = nullptr; in createTileDPLoops() local 265 RowLoop = LI->AllocateLoop(); in createTileDPLoops() 269 RowLoop->addChildLoop(ColLoop); in createTileDPLoops() 271 ParentL->addChildLoop(RowLoop); in createTileDPLoops() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | MatrixUtils.h | 55 MatrixLoop RowLoop; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1945 TI.RowLoop.Header->getSingleSuccessor()); in createTiledLoops() 1955 loadMatrix(LPtr, {}, false, LShape, TI.RowLoop.Index, TI.KLoop.Index, in createTiledLoops() 1963 Builder.SetInsertPoint(TI.RowLoop.Latch->getTerminator()); in createTiledLoops() 1966 TI.RowLoop.Index, TI.ColumnLoop.Index, EltType, Builder); in createTiledLoops()
|