/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms() argument 49 Terms.push_back(std::make_pair(C.getCounterID(), Sign)); in extractTerms() 53 extractTerms(E.LHS, Sign, Terms); in extractTerms() 55 Terms); in extractTerms() 62 llvm::SmallVector<std::pair<unsigned, int>, 32> Terms; in simplify() local 63 extractTerms(ExpressionTree, +1, Terms); in simplify() 67 if (Terms.size() == 0) in simplify() 71 std::sort(Terms.begin(), Terms.end(), in simplify() 78 auto Prev = Terms.begin(); in simplify() 79 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 59 SmallVectorImpl<Term> &Terms) { in extractTerms() argument 64 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms() 68 extractTerms(E.LHS, Factor, Terms); in extractTerms() 70 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms() 77 SmallVector<Term, 32> Terms; in simplify() local 78 extractTerms(ExpressionTree, +1, Terms); in simplify() 82 if (Terms.size() == 0) in simplify() 86 llvm::sort(Terms.begin(), Terms.end(), [](const Term &LHS, const Term &RHS) { in simplify() 91 auto Prev = Terms.begin(); in simplify() 92 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify() [all …]
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8957 SmallVectorImpl<const SCEV *> &Terms; member 8960 : Terms(T) {} in SCEVCollectTerms() 8965 Terms.push_back(S); in follow() 9012 SmallVectorImpl<const SCEV *> &Terms; member 9016 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies() 9038 Terms.push_back(SE.getMulExpr(Operands)); in follow() 9055 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument 9067 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms() 9073 for (const SCEV *T : Terms) in collectParametricTerms() 9077 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms() [all …]
|
D | DependenceAnalysis.cpp | 3212 SmallVector<const SCEV *, 4> Terms; in tryDelinearize() local 3213 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize() 3214 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize() 3218 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize()
|
/external/doclava/res/assets/templates-sdk/ |
D | designpage.cs | 76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> –
|
/external/python/cpython3/PC/ |
D | store_info.txt | 87 ## Additional License Terms 141 ## Search Terms
|
/external/hyphenation-patterns/en-GB/ |
D | NOTICE | 2 Distributed under the Terms of Use in
|
D | hyph-en-gb.lic.txt | 17 % Distributed under the Terms of Use in
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10676 SmallVectorImpl<const SCEV *> &Terms; member 10678 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() 10684 Terms.push_back(S); in follow() 10733 SmallVectorImpl<const SCEV *> &Terms; member 10737 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies() 10762 Terms.push_back(SE.getMulExpr(Operands)); in follow() 10781 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument 10793 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms() 10799 for (const SCEV *T : Terms) in collectParametricTerms() 10803 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms() [all …]
|
D | DependenceAnalysis.cpp | 3287 SmallVector<const SCEV *, 4> Terms; in tryDelinearize() local 3288 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize() 3289 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize() 3293 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize()
|
/external/unicode/ |
D | NOTICE | 4 Distributed under the Terms of Use in
|
/external/hyphenation-patterns/hr/ |
D | NOTICE | 5 Distributed under the Terms of Use in
|
/external/noto-fonts/emoji-compat/ |
D | LICENSE_UNICODE | 4 Distributed under the Terms of Use in
|
/external/icu/icu4c/source/data/unidata/ |
D | ucdterms.txt | 19 Terms of Use in http://www.unicode.org/copyright.html.
|
/external/cldr/ |
D | unicode-license.txt | 28 Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
/external/libchrome/base/third_party/icu/ |
D | LICENSE | 4 Distributed under the Terms of Use in http://www.unicode.org/copyright.html
|
/external/libaom/libaom/ |
D | PATENTS | 3 1. License Terms.
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1531 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms, 1541 SmallVectorImpl<const SCEV *> &Terms);
|
/external/freetype/docs/ |
D | FTL.TXT | 59 Legal Terms
|
/external/pdfium/third_party/freetype/ |
D | FTL.TXT | 59 Legal Terms
|
/external/freetype/ |
D | NOTICE | 63 Legal Terms
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 963 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms, 975 SmallVectorImpl<const SCEV *> &Terms);
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 170 SmallVectorImpl<std::pair<unsigned, int>> &Terms);
|
/external/wpa_supplicant_8/hs20/server/ |
D | hs20-osu-server.txt | 101 <P>Terms and conditions..</P>
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 185 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
|