Searched refs:Coeff (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1066 bool DependenceInfo::strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, in strongSIVtest() argument 1071 DEBUG(dbgs() << "\t Coeff = " << *Coeff); in strongSIVtest() 1072 DEBUG(dbgs() << ", " << *Coeff->getType() << "\n"); in strongSIVtest() 1092 SE->isKnownNonNegative(Coeff) ? Coeff : SE->getNegativeSCEV(Coeff); in strongSIVtest() 1103 if (isa<SCEVConstant>(Delta) && isa<SCEVConstant>(Coeff)) { in strongSIVtest() 1105 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest() 1136 if (Coeff->isOne()) { in strongSIVtest() 1143 NewConstraint.setLine(Coeff, in strongSIVtest() 1144 SE->getNegativeSCEV(Coeff), in strongSIVtest() 1152 bool CoeffMaybePositive = !SE->isKnownNonPositive(Coeff); in strongSIVtest() [all …]
|
D | ScalarEvolution.cpp | 1054 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType()); in evaluateAtIteration() local 1055 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1056 return Coeff; in evaluateAtIteration() 1058 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff)); in evaluateAtIteration() 2620 uint64_t Coeff; in getMulExpr() local 2622 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr() 2624 Coeff = Coeff1*Coeff2; in getMulExpr() 2625 const SCEV *CoeffTerm = getConstant(Ty, Coeff); in getMulExpr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 120 const FAddendCoef &getCoef() const { return Coeff; } in getCoef() 123 bool isZero() const { return Coeff.isZero(); } in isZero() 126 Coeff.set(Coefficient); in set() 130 Coeff.set(Coefficient); in set() 134 Coeff.set(Coefficient->getValueAPF()); in set() 138 void negate() { Coeff.negate(); } in negate() 150 Coeff += T.Coeff; in operator +=() 154 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() 158 FAddendCoef Coeff; member in __anone6bb08c70111::FAddend 405 if (!BreakNum || Coeff.isOne()) in drillAddendDownOneStep() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdec_tns.cpp | 203 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef; in CTns_Read() 366 *pCoeff-- = FDKaacDec_tnsCoeff3[filter->Coeff[i]+4]; in CTns_Apply() 372 *pCoeff-- = FDKaacDec_tnsCoeff4[filter->Coeff[i]+8]; in CTns_Apply()
|
D | aacdec_tns.h | 105 SCHAR Coeff[TNS_MAXIMUM_ORDER]; member
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 361 const SCEV *Coeff; member 646 bool strongSIVtest(const SCEV *Coeff,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 779 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType()); in evaluateAtIteration() local 780 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 781 return Coeff; in evaluateAtIteration() 783 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff)); in evaluateAtIteration() 2053 uint64_t Coeff; in getMulExpr() local 2055 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr() 2057 Coeff = Coeff1*Coeff2; in getMulExpr() 2058 const SCEV *CoeffTerm = getConstant(Ty, Coeff); in getMulExpr()
|
/external/eigen/doc/ |
D | QuickReference.dox | 162 <tr><td>Coeff access with \n range checking</td> 172 <tr class="alt"><td>Coeff access without \n range checking</td>
|