HomeSort by: relevance | last modified time | path
    Searched defs:Coeff (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
iir.s 106 loadsym I1, Coeff;
173 Coeff:
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
iir.s 106 loadsym I1, Coeff;
173 Coeff:
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 355 const SCEV *Coeff;
651 bool strongSIVtest(const SCEV *Coeff,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 135 Coeff += T.Coeff;
139 const FAddendCoef &getCoef() const { return Coeff; }
142 bool isZero() const { return Coeff.isZero(); }
145 Coeff.set(Coefficient);
149 Coeff.set(Coefficient);
153 Coeff.set(Coefficient->getValueAPF());
157 void negate() { Coeff.negate(); }
168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
170 // This addend has the value of "Coeff * Val"
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 1145 bool DependenceInfo::strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst,
1150 LLVM_DEBUG(dbgs() << "\t Coeff = " << *Coeff);
1151 LLVM_DEBUG(dbgs() << ", " << *Coeff->getType() << "\n");
1171 SE->isKnownNonNegative(Coeff) ? Coeff : SE->getNegativeSCEV(Coeff);
1182 if (isa<SCEVConstant>(Delta) && isa<SCEVConstant>(Coeff)) {
1184 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt();
1190 // Make sure Coeff divides Delta exactl
    [all...]

Completed in 31 milliseconds