Home
last modified time | relevance | path

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

12345678910>>...14

/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.td128 Group<CompileOnly_Group>,
133 def IncludePath_Group : OptionGroup<"<I/i group>">, Group<Preprocessor_Group>,
138 def I_Group : OptionGroup<"<I group>">, Group<IncludePath_Group>, DocFlatten;
139 def i_Group : OptionGroup<"<i group>">, Group<IncludePath_Group>, DocFlatten;
140 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>, DocFlatten;
142 def M_Group : OptionGroup<"<M group>">, Group<Preprocessor_Group>,
147 def d_Group : OptionGroup<"<d group>">, Group<Preprocessor_Group>,
151 def Diag_Group : OptionGroup<"<W/R group>">, Group<CompileOnly_Group>,
162 def R_Group : OptionGroup<"<R group>">, Group<Diag_Group>, DocFlatten;
163 def R_value_Group : OptionGroup<"<R (with value) group>">, Group<R_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>;
37 Group<grp_attach>;
45 Group<grp_scripting>;
49 Group<grp_scripting>;
53 Group<grp_scripting>;
58 Group<grp_scripting>;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td53 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>;
54 def elf_linker_options : FF<"elf-linker-options", "Display the .linker-options section">, Group<grp…
55 defm elf_output_style : Eq<"elf-output-style", "Specify ELF dump style: LLVM, GNU, JSON">, Group<gr…
56 def histogram : FF<"histogram", "Display bucket list histogram for hash sections">, Group<grp_elf>;
57 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
58 def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols">, Group<…
59 … : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">, Group<grp_elf>;
60 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;
61 …ag", "Display memory tagging metadata (modes, Android notes, global descriptors)">, Group<grp_elf>;
62 def needed_libs : FF<"needed-libs", "Display the needed libraries">, Group<grp_elf>;
[all …]
H A DWasmDumper.cpp98 DictScope Group(W, "Relocation"); in printRelocation() local
148 ListScope Group(W, "Symbols"); in printSymbols() local
155 ListScope Group(W, "Sections"); in printSectionHeaders() local
168 ListScope Group(W, "InitFunctions"); in printSectionHeaders() local
175 ListScope Group(W, "Segments"); in printSectionHeaders() local
178 DictScope Group(W, "Segment"); in printSectionHeaders() local
189 ListScope Group(W, "Offset"); in printSectionHeaders() local
197 ListScope Group(W, "Memories"); in printSectionHeaders() local
199 DictScope Group(W, "Memory"); in printSectionHeaders() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h53 ThreadPoolTaskGroup *Group) = 0;
70 virtual void wait(ThreadPoolTaskGroup &Group) = 0;
86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() argument
89 return async(Group, std::move(Task)); in async()
101 auto async(ThreadPoolTaskGroup &Group, Func &&F)
104 &Group);
112 ThreadPoolTaskGroup *Group) { in asyncImpl() argument
114 asyncEnqueue([Future]() { Future.wait(); }, Group); in asyncImpl()
145 void wait(ThreadPoolTaskGroup &Group) override;
161 bool workCompletedUnlocked(ThreadPoolTaskGroup *Group) const;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td4 def tm_sort : Option<"sort", "s">, Group<1>,
7 def tm_smn : Option<"show-mangled-names", "m">, Group<1>,
12 def tm_json : Option<"json", "j">, Group<1>,
14 def tm_errors_only : Option<"errors-only", "e">, Group<1>,
61 def blist_brief : Option<"brief", "b">, Group<1>,
63 def blist_full : Option<"full", "f">, Group<2>,
65 def blist_verbose : Option<"verbose", "v">, Group<3>,
74 def breakpoint_modify_ignore_count : Option<"ignore-count", "i">, Group<1>,
77 def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
80 def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
[all …]
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr38 msg_add_group="Add Group"
46 msg_delete_group="Delete Group"
49 msg_delete_primary_group="Delete Primary Group"
54 msg_edit_group="Edit/View Group"
57 msg_enter_group_members_manually="Enter Group Members manually"
64 msg_group="Group"
65 msg_group_added="Group Added"
66 msg_group_already_used="%s: Group is already used."
67 msg_group_deleted="Group Deleted"
68 msg_group_id="Group ID"
[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>;
50 Group<grp_general>;
[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.cpp628 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation() argument
629 return OptionTable[static_cast<int>(Group)].Documentation; in getWarningOptionDocumentation()
632 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup() argument
633 return OptionTable[static_cast<int>(Group)].getName(); in getWarningOptionForGroup()
636 std::optional<diag::Group>
642 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption()
645 std::optional<diag::Group> DiagnosticIDs::getGroupForDiag(unsigned DiagID) { in getGroupForDiag()
647 return static_cast<diag::Group>(Info->getOptionGroupIndex()); in getGroupForDiag()
675 const WarningOption *Group, in getDiagnosticsInGroup() argument
679 if (!Group->Members && !Group->SubGroups) in getDiagnosticsInGroup()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp153 void convertCmovInstsToBranches(SmallVectorImpl<MachineInstr *> &Group) const;
197 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
200 llvm::none_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction()
207 convertCmovInstsToBranches(Group); in runOnMachineFunction()
262 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
263 convertCmovInstsToBranches(Group); in runOnMachineFunction()
292 CmovGroup Group; in collectCmovCandidates() local
294 Group.clear(); in collectCmovCandidates()
315 if (Group.empty()) { in collectCmovCandidates()
324 Group.push_back(&I); in collectCmovCandidates()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h79 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor() argument
86 Group->NumPredecessors++; in addSuccessor()
89 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); 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
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp136 bool StdThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()
137 if (Group == nullptr) in workCompletedUnlocked()
139 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked()
141 [Group](const auto &T) { return T.second == Group; }); in workCompletedUnlocked()
152 void StdThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() argument
157 [&] { return workCompletedUnlocked(&Group); }); in wait()
162 !llvm::is_contained(*CurrentThreadTaskGroups, &Group)); in wait()
166 processTasks(&Group); in wait()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td266 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>;
294 Group<grp_mach_o>;
297 Group<grp_mach_o>;
301 Group<grp_mach_o>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h43 const PointerIntPair<const MCSymbolELF *, 1, bool> Group; variable
64 Group(group, IsComdat), LinkedToSym(LinkedToSym) { in MCSectionELF()
65 if (Group.getPointer()) in MCSectionELF()
66 Group.getPointer()->setIsSignature(); in MCSectionELF()
82 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup()
83 bool isComdat() const { return Group.getInt(); } in isComdat()
H A DMCSectionWasm.h29 const MCSymbolWasm *Group; variable
53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm() argument
55 UniqueID(UniqueID), Group(Group), in MCSectionWasm()
64 const MCSymbolWasm *getGroup() const { return Group; } in getGroup()
/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/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp103 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
106 if (Group.hasName()) { in get()
107 Name = std::string(Group.getName());
110 OS << "Definition at line " << Group.getLine() << ", column "
111 << Group.getColumn();
115 Summary.ExecutionCount = Group.getTotalExecutionCount();
84 get(const InstantiationGroup & Group,ArrayRef<FunctionCoverageSummary> Summaries) get() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp620 static DISubprogram *getSubprogramOrNull(OutlinableGroup &Group) { in getSubprogramOrNull() argument
621 for (OutlinableRegion *OS : Group.Regions) in getSubprogramOrNull()
629 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() argument
631 assert(!Group.OutlinedFunction && "Function is already defined!"); in createFunction()
642 for (OutlinableRegion *R : Group.Regions) { in createFunction()
649 Group.OutlinedFunctionType = FunctionType::get( in createFunction()
650 RetTy, Group.ArgumentTypes, false); in createFunction()
654 Group.OutlinedFunction = Function::Create( in createFunction()
655 Group.OutlinedFunctionType, GlobalValue::InternalLinkage, in createFunction()
659 if (Group.SwiftErrorArgument) in createFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp892 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps() argument
894 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps()
898 assert(!Group.isReverse() && "Reversed group not supported."); in createBitMaskForGaps()
902 for (unsigned j = 0; j < Group.getFactor(); ++j) { in createBitMaskForGaps()
903 unsigned HasMember = Group.getMember(j) ? 1 : 0; in createBitMaskForGaps()
1282 auto DependentMember = [&](InterleaveGroup<Instruction> *Group, in analyzeInterleaving()
1284 for (uint32_t Index = 0; Index < Group->getFactor(); ++Index) { in analyzeInterleaving()
1285 Instruction *MemberOfGroupB = Group->getMember(Index); in analyzeInterleaving()
1405 auto InvalidateGroupIfMemberMayWrap = [&](InterleaveGroup<Instruction> *Group, in analyzeInterleaving()
1408 Instruction *Member = Group->getMember(Index); in analyzeInterleaving()
[all …]
/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()
422 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup() argument
425 getRSTStringWithTextFallback(Group.Group, "DocName", "Name"), OS); in emitGroup()
[all …]
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() argument
57 return Mapping[Group]; in getParents()
63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup() argument
66 std::string CatName = std::string(Group->getValueAsString("CategoryName")); in getCategoryFromDiagGroup()
71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup()
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local
86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), in getDiagnosticCategory()
175 Record *Group = DiagGroups[i]; in groupDiagnostics() local
177 DiagsInGroup[std::string(Group->getValueAsString("GroupName"))]; in groupDiagnostics()
178 GI.GroupName = Group->getName(); in groupDiagnostics()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp407 RegisterGroup Group; member
421 bool parseIntegerRegister(Register &Reg, RegisterGroup Group);
793 Reg.Group = RegGR; in parseRegister()
795 Reg.Group = RegFP; in parseRegister()
797 Reg.Group = RegV; in parseRegister()
799 Reg.Group = RegAR; in parseRegister()
801 Reg.Group = RegCR; in parseRegister()
817 RegisterGroup Group; in parseRegister() local
823 Group = RegGR; in parseRegister()
828 Group = RegFP; in parseRegister()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h29 enum class Group; variable
248 static StringRef getWarningOptionForGroup(diag::Group);
251 static StringRef getWarningOptionDocumentation(diag::Group GroupID);
256 static std::optional<diag::Group> getGroupForWarningOption(StringRef);
259 static std::optional<diag::Group> getGroupForDiag(unsigned DiagID);
338 bool getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group,
347 static StringRef getNearestOption(diag::Flavor Flavor, StringRef Group);

12345678910>>...14