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

  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 60 const SCEV *P0 = SE.getAddExpr(S0, S0);
61 const SCEV *P1 = SE.getAddExpr(S1, S1);
62 const SCEV *P2 = SE.getAddExpr(S2, S2);
148 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum));
157 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum));
166 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum));
179 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum));
197 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum));
210 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum));
219 EXPECT_EQ(Product->getOperand(6), SE.getAddExpr(Sum))
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 183 Result = SE.getAddExpr(Result, TransformedStep);
204 case scAddExpr: return SE.getAddExpr(Operands);
ScalarEvolution.cpp 812 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
864 return getAddExpr(Operands);
    [all...]
ScalarEvolutionExpander.cpp 240 SE.getAddExpr(Remainder,
317 SE.getAddExpr(NoAddRecs);
451 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
524 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
609 return expand(SE.getAddExpr(Ops));
    [all...]
DependenceAnalysis.cpp 555 const SCEV *Sum = SE->getAddExpr(A1X1, B1Y1);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 598 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
600 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS,
605 return getAddExpr(Ops, Flags);
607 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
613 return getAddExpr(Ops, Flags);
    [all...]
ScalarEvolutionExpressions.h 352 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
674 return SE.getAddExpr(Operands);
770 return SE.getAddExpr(Operands);
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 352 const SCEV *Sum = SE.getAddExpr(Good);
358 const SCEV *Sum = SE.getAddExpr(Bad);
587 return SE.getAddExpr(Ops);
630 S = SE.getAddExpr(NewOps);
657 S = SE.getAddExpr(NewOps);
    [all...]
LoopIdiomRecognize.cpp     [all...]
IndVarSimplify.cpp     [all...]
LoopRerollPass.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 255 SE->getAddExpr(BECount, SE->getConstant(BECount->getType(), 1));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 523 ExitCount = SE->getAddExpr(ExitCount,
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 263 milliseconds