HomeSort by relevance Sort by last modified time
    Searched refs:getStepRecurrence (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 135 TransformSubExpr(AR->getStepRecurrence(SE),
166 TransformSubExpr(AR->getStepRecurrence(SE),
181 TransformSubExpr(AR->getStepRecurrence(SE),
IVUsers.cpp 67 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
360 return AR->getStepRecurrence(*SE);
DependenceAnalysis.cpp 865 const SCEV *Step = AddRec->getStepRecurrence(*SE);
891 const SCEV *Step = AddRec->getStepRecurrence(*SE);
    [all...]
ScalarEvolutionExpander.cpp 280 const SCEV *Step = A->getStepRecurrence(SE);
341 A->getStepRecurrence(SE),
810 A->getStepRecurrence(SE),
    [all...]
ScalarEvolution.cpp 787 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR);
    [all...]
VectorUtils.cpp 314 V = S->getStepRecurrence(*SE);
LoopAccessAnalysis.cpp 140 const SCEV *Step = AR->getStepRecurrence(*SE);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 426 IRC->Scale = IndexAddRec->getStepRecurrence(SE);
730 SE.getSignExtendExpr(AR->getStepRecurrence(SE), WideTy);
733 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep;
754 dyn_cast<SCEVConstant>(AR->getStepRecurrence(SE))) {
823 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE));
    [all...]
AlignmentFromAssumptions.cpp 173 const SCEV *DiffIncSCEV = DiffARSCEV->getStepRecurrence(*SE);
IndVarSimplify.cpp     [all...]
LoopRerollPass.cpp 482 dyn_cast<SCEVConstant>(PHISCEV->getStepRecurrence(*SE))) {
859 if (ADR->getStepRecurrence(*SE) != SE->getMulExpr(StepSCEV, ScaleSCEV)) {
    [all...]
LoopStrengthReduce.cpp 329 AR->getStepRecurrence(SE),
571 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
    [all...]
LoopInterchange.cpp 318 const SCEV *Step = AddRec->getStepRecurrence(*SE);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 207 LSCEVAddRec->getStepRecurrence(*SE)));
PPCLoopPreIncPrep.cpp 323 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE));
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 302 /// getStepRecurrence - This method constructs and returns the recurrence
306 const SCEV *getStepRecurrence(ScalarEvolution &SE) const {
353 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 679 const SCEV *Step = AR->getStepRecurrence(*SE);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 473 milliseconds