Home
last modified time | relevance | path

Searched refs:ToVectorTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp48 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration()
51 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in addVariantDeclaration()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h299 inline Type *ToVectorTy(Type *Scalar, ElementCount EC) { in ToVectorTy() function
305 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
306 return ToVectorTy(Scalar, ElementCount::getFixed(VF)); in ToVectorTy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3897 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
3899 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost()
6868 cast<VectorType>(ToVectorTy(I->getType(), VF)), in computePredInstDiscount()
7003 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost()
7051 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost()
7081 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getUniformMemOpCost()
7107 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getGatherScatterCost()
7341 Type *RetTy = ToVectorTy(I->getType(), VF); in getScalarizationOverhead()
7567 VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost()
7742 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
[all …]