Searched refs:ToVectorTy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 47 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration() 50 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in addVariantDeclaration()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 299 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()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3438 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost() 3440 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost() 6178 cast<VectorType>(ToVectorTy(I->getType(), VF)), in computePredInstDiscount() 6313 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost() 6363 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getConsecutiveMemOpCost() 6393 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getUniformMemOpCost() 6419 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); in getGatherScatterCost() 6721 Type *RetTy = ToVectorTy(I->getType(), VF); in getScalarizationOverhead() 6955 VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost() 7133 VectorTy = ToVectorTy(ValTy, VF); in getInstructionCost() [all …]
|