Home
last modified time | relevance | path

Searched refs:getNegativeSCEV (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp323 SE->getNegativeSCEV(DV[Level - 1].Distance); in normalize()
429 return SE->getNegativeSCEV(C); in getD()
461 B = SE->getNegativeSCEV(A); in setDistance()
462 C = SE->getNegativeSCEV(D); in setDistance()
1308 SE->getNegativeSCEV(Coeff), in strongSIVtest()
1309 SE->getNegativeSCEV(Delta), CurLoop); in strongSIVtest()
1401 Delta = SE->getNegativeSCEV(Delta); in weakCrossingSIVtest()
1793 SE->getNegativeSCEV(ConstCoeff) : ConstCoeff; in weakZeroSrcSIVtest()
1902 SE->getNegativeSCEV(ConstCoeff) : ConstCoeff; in weakZeroDstSIVtest()
2246 else if (SrcCoeff == SE->getNegativeSCEV(DstCoeff)) in testSIV()
[all …]
H A DLoopCacheAnalysis.cpp101 StepRec = SE.getNegativeSCEV(StepRec); in isOneDimensionalArray()
429 SE.getNegativeSCEV(StepRec), in delinearize()
492 Stride = SE.isKnownNegative(Stride) ? SE.getNegativeSCEV(Stride) : Stride; in isConsecutive()
H A DScalarEvolution.cpp3827 return getSMaxExpr(Op, getNegativeSCEV(Op, Flags)); in getAbsExpr()
4586 const SCEV *ScalarEvolution::getNegativeSCEV(const SCEV *V, in getNegativeSCEV() function in ScalarEvolution
4719 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()
7055 const SCEV *StepAbs = getUMinExpr(Step, getNegativeSCEV(Step)); in getRangeForAffineNoSelfWrappingAR()
7707 AddOps.push_back(getNegativeSCEV(getSCEV(BO->RHS))); in createSCEV()
10446 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
10483 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()
11114 auto *MinusOne = getNegativeSCEV(One); in getLoopInvariantExitCondDuringFirstIterationsImpl()
13153 const SCEV *Stride = getNegativeSCEV(IV->getStepRecurrence(*this)); in howManyGreaterThans()
14909 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()
[all …]
H A DLoopAccessAnalysis.cpp1866 const SCEV *NegDist = SE.getNegativeSCEV(CastedDist); in isSafeDependenceDistance()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp328 SE->getAddExpr(SE->getMulExpr(Ceil, VW), SE->getNegativeSCEV(VW), in IsSafeActiveMask()
329 SE->getNegativeSCEV(Start)), in IsSafeActiveMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp497 Value *W = expand(SE.getNegativeSCEV(Op)); in visitAddExpr()
1000 Step = SE.getNegativeSCEV(Step); in getAddRecExprPHILiterally()
1119 Step = SE.getNegativeSCEV(Step); in expandAddRecExprLiterally()
2017 Value *NegStepValue = expand(SE.getNegativeSCEV(Step), Loc); in generateOverflowCheck()
H A DLoopConstrainer.cpp244 const SCEV *Addend = SE.getNegativeSCEV(IndVarBase->getStepRecurrence(SE)); in parseLoopStructure()
H A DSimplifyIndVar.cpp1649 SE->getNegativeSCEV(RHS), CtxI); in widenWithVariantUse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp958 E.Offset = cast<SCEVConstant>(SE->getNegativeSCEV(Offset)); in prepareBaseForDispFormChain()
1003 E.Offset = cast<SCEVConstant>(SE->getNegativeSCEV(Offset)); in prepareBaseForUpdateFormChain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp764 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace()
H A DLoopIdiomRecognize.cpp889 IsNegStride ? SE->getNegativeSCEV(PointerStrideSCEV) in processLoopMemSet()
2610 ExtraOffsetExpr = SE->getNegativeSCEV(SE->getSCEV(ExtraOffset)); in detectShiftUntilZeroIdiom()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h686 const SCEV *getNegativeSCEV(const SCEV *V,