Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp90 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp153 Loop *RowLoop = nullptr; in createTileLoadStoreLoops() local
156 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
158 RowLoop->addChildLoop(ColLoop); in createTileLoadStoreLoops()
160 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops()
162 LI->addTopLevelLoop(RowLoop); in createTileLoadStoreLoops()
166 IntrinName + ".scalarize.rows", B, RowLoop); in createTileLoadStoreLoops()
266 Loop *RowLoop = nullptr; in createTileDPLoops() local
270 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
274 RowLoop->addChildLoop(ColLoop); in createTileDPLoops()
276 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DMatrixUtils.h55 MatrixLoop RowLoop; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1559 TI.RowLoop.Header->getSingleSuccessor()); in createTiledLoops()
1569 loadMatrix(LPtr, {}, false, LShape, TI.RowLoop.Index, TI.KLoop.Index, in createTiledLoops()
1577 Builder.SetInsertPoint(TI.RowLoop.Latch->getTerminator()); in createTiledLoops()
1580 TI.RowLoop.Index, TI.ColumnLoop.Index, EltType, Builder); in createTiledLoops()