Searched refs:getWidestInductionType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 296 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2441 Type *IdxTy = Cost->Legal->getWidestInductionType(); in isIndvarOverflowCheckKnownFalse() 5217 Type *TCType = Legal->getWidestInductionType(); in selectEpilogueVectorizationFactor() 7892 Type *IdxTy = Legal->getWidestInductionType(); in createEpilogueVectorizedLoopSkeleton() 8709 createTripCountSCEV(Legal->getWidestInductionType(), PSE, OrigLoop), in tryToBuildVPlanWithVPRecipes() 8730 addCanonicalIVRecipes(*Plan, Legal->getWidestInductionType(), HasNUW, DL); in tryToBuildVPlanWithVPRecipes() 8925 createTripCountSCEV(Legal->getWidestInductionType(), PSE, OrigLoop), in buildVPlan() 8949 addCanonicalIVRecipes(*Plan, Legal->getWidestInductionType(), HasNUW, in buildVPlan()
|