Searched refs:VecCPhiRowLoop (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 197 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.phi.row"); in createTileLoadStoreLoops() local 198 VecCPhiRowLoop->addIncoming(VecZero, Start); in createTileLoadStoreLoops() 205 VecPhi->addIncoming(VecCPhiRowLoop, RowBody); in createTileLoadStoreLoops() 216 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops() 323 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.c.phi.row"); in createTileDPLoops() local 324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops() 341 VecCPhiColLoop->addIncoming(VecCPhiRowLoop, RowBody); in createTileDPLoops() 462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
|