Searched refs:RowLatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 166 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileLoadStoreLoops() local 168 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops() 216 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops() 282 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileDPLoops() local 284 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops() 462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops() 464 VecDPhiRowLoop->addIncoming(NewVecD, RowLatch); in createTileDPLoops()
|