Searched refs:ToVectorTy (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InjectTLIMappings.cpp | 61 static Type *ToVectorTy(Type *Scalar, unsigned VF, bool isScalable = false) { in ToVectorTy() function 77 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration() 80 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in addVariantDeclaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 300 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() function 1169 Type *SrcTy = ToVectorTy(cast<CastInst>(I)->getSrcTy(), VF); in isOptimizableIVTruncate() 1170 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate() 3276 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost() 3278 Tys.push_back(ToVectorTy(ScalarTy, VF)); in getVectorCallCost() 4344 Type *RetTy = ToVectorTy(CI->getType(), VF); in widenInstruction() 4347 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); in widenInstruction() 5679 ScalarCost += TTI.getScalarizationOverhead(ToVectorTy(I->getType(), VF), in computePredInstDiscount() 5696 ToVectorTy(J->getType(),VF), false, true); in computePredInstDiscount() 5798 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getMemInstScalarizationCost() [all …]
|