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

  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 69 const SCEV *P0 = SE.getAddExpr(S0, S0);
70 const SCEV *P1 = SE.getAddExpr(S1, S1);
71 const SCEV *P2 = SE.getAddExpr(S2, S2);
155 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum));
164 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum));
173 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum));
186 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum));
204 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum));
217 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum));
226 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 821 Quotient = SE.getAddExpr(Qs);
822 Remainder = SE.getAddExpr(Rs);
    [all...]
ScalarEvolutionExpander.cpp 256 Remainder = SE.getAddExpr(
313 SE.getAddExpr(NoAddRecs);
445 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
500 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
581 return expand(SE.getAddExpr(Ops));
808 Rest = SE.getAddExpr(Rest,
    [all...]
DependenceAnalysis.cpp 555 const SCEV *Sum = SE->getAddExpr(A1X1, B1Y1);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
ScalarEvolutionExpressions.h 353 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
588 return SE.getAddExpr(Operands);
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 824 const SCEV *IndVarStart = SE.getAddExpr(StartNext, Addend);
900 Smallest = SE.getAddExpr(End, SE.getSCEV(One));
901 Greatest = SE.getAddExpr(Start, SE.getSCEV(One));
    [all...]
LoopStrengthReduce.cpp 366 const SCEV *Sum = SE.getAddExpr(Good);
372 const SCEV *Sum = SE.getAddExpr(Bad);
594 return SE.getAddExpr(Ops);
634 S = SE.getAddExpr(NewOps);
660 S = SE.getAddExpr(NewOps);
    [all...]
IndVarSimplify.cpp     [all...]
NaryReassociate.cpp 545 return SE->getAddExpr(LHS, RHS);
LoopIdiomRecognize.cpp 564 SE->getAddExpr(BECount, SE->getOne(IntPtr), SCEV::FlagNUW);
695 SE->getAddExpr(BECount, SE->getOne(IntPtrTy), SCEV::FlagNUW);
    [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
LoopRerollPass.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 205 const SCEV *NextLSCEV = SE->getAddExpr(LSCEVAddRec, SE->getMulExpr(
PPCLoopPreIncPrep.cpp 287 Buckets[i].BaseSCEV = SE->getAddExpr(Buckets[i].BaseSCEV, Offset);
PPCCTRLoops.cpp 559 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType));
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 309 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1));
SimplifyIndVar.cpp 365 GetExprForBO = &ScalarEvolution::getAddExpr;
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 7174 milliseconds