Searched refs:RowLatch (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 167 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileLoadStoreLoops() local 169 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops() 217 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops() 283 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileDPLoops() local 285 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops() 463 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops() 465 VecDPhiRowLoop->addIncoming(NewVecD, RowLatch); in createTileDPLoops()
|