Home
last modified time | relevance | path

Searched refs:VecCPhiRowLoop (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp195 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.phi.row"); in createTileLoadStoreLoops() local
196 VecCPhiRowLoop->addIncoming(VecZero, Start); in createTileLoadStoreLoops()
203 VecPhi->addIncoming(VecCPhiRowLoop, RowBody); in createTileLoadStoreLoops()
214 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops()
321 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.c.phi.row"); in createTileDPLoops() local
322 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
339 VecCPhiColLoop->addIncoming(VecCPhiRowLoop, RowBody); in createTileDPLoops()
460 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()