Searched refs:VecPhi (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 202 PHINode *VecPhi = B.CreatePHI(V256I32Ty, 2, "vec.phi"); in createTileLoadStoreLoops() local 203 VecPhi->addIncoming(VecCPhiRowLoop, RowBody); in createTileLoadStoreLoops() 212 Value *ResVec = B.CreateInsertElement(VecPhi, Elt, Idx); in createTileLoadStoreLoops() 213 VecPhi->addIncoming(ResVec, ColLoopLatch); in createTileLoadStoreLoops()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 2634 Value *VecPhi = State.Builder.CreatePHI(VecTy, 2, "vec.phi"); in execute() local 2635 State.set(this, VecPhi, 0); in execute()
|