Home
last modified time | relevance | path

Searched refs:Terms (Results 1 – 25 of 204) sorted by relevance

123456789

/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp44 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/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp58 SmallVectorImpl<Term> &Terms) { in extractTerms() argument
63 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
67 extractTerms(E.LHS, Factor, Terms); in extractTerms()
69 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms()
76 SmallVector<Term, 32> Terms; in simplify() local
77 extractTerms(ExpressionTree, +1, Terms); in simplify()
81 if (Terms.size() == 0) in simplify()
85 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
90 auto Prev = Terms.begin(); in simplify()
91 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp58 SmallVectorImpl<Term> &Terms) { in extractTerms() argument
63 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
67 extractTerms(E.LHS, Factor, Terms); in extractTerms()
69 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms()
76 SmallVector<Term, 32> Terms; in simplify() local
77 extractTerms(ExpressionTree, +1, Terms); in simplify()
81 if (Terms.size() == 0) in simplify()
85 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
90 auto Prev = Terms.begin(); in simplify()
91 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp831 SCEVRemoveMax(ScalarEvolution &SE, std::vector<const SCEV *> *Terms) in SCEVRemoveMax() argument
832 : SCEVRewriteVisitor(SE), Terms(Terms) {} in SCEVRemoveMax()
835 std::vector<const SCEV *> *Terms = nullptr) { in rewrite() argument
836 SCEVRemoveMax Rewriter(SE, Terms); in rewrite()
843 if (Terms) in visitSMaxExpr()
844 (*Terms).push_back(Res); in visitSMaxExpr()
852 std::vector<const SCEV *> *Terms; member in __anonfd8d5f230211::SCEVRemoveMax
859 SmallVector<const SCEV *, 4> Terms; in getDelinearizationTerms() local
864 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
878 SE.collectParametricTerms(AF2, Terms); in getDelinearizationTerms()
[all …]
/external/cldr/
DCONTRIBUTING.md36 - The CLA must be signed, agreeing to the [Terms of use][]. You will be prompted on the PR to sign …
53 - Usage of CLDR data and software is governed by the Unicode [Terms of use][] a copy of which is in…
84 All rights reserved. [Terms of use][]
87 [Terms of use]: http://www.unicode.org/copyright.html
Dunicode-license.txt3 See Terms of Use for definitions of Unicode Inc.'s
17 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
DREADME.md35 - Usage of CLDR data and software is governed by the [Unicode Terms of Use](http://www.unicode.org/…
50 [Terms of use](http://www.unicode.org/copyright.html)
/external/cldr/specs/
DREADME.md8 [Terms of use](http://www.unicode.org/copyright.html)
/external/rust/crates/bstr/src/unicode/data/
DLICENSE-UNICODE2 See Terms of Use for definitions of Unicode Inc.'s
16 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
/external/cldr/docs/
DREADME.md19 [Terms of use](http://www.unicode.org/copyright.html)
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DLICENSE.TXT12 The foregoing is permitted by the Terms of Use as follows:
/external/icu/icu4c/source/config/
Ddist-data.sh98 [Terms of Use and License](http://www.unicode.org/copyright.html)
/external/doclava/res/assets/templates-sdk/
Ddesignpage.cs76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8957 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 …]
/external/hyphenation-patterns/en-GB/
DNOTICE2 Distributed under the Terms of Use in
/external/hyphenation-patterns/hr/
DNOTICE5 Distributed under the Terms of Use in
/external/unicode/
DNOTICE4 Distributed under the Terms of Use in
/external/noto-fonts/emoji-compat/
DLICENSE_UNICODE4 Distributed under the Terms of Use in
/external/python/cpython3/PC/
Dstore_info.txt97 ## Additional License Terms
151 ## Search Terms
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10984 SmallVectorImpl<const SCEV *> &Terms; member
10986 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms()
10992 Terms.push_back(S); in follow()
11041 SmallVectorImpl<const SCEV *> &Terms; member
11045 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
11070 Terms.push_back(SE.getMulExpr(Operands)); in follow()
11089 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
11101 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
11107 for (const SCEV *T : Terms) in collectParametricTerms()
11111 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp11455 SmallVectorImpl<const SCEV *> &Terms; member
11457 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms()
11463 Terms.push_back(S); in follow()
11512 SmallVectorImpl<const SCEV *> &Terms; member
11516 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
11541 Terms.push_back(SE.getMulExpr(Operands)); in follow()
11560 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
11572 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
11578 for (const SCEV *T : Terms) in collectParametricTerms()
11582 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms()
[all …]
/external/mksh/
DNOTICE38 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
/external/rust/crates/regex-syntax/src/unicode_tables/
DLICENSE-UNICODE28 Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
/external/icu/icu4c/source/data/unidata/
Ducdterms.txt19 Terms of Use in http://www.unicode.org/copyright.html.
/external/libchrome/base/third_party/icu/
DLICENSE4 Distributed under the Terms of Use in http://www.unicode.org/copyright.html

123456789