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

1 2

  /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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 783 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
836 return getAddExpr(Operands);
    [all...]
ScalarEvolutionExpander.cpp 218 SE.getAddExpr(Remainder,
295 SE.getAddExpr(NoAddRecs);
426 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
496 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
588 return expand(SE.getAddExpr(Ops));
    [all...]
ScalarEvolutionNormalization.cpp 174 case scAddExpr: return SE.getAddExpr(Operands);
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 183 Result = SE.getAddExpr(Result, TransformedStep);
204 case scAddExpr: return SE.getAddExpr(Operands);
ScalarEvolution.cpp 823 Quotient = SE.getAddExpr(Qs);
824 Remainder = SE.getAddExpr(Rs);
    [all...]
ScalarEvolutionExpander.cpp 254 Remainder = SE.getAddExpr(
311 SE.getAddExpr(NoAddRecs);
443 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
498 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
577 return expand(SE.getAddExpr(Ops));
804 Rest = SE.getAddExpr(Rest,
814 Rest = SE.getAddExpr(NewAddOps);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 564 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
566 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS,
571 return getAddExpr(Ops, Flags);
573 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
579 return getAddExpr(Ops, Flags);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
ScalarEvolutionExpressions.h 344 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
571 return SE.getAddExpr(Operands);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 342 Operation = &ScalarEvolution::getAddExpr;
349 Operation = &ScalarEvolution::getAddExpr;
506 GetExprForBO = &ScalarEvolution::getAddExpr;
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 795 const SCEV *IndVarStart = SE.getAddExpr(StartNext, Addend);
871 Smallest = SE.getAddExpr(End, SE.getSCEV(One));
872 Greatest = SE.getAddExpr(Start, SE.getSCEV(One));
    [all...]
LoopDataPrefetch.cpp 270 const SCEV *NextLSCEV = SE->getAddExpr(LSCEVAddRec, SE->getMulExpr(
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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 315 const SCEV *Sum = SE.getAddExpr(Good);
321 const SCEV *Sum = SE.getAddExpr(Bad);
502 return SE.getAddExpr(Ops);
545 S = SE.getAddExpr(NewOps);
572 S = SE.getAddExpr(NewOps);
    [all...]
LoopIdiomRecognize.cpp 504 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
610 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),

Completed in 1818 milliseconds

1 2