Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h135 inline Type *ToVectorTy(Type *Scalar, ElementCount EC) { in ToVectorTy() function
141 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
142 return ToVectorTy(Scalar, ElementCount::getFixed(VF)); in ToVectorTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1268 Type *SrcTy = ToVectorTy(cast<CastInst>(I)->getSrcTy(), VF); in isOptimizableIVTruncate()
1269 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate()
3429 auto *VecTy = ToVectorTy(I->getType(), VF); in getDivRemSpeculationCost()
3435 ToVectorTy(Type::getInt1Ty(I->getContext()), VF), in getDivRemSpeculationCost()
4474 Type *VectorTy = ToVectorTy(ScalarTy, VF); in willGenerateVectors()
5447 cast<VectorType>(ToVectorTy(I->getType(), VF)), in computePredInstDiscount()
5466 cast<VectorType>(ToVectorTy(J->getType(), VF)), in computePredInstDiscount()
5573 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost()
5624 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost()
5656 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getUniformMemOpCost()
[all …]