Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp65 SmallVectorImpl<const SCEV *> &Terms; member
67 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms()
73 Terms.push_back(S); in follow()
122 SmallVectorImpl<const SCEV *> &Terms; member
127 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
152 Terms.push_back(SE.getMulExpr(Operands)); in follow()
171 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
183 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
189 for (const SCEV *T : Terms) in collectParametricTerms()
193 SCEVCollectAddRecMultiplies MulCollector(Terms, SE); in collectParametricTerms()
[all …]
H A DDependenceAnalysis.cpp3517 SmallVector<const SCEV *, 4> Terms; in tryDelinearizeParametricSize() local
3518 collectParametricTerms(*SE, SrcAR, Terms); in tryDelinearizeParametricSize()
3519 collectParametricTerms(*SE, DstAR, Terms); in tryDelinearizeParametricSize()
3523 findArrayDimensions(*SE, Terms, Sizes, ElementSize); in tryDelinearizeParametricSize()
H A DScalarEvolution.cpp15760 SmallVector<PointerIntPair<Value *, 1, bool>> Terms; in collectFromBlock() local
15768 Terms.emplace_back(AssumeI->getOperand(0), true); in collectFromBlock()
15779 Terms.emplace_back(Guard->getArgOperand(0), true); in collectFromBlock()
15797 Terms.emplace_back(LoopEntryPredicate->getCondition(), in collectFromBlock()
15822 for (auto [Term, EnterIfTrue] : reverse(Terms)) { in collectFromBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h33 SmallVectorImpl<const SCEV *> &Terms,
40 SmallVectorImpl<const SCEV *> &Terms);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A 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, [](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 …]
/freebsd/contrib/bc/
H A DMAINTENANCE-TERMS.md1 # Maintenance Terms
75 This document is inspired by [Mike Hoye's Maintenance Terms][1].
/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A DUCD-Terms1 UCD Terms of Use (https://www.unicode.org/Public/UNIDATA/UCD.html)
/freebsd/contrib/sendmail/
H A DLICENSE8 License Terms:
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DLICENSE6 Terms of the Perl programming language system itself
213 Appendix: How to Apply These Terms to Your New Programs
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md1 Glossary of QUIC Terms
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h204 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3438 SmallVectorImpl<Expr *> &Terms) { in collectConjunctionTerms() argument
3441 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3442 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3447 Terms.push_back(Clause); in collectConjunctionTerms()
3523 SmallVector<Expr *, 4> Terms; in findFailedBooleanCondition() local
3524 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()
3528 for (Expr *Term : Terms) { in findFailedBooleanCondition()
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/freebsd/sys/contrib/openzfs/
H A DLICENSE183 3.4. Application of Additional Terms.
/freebsd/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv2282 How to Apply These Terms to Your New Programs
/freebsd/gnu/
H A DCOPYING282 Appendix: How to Apply These Terms to Your New Programs
/freebsd/sys/contrib/zstd/
H A DCOPYING282 How to Apply These Terms to Your New Programs
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt155 1.6. Conventions and Terms
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi132 You may use it subject to the following Licensing Terms:
/freebsd/contrib/dialog/
H A DCOPYING460 How to Apply These Terms to Your New Libraries
/freebsd/contrib/wpa/hostapd/
H A DChangeLog212 - added support for Terms and Conditions
/freebsd/share/i18n/csmapper/CNS/
H A DCNS11643-1%UCS.src109 # Terms of Use
H A DUCS%CNS11643-1.src109 # Terms of Use

12