Searched defs:VecPhi (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 205 PHINode *VecPhi = B.CreatePHI(V256I32Ty, 2, "vec.phi"); in createTileLoadStoreLoops() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1274 Value *VecPhi = State.Builder.CreatePHI(VecTy, 2, "vec.phi"); in execute() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3577 auto *VecPhi = Builder.CreatePHI(VectorInit->getType(), 2, "vector.recur"); in fixFirstOrderRecurrence() local 4118 Value *VecPhi = Builder.CreatePHI(VecTy, PN->getNumOperands(), "vec.phi"); in widenPHIInstruction() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3812 auto *VecPhi = Builder.CreatePHI(VectorInit->getType(), 2, "vector.recur"); in fixFirstOrderRecurrence() local
|