Home
last modified time | relevance | path

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

12345678

/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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp59 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/
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 …]
DDependenceAnalysis.cpp3212 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/
Ddesignpage.cs76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
/external/python/cpython3/PC/
Dstore_info.txt87 ## Additional License Terms
141 ## Search Terms
/external/hyphenation-patterns/en-GB/
DNOTICE2 Distributed under the Terms of Use in
Dhyph-en-gb.lic.txt17 % Distributed under the Terms of Use in
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10676 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 …]
DDependenceAnalysis.cpp3287 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/
DNOTICE4 Distributed under the Terms of Use in
/external/hyphenation-patterns/hr/
DNOTICE5 Distributed under the Terms of Use in
/external/noto-fonts/emoji-compat/
DLICENSE_UNICODE4 Distributed under the Terms of Use in
/external/icu/icu4c/source/data/unidata/
Ducdterms.txt19 Terms of Use in http://www.unicode.org/copyright.html.
/external/cldr/
Dunicode-license.txt28 Distributed under the 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
/external/libaom/libaom/
DPATENTS3 1. License Terms.
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1531 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
1541 SmallVectorImpl<const SCEV *> &Terms);
/external/freetype/docs/
DFTL.TXT59 Legal Terms
/external/pdfium/third_party/freetype/
DFTL.TXT59 Legal Terms
/external/freetype/
DNOTICE63 Legal Terms
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h963 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
975 SmallVectorImpl<const SCEV *> &Terms);
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h170 SmallVectorImpl<std::pair<unsigned, int>> &Terms);
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt101 <P>Terms and conditions..</P>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h185 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);

12345678