Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h133 inline Type *ToVectorTy(Type *Scalar, ElementCount EC) { in ToVectorTy() function
139 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
140 return ToVectorTy(Scalar, ElementCount::getFixed(VF)); in ToVectorTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4077 auto *VecTy = ToVectorTy(I->getType(), VF); in getDivRemSpeculationCost()
4083 ToVectorTy(Type::getInt1Ty(I->getContext()), VF), in getDivRemSpeculationCost()
5938 cast<VectorType>(ToVectorTy(I->getType(), VF)), in computePredInstDiscount()
6069 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost()
6120 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost()
6474 Type *RetTy = ToVectorTy(I->getType(), VF); in getScalarizationOverhead()
6714 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in setVectorizedCallDecision()
6716 Tys.push_back(ToVectorTy(ScalarTy, VF)); in setVectorizedCallDecision()
6889 VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost()
7067 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost()
[all …]