Home
last modified time | relevance | path

Searched defs:AddRec (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/Analysis/
HDDependenceAnalysis.cpp860 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Src); in checkSrcSubscript() local
886 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Dst); in checkDstSubscript() local
2300 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest() local
2321 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest() local
2393 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest() local
2902 while (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Subscript)) { in collectCoeffInfo() local
2976 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in findCoefficient() local
2992 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in zeroCoefficient() local
3012 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in addToCoefficient() local
HDScalarEvolution.cpp1152 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Op)) { in getTruncateExpr() local
2234 const SCEVAddRecExpr *AddRec = cast<SCEVAddRecExpr>(Ops[Idx]); in getAddExpr() local
2446 AddRec = dyn_cast<SCEVAddRecExpr>(Ops[1])) { in getMulExpr() local
2496 const SCEVAddRecExpr *AddRec = cast<SCEVAddRecExpr>(Ops[Idx]); in getMulExpr() local
3704 } else if (const SCEVAddRecExpr *AddRec = in createNodeForPHI() local
3962 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(S)) { in getRange() local
5148 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(LHS)) in ComputeExitLimitFromICmp() local
5224 EvaluateConstantChrecAtConstant(const SCEVAddRecExpr *AddRec, ConstantInt *C, in EvaluateConstantChrecAtConstant()
5885 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(V)) { in computeSCEVAtScope() local
6012 SolveQuadraticEquation(const SCEVAddRecExpr *AddRec, ScalarEvolution &SE) { in SolveQuadraticEquation()
[all …]
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDIndVarSimplify.cpp1064 const SCEVAddRecExpr *AddRec = in GetExtendedOperandRecurrence() local
1092 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(WideExpr); in GetWideRecurrence() local
1277 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(OrigPhi)); in CreateWideIV() local
HDLoopInterchange.cpp314 const SCEVAddRecExpr *AddRec = in getInductionVariable() local
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp4961 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Ptr)); in isLikelyComplexAddressComputation() local