Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp66 SmallVectorImpl<const SCEV *> &Terms; member
68 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms()
74 Terms.push_back(S); in follow()
123 SmallVectorImpl<const SCEV *> &Terms; member
128 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
153 Terms.push_back(SE.getMulExpr(Operands)); in follow()
172 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
184 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
190 for (const SCEV *T : Terms) in collectParametricTerms()
194 SCEVCollectAddRecMultiplies MulCollector(Terms, SE); in collectParametricTerms()
[all …]
H A DDependenceAnalysis.cpp3507 SmallVector<const SCEV *, 4> Terms; in tryDelinearizeParametricSize() local
3508 collectParametricTerms(*SE, SrcAR, Terms); in tryDelinearizeParametricSize()
3509 collectParametricTerms(*SE, DstAR, Terms); in tryDelinearizeParametricSize()
3513 findArrayDimensions(*SE, Terms, Sizes, ElementSize); in tryDelinearizeParametricSize()
H A DScalarEvolution.cpp15434 SmallVector<PointerIntPair<Value *, 1, bool>> Terms; in collect() local
15442 Terms.emplace_back(AssumeI->getOperand(0), true); in collect()
15453 Terms.emplace_back(Guard->getArgOperand(0), true); in collect()
15470 Terms.emplace_back(LoopEntryPredicate->getCondition(), in collect()
15478 for (auto [Term, EnterIfTrue] : reverse(Terms)) { in collect()
/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.cpp62 SmallVectorImpl<Term> &Terms) { in extractTerms() argument
67 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
71 extractTerms(E.LHS, Factor, Terms); in extractTerms()
73 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms()
80 SmallVector<Term, 32> Terms; in simplify() local
81 extractTerms(ExpressionTree, +1, Terms); in simplify()
85 if (Terms.size() == 0) in simplify()
89 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
94 auto Prev = Terms.begin(); in simplify()
95 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3160 SmallVectorImpl<Expr *> &Terms) { in collectConjunctionTerms() argument
3163 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3164 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3169 Terms.push_back(Clause); in collectConjunctionTerms()
3245 SmallVector<Expr *, 4> Terms; in findFailedBooleanCondition() local
3246 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()
3250 for (Expr *Term : Terms) { in findFailedBooleanCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h201 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
/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/contrib/diff/
H A DCOPYING282 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
H A DUCS%CNS11643-2.src19 # Terms of Use
H A DCNS11643-2%UCS.src19 # Terms of Use

12