Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp74 Terms.push_back(S); in follow()
128 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
190 for (const SCEV *T : Terms) in collectParametricTerms()
201 int Last = Terms.size() - 1; in findArrayDimensionsRec()
234 if (Terms.size() > 0) in findArrayDimensionsRec()
244 for (const SCEV *T : Terms) in containsParameters()
291 for (const SCEV *T : Terms) in findArrayDimensions()
296 array_pod_sort(Terms.begin(), Terms.end()); in findArrayDimensions()
297 Terms.erase(std::unique(Terms.begin(), Terms.end()), Terms.end()); in findArrayDimensions()
316 for (const SCEV *T : Terms) in findArrayDimensions()
[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.cpp15344 SmallVector<PointerIntPair<Value *, 1, bool>> Terms; in applyLoopGuards() local
15352 Terms.emplace_back(AssumeI->getOperand(0), true); in applyLoopGuards()
15362 Terms.emplace_back(Guard->getArgOperand(0), true); in applyLoopGuards()
15378 Terms.emplace_back(LoopEntryPredicate->getCondition(), in applyLoopGuards()
15387 for (auto [Term, EnterIfTrue] : reverse(Terms)) { in applyLoopGuards()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp67 SmallVector<StringRef, 2> Terms; in parseBraceExpansions() member
90 CurrentBE->Terms.push_back(S.substr(TermBegin, I - TermBegin)); in parseBraceExpansions()
95 if (CurrentBE->Terms.empty()) in parseBraceExpansions()
99 CurrentBE->Terms.push_back(S.substr(TermBegin, I - TermBegin)); in parseBraceExpansions()
114 if (NumSubPatterns > std::numeric_limits<size_t>::max() / BE.Terms.size()) { in parseBraceExpansions()
118 NumSubPatterns *= BE.Terms.size(); in parseBraceExpansions()
128 for (StringRef Term : BE.Terms) in parseBraceExpansions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h32 SmallVectorImpl<const SCEV *> &Terms,
39 SmallVectorImpl<const SCEV *> &Terms);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp66 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
70 extractTerms(E.LHS, Factor, Terms); in extractTerms()
79 SmallVector<Term, 32> Terms; in simplify() local
80 extractTerms(ExpressionTree, +1, Terms); in simplify()
84 if (Terms.size() == 0) in simplify()
88 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
93 auto Prev = Terms.begin(); in simplify()
94 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
102 Terms.erase(++Prev, Terms.end()); in simplify()
107 for (auto T : Terms) { 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/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h201 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3848 SmallVectorImpl<Expr *> &Terms) { in collectConjunctionTerms() argument
3851 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3852 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3857 Terms.push_back(Clause); in collectConjunctionTerms()
3933 SmallVector<Expr *, 4> Terms; in findFailedBooleanCondition() local
3934 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()
3938 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/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE183 3.4. Application of Additional Terms.
/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/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/sys/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv2282 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 DChangeLog175 - added support for Terms and Conditions
/freebsd/share/i18n/csmapper/CNS/
H A DUCS%CNS11643-1.src109 # Terms of Use
H A DCNS11643-1%UCS.src109 # Terms of Use
H A DUCS%CNS11643-2.src19 # Terms of Use

12