Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td14 Group<grp_lld>;
17 Group<grp_lld>;
19 Group<grp_lld>;
22 Group<grp_lld>;
25 Group<grp_lld>;
28 Group<grp_lld>;
32 Group<grp_lld>;
35 Group<grp_lld>;
37 Group<grp_lld>;
39 Group<grp_lld>;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td798 Group<m_Group>,
1325 Group<i_Group>,
1330 Group<i_Group>,
2246 Group<f_Group>,
2481 Group<f_Group>;
2825 Group<f_Group>,
2833 Group<f_Group>,
2994 Group<f_Group>;
3062 Group<f_Group>,
3066 Group<f_Group>;
[all …]
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td16 Group<grp_attach>;
20 Group<grp_attach>;
24 Group<grp_attach>;
28 Group<grp_attach>;
33 Group<grp_attach>;
69 Group<grp_repl>;
73 Group<grp_repl>;
77 Group<grp_repl>;
82 Group<grp_repl>;
87 Group<grp_repl>;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td1131 Group<1>,
1134 Group<1>,
1141 Group<1>,
1167 Group<1>,
1170 Group<1>,
1179 Group<1>,
1183 Group<1>,
1186 Group<1>,
1190 Group<1>,
1223 Group<1>, Required,
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td56 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
59 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;
62 def notes : FF<"notes", "Display notes">, Group<grp_elf>;
65 def version_info : FF<"version-info", "Display version sections">, Group<grp_elf>;
85 def coff_exports : FF<"coff-exports", "Display export table">, Group<grp_coff>;
86 def coff_imports : FF<"coff-imports", "Display import table">, Group<grp_coff>;
127 def : F<"d", "Alias for --dynamic-table">, Alias<dynamic_table>, Group<grp_elf>;
129 def : F<"g", "Alias for --section-groups">, Alias<section_groups>, Group<grp_elf>;
131 def : F<"I", "Alias for --histogram">, Alias<histogram>, Group<grp_elf>;
140 def : F<"X", "Alias for --extra-sym-info">, Alias<extra_sym_info>, Group<grp_elf>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp37 IncludeDirGroup Group; member
43 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {} in DirectoryLookupInfo()
152 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
154 } else if (Group == ExternCSystem) { in AddUnmappedPath()
174 Group, DirectoryLookup(HM, Type, Group == IndexHeaderMap), in AddUnmappedPath()
483 if (Include.Group == Quoted) in Realize()
491 if (Include.Group == Angled || Include.Group == IndexHeaderMap) in Realize()
498 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
501 Include.Group == CXXSystem) || in Realize()
507 if (Include.Group == After) in Realize()
[all …]
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr38 msg_add_group="Add Group"
46 msg_delete_group="Delete Group"
54 msg_edit_group="Edit/View Group"
64 msg_group="Group"
65 msg_group_added="Group Added"
67 msg_group_deleted="Group Deleted"
68 msg_group_id="Group ID"
70 msg_group_is_empty="Group is empty."
71 msg_group_members="Group Members"
74 msg_group_password="Group Password"
[all …]
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td18 Group<grp_connect>;
22 Group<grp_connect>;
26 Group<grp_connect>;
30 Group<grp_connect>;
36 Group<grp_general>;
40 Group<grp_general>;
43 Group<grp_general>;
45 Group<grp_general>;
48 Group<grp_general>;
56 Group<grp_target>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCLWarnings.cpp19 std::optional<diag::Group>
22 case 4005: return diag::Group::MacroRedefined; in diagGroupFromCLWarningID()
23 case 4018: return diag::Group::SignCompare; in diagGroupFromCLWarningID()
24 case 4100: return diag::Group::UnusedParameter; in diagGroupFromCLWarningID()
25 case 4910: return diag::Group::DllexportExplicitInstantiationDecl; in diagGroupFromCLWarningID()
26 case 4996: return diag::Group::DeprecatedDeclarations; in diagGroupFromCLWarningID()
H A DDiagnosticIDs.cpp615 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation() argument
616 return OptionTable[static_cast<int>(Group)].Documentation; in getWarningOptionDocumentation()
619 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup() argument
620 return OptionTable[static_cast<int>(Group)].getName(); in getWarningOptionForGroup()
623 std::optional<diag::Group>
629 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption()
662 const WarningOption *Group, in getDiagnosticsInGroup() argument
666 if (!Group->Members && !Group->SubGroups) in getDiagnosticsInGroup()
672 const int16_t *Member = DiagArrays + Group->Members; in getDiagnosticsInGroup()
692 if (std::optional<diag::Group> G = getGroupForWarningOption(Group)) in getDiagnosticsInGroup()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp292 CmovGroup Group; in collectCmovCandidates() local
294 Group.clear(); in collectCmovCandidates()
315 if (Group.empty()) { in collectCmovCandidates()
324 Group.push_back(&I); in collectCmovCandidates()
351 if (Group.empty()) in collectCmovCandidates()
365 Group.clear(); in collectCmovCandidates()
370 if (Group.empty()) in collectCmovCandidates()
419 CmovInstructions.insert(Group.begin(), Group.end()); in checkForProfitableCmovCandidates()
551 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
553 for (auto *MI : Group) { in checkForProfitableCmovCandidates()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h86 Group->NumPredecessors++; in addSuccessor()
92 DataSucc.emplace_back(Group); in addSuccessor()
94 OrderSucc.emplace_back(Group); in addSuccessor()
275 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
276 return Group.isReady(); in isReady()
283 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
284 return Group.isPending(); in isPending()
291 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
292 return Group.isWaiting(); in isWaiting()
297 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp111 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local
115 BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones()
116 R->addRange(Group.front().getSourceRange()); in reportClones()
118 for (unsigned i = 1; i < Group.size(); ++i) in reportClones()
119 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones()
120 Group[i].getSourceRange()); in reportClones()
130 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local
131 for (unsigned i = 0; i < Group.size(); ++i) { in reportSuspiciousClones()
132 VariablePattern PatternA(Group[i]); in reportSuspiciousClones()
134 for (unsigned j = i + 1; j < Group.size(); ++j) { in reportSuspiciousClones()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp137 bool ThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()
138 if (Group == nullptr) in workCompletedUnlocked()
140 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked()
142 [Group](const auto &T) { return T.second == Group; }); in workCompletedUnlocked()
153 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() argument
158 [&] { return workCompletedUnlocked(&Group); }); in wait()
163 !llvm::is_contained(*CurrentThreadTaskGroups, &Group)); in wait()
167 processTasks(&Group); in wait()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h42 const PointerIntPair<const MCSymbolELF *, 1, bool> Group; variable
57 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF()
59 if (Group.getPointer()) in MCSectionELF()
60 Group.getPointer()->setIsSignature(); in MCSectionELF()
76 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup()
77 bool isComdat() const { return Group.getInt(); } in isComdat()
H A DMCSectionWasm.h29 const MCSymbolWasm *Group; variable
49 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm() argument
50 : MCSection(SV_Wasm, Name, K, Begin), UniqueID(UniqueID), Group(Group), in MCSectionWasm()
58 const MCSymbolWasm *getGroup() const { return Group; } in getGroup()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td262 Group<grp_mach_o>;
266 Group<grp_mach_o>;
270 Group<grp_mach_o>;
274 Group<grp_mach_o>;
278 Group<grp_mach_o>;
282 Group<grp_mach_o>;
286 Group<grp_mach_o>;
290 Group<grp_mach_o>;
293 Group<grp_mach_o>;
297 Group<grp_mach_o>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() argument
77 return async(Group, std::move(Task)); in async()
89 auto async(ThreadPoolTaskGroup &Group, Func &&F)
92 &Group);
105 void wait(ThreadPoolTaskGroup &Group);
143 bool workCompletedUnlocked(ThreadPoolTaskGroup *Group) const;
149 ThreadPoolTaskGroup *Group) { in asyncImpl() argument
163 Tasks.emplace_back(std::make_pair(std::move(R.first), Group)); in asyncImpl()
176 Tasks.emplace_back(std::make_pair([Future]() { Future.get(); }, Group)); in asyncImpl()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
59 << "[ #Preds = " << Group.getNumPredecessors() in dump()
60 << ", #GIssued = " << Group.getNumExecutingPredecessors() in dump()
61 << ", #GExecuted = " << Group.getNumExecutedPredecessors() in dump()
62 << ", #Inst = " << Group.getNumInstructions() in dump()
63 << ", #IIssued = " << Group.getNumExecuting() in dump()
64 << ", #IExecuted = " << Group.getNumExecuted() << '\n'; in dump()
191 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
192 Group.addInstruction(); in dispatch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp650 RetTy, Group.ArgumentTypes, false); in createFunction()
659 if (Group.SwiftErrorArgument) in createFunction()
660 Group.OutlinedFunction->addParamAttr(*Group.SwiftErrorArgument, in createFunction()
669 Function *F = Group.OutlinedFunction; in createFunction()
700 return Group.OutlinedFunction; in createFunction()
967 if (!Group.InputTypesSet) { in findExtractedInputToOverallInputMapping()
973 !Group.SwiftErrorArgument && in findExtractedInputToOverallInputMapping()
1018 if (!Group.InputTypesSet) { in findExtractedInputToOverallInputMapping()
1019 Group.NumAggregateInputs = TypeIndex; in findExtractedInputToOverallInputMapping()
1020 Group.InputTypesSet = true; in findExtractedInputToOverallInputMapping()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h111 GroupBy Group = GroupBy::TOTAL; member
113 Counter(enum GroupBy GroupBy) : Group(GroupBy) {} in Counter()
159 createArgumentCounter(GroupBy Group, ArrayRef<FilterMatcher> Arguments, in createArgumentCounter()
162 AC.Group = Group; in createArgumentCounter()
200 RemarkCounter(GroupBy Group) : Counter(Group) {} in RemarkCounter()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp40 Record *Group; member
98 Record *Group = nullptr; in extractDocumentation() local
100 Group = SkipFlattened(G->getDef()); in extractDocumentation()
101 GroupsInGroup[Group].push_back(R); in extractDocumentation()
123 Record *Group = nullptr; in extractDocumentation() local
125 Group = SkipFlattened(G->getDef()); in extractDocumentation()
126 OptionsInGroup[Group].push_back(R); in extractDocumentation()
151 D.Groups.back().Group = G; in extractDocumentation()
394 getRSTStringWithTextFallback(Group.Group, "DocName", "Name"), OS); in emitGroup()
398 getRSTStringWithTextFallback(Group.Group, "DocBrief", "HelpText"); in emitGroup()
[all …]
H A DClangDiagnosticsEmitter.cpp57 return Mapping[Group]; in getParents()
63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup() argument
175 Record *Group = DiagGroups[i]; in groupDiagnostics() local
178 GI.GroupName = Group->getName(); in groupDiagnostics()
179 GI.Defs.push_back(Group); in groupDiagnostics()
194 for (auto &Group : DiagsInGroup) { in groupDiagnostics() local
195 if (Group.second.Defs.size() == 1 && in groupDiagnostics()
291 void markGroup(const Record *Group);
404 Record *Group = DiagGroups[i]; in compute() local
405 if (!groupInPedantic(Group)) in compute()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp835 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps()
1359 releaseGroup(Group); in analyzeInterleaving()
1377 for (auto *Group : LoadGroups) { in analyzeInterleaving() local
1381 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving()
1391 if (Group->getMember(Group->getFactor() - 1)) in analyzeInterleaving()
1392 InvalidateGroupIfMemberMayWrap(Group, Group->getFactor() - 1, in analyzeInterleaving()
1400 if (Group->isReverse()) { in analyzeInterleaving()
1404 releaseGroup(Group); in analyzeInterleaving()
1417 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving()
1427 releaseGroup(Group); in analyzeInterleaving()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp103 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() argument
106 if (Group.hasName()) { in get()
107 Name = std::string(Group.getName()); in get()
110 OS << "Definition at line " << Group.getLine() << ", column " in get()
111 << Group.getColumn(); in get()
115 Summary.ExecutionCount = Group.getTotalExecutionCount(); in get()

12345678910>>...15