/external/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()
|
/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-project/llvm/lib/Analysis/ |
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 …]
|
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()
|
D | ScalarEvolution.cpp | 1023 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType()); in evaluateAtIteration() local 1024 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1025 return Coeff; in evaluateAtIteration() 1027 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff)); in evaluateAtIteration() 3018 uint64_t Coeff; in getMulExpr() local 3020 Coeff = umul_ov(Coeff1, Coeff2, Overflow); in getMulExpr() 3022 Coeff = Coeff1*Coeff2; in getMulExpr() 3023 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 __anon93ce73af0111::FAddend 405 if (!BreakNum || Coeff.isOne()) in drillAddendDownOneStep() [all …]
|
/external/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 __anon6ab698910111::FAddend 415 if (!BreakNum || Coeff.isOne()) in drillAddendDownOneStep() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdec_tns.cpp | 223 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef; in CTns_Read() 305 *pCoeff++ = FDKaacDec_tnsCoeff3[filter->Coeff[i] + 4]; in CTns_Apply() 309 *pCoeff++ = FDKaacDec_tnsCoeff4[filter->Coeff[i] + 8]; in CTns_Apply()
|
D | aacdec_tns.h | 124 SCHAR Coeff[TNS_MAXIMUM_ORDER]; member
|
/external/llvm-project/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 __anonc449611d0111::FAddend 415 if (!BreakNum || Coeff.isOne()) in drillAddendDownOneStep() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 361 const SCEV *Coeff; member 646 bool strongSIVtest(const SCEV *Coeff,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 354 const SCEV *Coeff; member 650 bool strongSIVtest(const SCEV *Coeff,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 355 const SCEV *Coeff; member 651 bool strongSIVtest(const SCEV *Coeff,
|
/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>
|