Searched refs:RowBody (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 87 BasicBlock *RowBody = in CreateTiledLoops() local 90 RowLoop.Latch = RowBody->getSingleSuccessor(); in CreateTiledLoops() 93 CreateLoop(RowBody, RowLoop.Latch, B.getInt64(NumInner), in CreateTiledLoops() 97 RowLoop.Header = RowBody->getSinglePredecessor(); in CreateTiledLoops()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 165 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileLoadStoreLoops() local 167 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileLoadStoreLoops() 169 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops() 174 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileLoadStoreLoops() 206 VecPhi->addIncoming(VecCPhiRowLoop, RowBody); in createTileLoadStoreLoops() 281 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileDPLoops() local 283 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileDPLoops() 285 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops() 296 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileDPLoops() 342 VecCPhiColLoop->addIncoming(VecCPhiRowLoop, RowBody); in createTileDPLoops() [all …]
|