| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionNormalization.cpp | 55 return SE.getAddRecExpr(Operands, AR->getLoop(), SCEV::FlagAnyWrap); in visitAddRecExpr() 94 return SE.getAddRecExpr(Operands, AR->getLoop(), SCEV::FlagAnyWrap); in visitAddRecExpr()
|
| H A D | ScalarEvolutionDivision.cpp | 144 Quotient = SE.getAddRecExpr(StartQ, StepQ, Numerator->getLoop(), in visitAddRecExpr() 146 Remainder = SE.getAddRecExpr(StartR, StepR, Numerator->getLoop(), in visitAddRecExpr()
|
| H A D | ScalarEvolution.cpp | 1358 SE->getAddRecExpr(PreStart, Step, L, SCEV::FlagAnyWrap)); in getPreStartForExtend() 2003 return getAddRecExpr(Start, Step, L, SCEV::FlagNSW); in getSignExtendExprImpl() 2200 return getAddRecExpr(Ops, AR->getLoop(), SCEV::FlagNW); in getAnyExtendExpr() 3217 return getAddRecExpr(Operands, AddRec->getLoop(), in getMulExpr() 3658 return getAddRecExpr(Operands, L, Flags); in getAddRecExpr() 5592 getAddRecExpr(getTruncateExpr(StartVal, TruncTy), in createAddRecFromPHIWithCastsImpl() 5774 const SCEV *PHISCEV = getAddRecExpr(StartVal, Accum, L, Flags); in createSimpleAffineAddRec() 9864 const SCEV *FoldedRec = getAddRecExpr( in computeSCEVAtScope() 11370 getAddRecExpr(getZero(Ty), getOne(Ty), L, NoWrapFlags); in isLoopBackedgeGuardedByCond() 12773 auto *S = getAddRecExpr( in howManyLessThans() [all …]
|
| H A D | LoopCacheAnalysis.cpp | 428 AccessFn = SE.getAddRecExpr(AccessFnAR->getStart(), in delinearize()
|
| H A D | DependenceAnalysis.cpp | 3104 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient() 3121 return SE->getAddRecExpr(Expr, in addToCoefficient() 3129 return SE->getAddRecExpr(AddRec->getStart(), in addToCoefficient() 3135 return SE->getAddRecExpr(AddRec, Value, TargetLoop, SCEV::FlagAnyWrap); in addToCoefficient() 3136 return SE->getAddRecExpr( in addToCoefficient()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 368 return SE.getAddRecExpr( in getStepRecurrence() 836 : SE.getAddRecExpr(Operands, Expr->getLoop(), in visitAddRecExpr() 947 return SE.getAddRecExpr(Operands, L, Expr->getNoWrapFlags()); in visitAddRecExpr()
|
| H A D | ScalarEvolution.h | 614 const SCEV *getAddRecExpr(const SCEV *Start, const SCEV *Step, const Loop *L, 616 const SCEV *getAddRecExpr(SmallVectorImpl<const SCEV *> &Operands, 618 const SCEV *getAddRecExpr(const SmallVectorImpl<const SCEV *> &Operands, 621 return getAddRecExpr(NewOp, L, Flags);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 1441 auto NewIVSCEV = SE->getAddRecExpr(Zero, One, L, SCEV::FlagAnyWrap); in replace() 1472 SE->getAddRecExpr(Start, IncrExpr, L, SCEV::FlagAnyWrap); in replaceIV()
|
| H A D | LoopFuse.cpp | 1245 return SE.getAddRecExpr(Operands, &NewL, Expr->getNoWrapFlags()); in visitAddRecExpr() 1259 return SE.getAddRecExpr(Operands, ExprL, Expr->getNoWrapFlags()); in visitAddRecExpr()
|
| H A D | LoopStrengthReduce.cpp | 442 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 742 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap); in getExactSDiv() 817 S = SE.getAddRecExpr(NewOps, AR->getLoop(), in ExtractImmediate() 843 S = SE.getAddRecExpr(NewOps, AR->getLoop(), in ExtractSymbol() 3632 return SE.getAddRecExpr(Remainder, in CollectSubexprs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1176 Value *V = expand(SE.getAddRecExpr(NewOps, S->getLoop(), in visitAddRecExpr() 1193 const SCEV *Rest = SE.getAddRecExpr(NewOps, L, in visitAddRecExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 522 return SE.getAddRecExpr(NewStart, NewStep, TheLoop, SCEV::FlagAnyWrap); in visitAddRecExpr()
|