Searched refs:VecCPhiRowLoop (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 198 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.phi.row"); in createTileLoadStoreLoops() local 199 VecCPhiRowLoop->addIncoming(VecZero, Start); in createTileLoadStoreLoops() 206 VecPhi->addIncoming(VecCPhiRowLoop, RowBody); in createTileLoadStoreLoops() 217 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops() 324 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.c.phi.row"); in createTileDPLoops() local 325 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops() 342 VecCPhiColLoop->addIncoming(VecCPhiRowLoop, RowBody); in createTileDPLoops() 463 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
|