Searched refs:RowLoop (Results 1 – 4 of 4) sorted by relevance
| /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()
|
| /llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 150 Loop *RowLoop = nullptr; in createTileLoadStoreLoops() 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() 265 RowLoop = LI->AllocateLoop(); in createTileDPLoops() 269 RowLoop->addChildLoop(ColLoop); in createTileDPLoops() 271 ParentL->addChildLoop(RowLoop); in createTileDPLoops() 152 Loop *RowLoop = nullptr; createTileLoadStoreLoops() local 263 Loop *RowLoop = nullptr; createTileDPLoops() local [all...] |
| /llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | MatrixUtils.h | 55 MatrixLoop RowLoop; member
|
| /llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1789 TI.RowLoop.Header->getSingleSuccessor()); in createTiledLoops() 1799 loadMatrix(LPtr, {}, false, LShape, TI.RowLoop.Index, TI.KLoop.Index, in emitSIMDTiling() 1807 Builder.SetInsertPoint(TI.RowLoop.Latch->getTerminator()); in emitSIMDTiling() 1810 TI.RowLoop.Index, TI.ColumnLoop.Index, EltType, Builder); in emitSIMDTiling()
|