Home
last modified time | relevance | path

Searched refs:getWidestInductionType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h299 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2316 Type *IdxTy = Cost->Legal->getWidestInductionType(); in isIndvarOverflowCheckKnownFalse()
4710 Type *TCType = Legal->getWidestInductionType(); in selectEpilogueVectorizationFactor()
6967 VPCostContext CostCtx(CM.TTI, Legal->getWidestInductionType(), LLVMCtx, CM); in cost()
7633 Type *IdxTy = Legal->getWidestInductionType(); in createEpilogueVectorizedLoopSkeleton()
8475 createTripCountSCEV(Legal->getWidestInductionType(), PSE, OrigLoop), in tryToBuildVPlanWithVPRecipes()
8492 addCanonicalIVRecipes(*Plan, Legal->getWidestInductionType(), HasNUW, DL); in tryToBuildVPlanWithVPRecipes()
8724 createTripCountSCEV(Legal->getWidestInductionType(), PSE, OrigLoop), in buildVPlan()
8748 addCanonicalIVRecipes(*Plan, Legal->getWidestInductionType(), HasNUW, in buildVPlan()