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 | 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() [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 | 1760 TI.RowLoop.Header->getSingleSuccessor()); in createTiledLoops() 1770 loadMatrix(LPtr, {}, false, LShape, TI.RowLoop.Index, TI.KLoop.Index, in createTiledLoops() 1778 Builder.SetInsertPoint(TI.RowLoop.Latch->getTerminator()); in createTiledLoops() 1781 TI.RowLoop.Index, TI.ColumnLoop.Index, EltType, Builder); in createTiledLoops()
|