Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h301 inline Type *ToVectorTy(Type *Scalar, ElementCount EC) { in ToVectorTy() function
307 inline Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function
308 return ToVectorTy(Scalar, ElementCount::getFixed(VF)); in ToVectorTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1438 Type *SrcTy = ToVectorTy(cast<CastInst>(I)->getSrcTy(), VF); in isOptimizableIVTruncate()
1439 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate()
3851 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
3853 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost()
5061 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF.getKnownMinValue())); in widenCallInstruction()
6808 cast<VectorType>(ToVectorTy(I->getType(), VF)), in computePredInstDiscount()
6829 cast<VectorType>(ToVectorTy(J->getType(), VF)), in computePredInstDiscount()
6939 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost()
6987 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost()
7017 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getUniformMemOpCost()
[all …]