Searched refs:Sets (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp45 const changesetlist_ty &Sets) {
47 UpdatedSearchState(Changes, Sets);
50 if (Sets.size() <= 1)
55 if (Search(Changes, Sets, Res))
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
61 ie = Sets.end(); it != ie; ++it)
63 if (SplitSets.size() == Sets.size())
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
74 ie = Sets
44 Delta(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
69 Search(const changeset_ty &Changes, const changesetlist_ty &Sets, changeset_ty &Res) argument
77 changesetlist_ty Sets; local
[all...]
H A DDAGDeltaAlgorithm.cpp118 const changesetlist_ty &Sets,
120 DDA.UpdatedSearchState(Changes, Sets, Required);
163 const changesetlist_ty &Sets) override {
164 DDAI.UpdatedSearchState(Changes, Sets, Required);
117 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h60 const changesetlist_ty &Sets);
62 /// Search - Search for a subset (or subsets) in \p Sets which can be
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
74 const changesetlist_ty &Sets) {}
73 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
H A DDAGDeltaAlgorithm.h69 const changesetlist_ty &Sets,
68 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h67 std::vector<Set> Sets; member in class:llvm::DWARFDebugPubTable
81 ArrayRef<Set> getData() { return Sets; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp26 Sets.clear();
30 Sets.push_back({});
31 Set &NewSet = Sets.back();
38 Sets.pop_back();
94 for (const Set &S : Sets) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp73 StratifiedSets<InstantiatedValue> Sets; member in class:CFLSteensAAResult::FunctionInfo
81 return Sets;
119 : Sets(std::move(S)) {
148 auto &Link = Sets.getLink(SetIndex);
167 auto RetInfo = Sets.find(InstantiatedValue{RetVal, 0});
176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0});
298 auto &Sets = MaybeInfo->getStratifiedSets(); local
299 auto MaybeA = Sets.find(InstantiatedValue{ValA, 0});
303 auto MaybeB = Sets.find(InstantiatedValue{ValB, 0});
309 auto AttrsA = Sets
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp171 SmallVector<SortType, 64> Sets;
179 Sets.push_back(
183 llvm::sort(Sets, [](const SortType &a, const SortType &b) {
190 for (auto &I : Sets) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp223 SetTheory Sets; local
224 Sets.addFieldExpander("Set", "Elements");
227 const std::vector<Record*> *Elts = Sets.expand(Rec);
H A DCodeGenRegisters.h531 SetTheory Sets; member in class:llvm::CodeGenRegBank
624 SetTheory &getSets() { return Sets; }
H A DCodeGenSchedule.cpp171 Sets.addFieldExpander("InstRW", "Instrs");
175 Sets.addOperator("instrs", std::make_unique<InstrsOp>());
176 Sets.addOperator("instregex", std::make_unique<InstRegexOp>(Target));
1050 const RecVec *InstDefs = Sets.expand(InstRWDef);
1071 const RecVec *OrigInstDefs = Sets.expand(RWDefs[0]);
1272 const RecVec *InstDefs = Sets.expand(Rec);
H A DCodeGenRegisters.cpp1107 // Configure register Sets to understand register classes and tuples.
1108 Sets.addFieldExpander("RegisterClass", "MemberList");
1109 Sets.addFieldExpander("CalleeSavedRegs", "SaveList");
1110 Sets.addExpander("RegisterTuples",
1135 std::vector<Record *> TupRegs = *Sets.expand(R);
H A DCodeGenSchedule.h416 SetTheory Sets; member in class:llvm::CodeGenSchedModels
/freebsd-13-stable/share/mk/
H A Dbsd.clang-analyze.mk19 # CLANG_ANALYZE_OUTPUT_DIR Sets which directory output set by
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp977 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) argument
978 : NumAttrSets(Sets.size()) {
979 assert(!Sets.empty() && "pointless AttributeListImpl");
982 llvm::copy(Sets, getTrailingObjects<AttributeSet>());
988 for (const auto &I : Sets[0])
992 for (const auto &Set : Sets)
1003 ArrayRef<AttributeSet> Sets) {
1004 for (const auto &Set : Sets)
1002 Profile(FoldingSetNodeID &ID, ArrayRef<AttributeSet> Sets) argument
H A DAttributeImpl.h292 AttributeListImpl(ArrayRef<AttributeSet> Sets);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2118 for (const OMPTraitSet &Set : Sets) {
2170 for (const OMPTraitSet &Set : Sets) {
2219 for (const OMPTraitSet &Set : Sets) {
2247 Sets.push_back(OMPTraitSet());
2248 OMPTraitSet &Set = Sets.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2117 std::vector<std::pair<GlobalClassesTy::iterator, unsigned>> Sets;
2133 Sets.emplace_back(I, MaxUniqueId);
2135 llvm::sort(Sets,
2142 for (const auto &S : Sets) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1344 TI.Sets.push_back(TISet);
1397 if (DeclVarData && !TI.Sets.empty())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h73 /// Sets the starting location of the clause.
76 /// Sets the ending location of the clause.
216 /// Sets the list of variables for this clause.
245 /// Sets the location of '('.
296 /// Sets the location of '('.
366 /// Sets location of ':' symbol in clause.
486 /// Sets the location of '('.
563 /// Sets the location of '('.
635 /// Sets the location of '('.
702 /// Sets th
7622 llvm::SmallVector<OMPTraitSet, 2> Sets; member in class:clang::OMPTraitInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6759 writeUInt32(TI->Sets.size());
6760 for (const auto &Set : TI->Sets) {
H A DASTReader.cpp12906 TI.Sets.resize(readUInt32());
12907 for (auto &Set : TI.Sets) {

Completed in 209 milliseconds