Searched refs:Coeff (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1143 bool DependenceInfo::strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, in strongSIVtest() argument 1148 LLVM_DEBUG(dbgs() << "\t Coeff = " << *Coeff); in strongSIVtest() 1149 LLVM_DEBUG(dbgs() << ", " << *Coeff->getType() << "\n"); in strongSIVtest() 1169 SE->isKnownNonNegative(Coeff) ? Coeff : SE->getNegativeSCEV(Coeff); in strongSIVtest() 1180 if (isa<SCEVConstant>(Delta) && isa<SCEVConstant>(Coeff)) { in strongSIVtest() 1182 APInt ConstCoeff = cast<SCEVConstant>(Coeff)->getAPInt(); in strongSIVtest() 1213 if (Coeff->isOne()) { in strongSIVtest() 1220 NewConstraint.setLine(Coeff, in strongSIVtest() 1221 SE->getNegativeSCEV(Coeff), in strongSIVtest() 1229 bool CoeffMaybePositive = !SE->isKnownNonPositive(Coeff); in strongSIVtest() [all …]
|
D | LoopCacheAnalysis.cpp | 283 const SCEV *Coeff = getLastCoefficient(); in computeRefCost() local 285 const SCEV *Stride = SE.getMulExpr(Coeff, ElemSize); in computeRefCost() 394 const SCEV *Coeff = getLastCoefficient(); in isConsecutive() local 396 const SCEV *Stride = SE.getMulExpr(Coeff, ElemSize); in isConsecutive()
|
D | ScalarEvolution.cpp | 1248 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType()); in evaluateAtIteration() local 1249 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1250 return Coeff; in evaluateAtIteration() 1252 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff)); in evaluateAtIteration() 3124 uint64_t Coeff; in getMulExpr() local 3126 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr() 3128 Coeff = Coeff1*Coeff2; in getMulExpr() 3129 const SCEV *CoeffTerm = getConstant(Ty, Coeff); in getMulExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 134 Coeff += T.Coeff; in operator +=() 138 const FAddendCoef &getCoef() const { return Coeff; } in getCoef() 141 bool isZero() const { return Coeff.isZero(); } in isZero() 144 Coeff.set(Coefficient); in set() 148 Coeff.set(Coefficient); in set() 152 Coeff.set(Coefficient->getValueAPF()); in set() 156 void negate() { Coeff.negate(); } in negate() 167 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() 171 FAddendCoef Coeff; member in __anon9d6f278f0111::FAddend 415 if (!BreakNum || Coeff.isOne()) in drillAddendDownOneStep() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 354 const SCEV *Coeff; member 650 bool strongSIVtest(const SCEV *Coeff,
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 179 Coeff Coefficient GL
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 179 Coeff Coefficient GL
|