Home
last modified time | relevance | path

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 DX86LowerAMXIntrinsics.cpp205 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 DVPlanRecipes.cpp1274 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 DLoopVectorize.cpp3577 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 DLoopVectorize.cpp3812 auto *VecPhi = Builder.CreatePHI(VectorInit->getType(), 2, "vector.recur"); in fixFirstOrderRecurrence() local