Searched refs:getWidestInductionType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 319 IntegerType *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2215 IntegerType *IdxTy = Cost->Legal->getWidestInductionType(); in isIndvarOverflowCheckKnownFalse() 3658 Legal->getWidestInductionType()->getScalarSizeInBits() && in computeMaxVF() 4021 VPCostContext CostCtx(CM.TTI, *CM.TLI, Legal->getWidestInductionType(), in emitInvalidCostRemarks() 4276 VPCostContext CostCtx(CM.TTI, *CM.TLI, CM.Legal->getWidestInductionType(), in selectVectorizationFactor() 4463 Type *TCType = Legal->getWidestInductionType(); in selectEpilogueVectorizationFactor() 6877 VPCostContext CostCtx(CM.TTI, *CM.TLI, Legal->getWidestInductionType(), CM, in cost() 7078 VPCostContext CostCtx(CM.TTI, *CM.TLI, Legal->getWidestInductionType(), CM, in computeBestVF() 7238 VPlanTransforms::simplifyRecipes(BestVPlan, *Legal->getWidestInductionType()); in executePlan() 7245 *Legal->getWidestInductionType()); in executePlan() 7252 Legal->getWidestInductionType()); in executePlan() [all …]
|