/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 206 case scSMaxExpr: return SE.getSMaxExpr(Operands); in TransformImpl()
|
D | ScalarEvolution.cpp | 3023 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, in getSMaxExpr() function in ScalarEvolution 3026 return getSMaxExpr(Ops); in getSMaxExpr() 3030 ScalarEvolution::getSMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMaxExpr() function in ScalarEvolution 3086 return getSMaxExpr(Ops); in getSMaxExpr() 3228 return getNotSCEV(getSMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getSMinExpr() 4260 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI() 6829 return getSMaxExpr(NewOps); in computeSCEVAtScope() 8678 End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start); in howManyLessThans()
|
D | DependenceAnalysis.cpp | 1243 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest() 2813 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1106 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges() 1644 return SE.getMinusSCEV(X, SE.getSMaxExpr(Y, XMinusSIntMax), in computeSafeIterationSpace() 1674 return SE.getAddExpr(SE.getSMaxExpr(SE.getSMinExpr(X, Zero), NegOne), One); in computeSafeIterationSpace() 1711 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectSignedRange()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1121 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges() 1659 return SE.getMinusSCEV(X, SE.getSMaxExpr(Y, XMinusSIntMax), in computeSafeIterationSpace() 1689 return SE.getAddExpr(SE.getSMaxExpr(SE.getSMinExpr(X, Zero), NegOne), One); in computeSafeIterationSpace() 1726 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectSignedRange()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1244 const SCEV *getSMaxExpr(const SCEV *LHS, const SCEV *RHS); 1245 const SCEV *getSMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 598 return SE.getSMaxExpr(Operands); in visitSMaxExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 576 const SCEV *getSMaxExpr(const SCEV *LHS, const SCEV *RHS); 577 const SCEV *getSMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 743 return !Changed ? Expr : SE.getSMaxExpr(Operands); in visitSMaxExpr()
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 876 return SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)); in calculateSubRanges() 1358 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectRange()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 581 const SCEV *getSMaxExpr(const SCEV *LHS, const SCEV *RHS); 582 const SCEV *getSMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 807 return !Changed ? Expr : SE.getSMaxExpr(Operands); in visitSMaxExpr()
|
/external/llvm-project/polly/lib/Support/ |
D | ScopHelper.cpp | 384 return SE.getSMaxExpr(NewOps); in visitSMaxExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1037 SE->getMinusSCEV(S, SE->getSMaxExpr(Size, SE->getOne(Size->getType()))); in isKnownLessThan() 1320 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest() 2896 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart()
|
D | ScalarEvolution.cpp | 3688 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, const SCEV *RHS) { in getSMaxExpr() function in ScalarEvolution 3690 return getSMaxExpr(Ops); in getSMaxExpr() 3693 const SCEV *ScalarEvolution::getSMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMaxExpr() function in ScalarEvolution 5373 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI() 10758 End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start); in howManyLessThans()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1039 SE->getMinusSCEV(S, SE->getSMaxExpr(Size, SE->getOne(Size->getType()))); in isKnownLessThan() 1322 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest() 2885 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart()
|
D | ScalarEvolution.cpp | 3485 return getSMaxExpr(Op, getNegativeSCEV(Op, Flags)); in getAbsExpr() 3490 return getSMinExpr(getSMaxExpr(Op, getMinusOne(Ty)), getOne(Ty)); in getSignumExpr() 3625 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, const SCEV *RHS) { in getSMaxExpr() function in ScalarEvolution 3627 return getSMaxExpr(Ops); in getSMaxExpr() 3630 const SCEV *ScalarEvolution::getSMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMaxExpr() function in ScalarEvolution 5445 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI() 6762 return getSMaxExpr(getSCEV(II->getArgOperand(0)), in createSCEV() 11222 End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start); in howManyLessThans()
|