Home
last modified time | relevance | path

Searched refs:getOrCreateVPValueForSCEVExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.cpp27 VPValue *vputils::getOrCreateVPValueForSCEVExpr(VPlan &Plan, const SCEV *Expr, in getOrCreateVPValueForSCEVExpr() function in vputils
H A DVPlanUtils.h33 VPValue *getOrCreateVPValueForSCEVExpr(VPlan &Plan, const SCEV *Expr,
H A DVPlanConstruction.cpp527 vputils::getOrCreateVPValueForSCEVExpr(Plan, TripCount, SE)); in prepareForVectorization()
H A DVPlanTransforms.cpp74 vputils::getOrCreateVPValueForSCEVExpr(*Plan, II->getStep(), SE); in tryToConvertVPInstructionsToVPRecipes()
H A DLoopVectorize.cpp7710 vputils::getOrCreateVPValueForSCEVExpr(Plan, IndDesc.getStep(), SE); in createWidenInductionRecipes()
7732 VPValue *Step = vputils::getOrCreateVPValueForSCEVExpr(Plan, II->getStep(), in tryToOptimizeInductionPHI()