Searched refs:Coeff (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 1145 bool DependenceInfo::strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, in strongSIVtest() argument 1150 LLVM_DEBUG(dbgs() << "\t Coeff = " << *Coeff); in strongSIVtest() 1151 LLVM_DEBUG(dbgs() << ", " << *Coeff->getType() << "\n"); in strongSIVtest() 1171 SE->isKnownNonNegative(Coeff) ? Coeff : SE->getNegativeSCEV(Coeff); in strongSIVtest() 1182 if (isa<SCEVConstant>(Delta) && isa<SCEVConstant>(Coeff)) { in strongSIVtest() 1184 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest() 1215 if (Coeff->isOne()) { in strongSIVtest() 1222 NewConstraint.setLine(Coeff, in strongSIVtest() 1223 SE->getNegativeSCEV(Coeff), in strongSIVtest() 1231 bool CoeffMaybePositive = !SE->isKnownNonPositive(Coeff); in strongSIVtest() [all …]
|
| H A D | LoopCacheAnalysis.cpp | 292 const SCEV *Coeff = getLastCoefficient(); in computeRefCost() local 294 const SCEV *Stride = SE.getMulExpr(Coeff, ElemSize); in computeRefCost() 419 const SCEV *Coeff = getLastCoefficient(); in isConsecutive() local 421 const SCEV *Stride = SE.getMulExpr(Coeff, ElemSize); in isConsecutive()
|
| H A D | ScalarEvolution.cpp | 1033 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType()); in evaluateAtIteration() local 1034 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1035 return Coeff; in evaluateAtIteration() 1037 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff)); in evaluateAtIteration() 3052 uint64_t Coeff; in getMulExpr() local 3054 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr() 3056 Coeff = Coeff1*Coeff2; in getMulExpr() 3057 const SCEV *CoeffTerm = getConstant(Ty, Coeff); in getMulExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 135 Coeff += T.Coeff; in operator +=() 139 const FAddendCoef &getCoef() const { return Coeff; } in getCoef() 142 bool isZero() const { return Coeff.isZero(); } in isZero() 145 Coeff.set(Coefficient); in set() 149 Coeff.set(Coefficient); in set() 153 Coeff.set(Coefficient->getValueAPF()); in set() 157 void negate() { Coeff.negate(); } in negate() 168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() 172 FAddendCoef Coeff; member in __anon0831a0f10111::FAddend 416 if (!BreakNum || Coeff.isOne()) in drillAddendDownOneStep() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | iir.s | 106 loadsym I1, Coeff; 173 Coeff: label
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 355 const SCEV *Coeff; member 651 bool strongSIVtest(const SCEV *Coeff,
|