Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h55 inline Type *toVectorizedTy(Type *Ty, ElementCount EC) { in toVectorizedTy() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp578 RetTy = toVectorizedTy(RetTy, VF); in createFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2626 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 DVPlanRecipes.cpp701 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 DVPlan.cpp376 VectorValue = PoisonValue::get(toVectorizedTy(LastInst->getType(), VF)); in get()