Searched refs:toVectorizedTy (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VectorTypeUtils.h | 55 inline Type *toVectorizedTy(Type *Ty, ElementCount EC) { in toVectorizedTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | VFABIDemangler.cpp | 578 RetTy = toVectorizedTy(RetTy, VF); in createFunctionType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2626 return toVectorizedTy(Ty, VF); in maybeVectorizeType() 4214 Type *WideTy = toVectorizedTy(ScalarTy, VF); in willGenerateVectors() 5027 Type *WideTy = toVectorizedTy(I->getType(), VF); in computePredInstDiscount() 5049 Type *WideTy = toVectorizedTy(J->getType(), VF); in computePredInstDiscount() 5538 Type *RetTy = toVectorizedTy(I->getType(), VF); in getScalarizationOverhead() 5811 Type *RetTy = toVectorizedTy(ScalarRetTy, VF); in setVectorizedCallDecision() 5813 Tys.push_back(toVectorizedTy(ScalarTy, VF)); in setVectorizedCallDecision() 5989 VectorTy = toVectorizedTy(RetTy, VF); in getInstructionCost()
|
| H A D | VPlanRecipes.cpp | 701 Value *Res = PoisonValue::get(toVectorizedTy(StructTy, State.VF)); in generate() 718 Value *Res = PoisonValue::get(toVectorizedTy(ScalarTy, NumOfElements)); in generate() 1546 Type *RetTy = toVectorizedTy(Ctx.Types.inferScalarType(this), VF); in computeCost()
|
| H A D | VPlan.cpp | 376 VectorValue = PoisonValue::get(toVectorizedTy(LastInst->getType(), VF)); in get()
|