Home
last modified time | relevance | path

Searched refs:Groups (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DThreading.inc169 SmallVector<ProcessorGroup, 4> Groups;
175 G.ID = Groups.size();
180 Groups.push_back(G);
195 Groups[I].ThreadsPerCore = NumHyperThreads;
217 ProcessorGroup NewG{Groups[CurrentGroupID]};
220 Groups.clear();
221 Groups.push_back(NewG);
225 return std::vector<ProcessorGroup>(Groups.begin(), Groups.end());
227 static auto Groups = computeGroups();
228 return ArrayRef<ProcessorGroup>(Groups);
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DNamespaceEndCommentsFixer.cpp102 SmallVector<StringRef, 8> Groups; in validEndComment() local
104 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
105 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
110 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
114 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
118 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
135 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
138 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h221 DenseMap<unsigned, std::unique_ptr<MemoryGroup>> Groups; variable
272 return Index && (Groups.find(Index) != Groups.end()); in isValidGroupID()
306 return *Groups.find(Index)->second; in getGroup()
311 return *Groups.find(Index)->second; in getGroup()
315 Groups.insert( in createMemoryGroup()
330 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangOptionDocEmitter.cpp32 std::vector<DocumentedGroup> Groups; member
120 auto &Groups = GroupsInGroup[R]; in extractDocumentation() local
121 llvm::sort(Groups, CompareByLocation); in extractDocumentation()
122 for (Record *G : Groups) { in extractDocumentation()
123 D.Groups.emplace_back(); in extractDocumentation()
124 D.Groups.back().Group = G; in extractDocumentation()
125 Documentation &Base = D.Groups.back(); in extractDocumentation()
375 for (auto &G : Doc.Groups) in emitDocumentation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp45 for (const std::pair<unsigned, std::unique_ptr<MemoryGroup>> &G : Groups) in cycleEvent()
56 for (const auto &GroupIt : Groups) { in dump()
206 auto It = Groups.find(GroupID); in onInstructionExecuted()
207 assert(It != Groups.end() && "Instruction not dispatched to the LS unit"); in onInstructionExecuted()
210 Groups.erase(It); in onInstructionExecuted()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DOptRSTEmitter.cpp35 const std::vector<Record *> &Groups = in EmitOptRST() local
37 for (unsigned i = 0, e = Groups.size(); i != e; ++i) { in EmitOptRST()
38 const Record &R = *Groups[i]; in EmitOptRST()
DCodeGenSchedule.h380 std::vector<OpcodeGroup> Groups; variable
395 if (Groups.empty() || in addOpcode()
396 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
397 Groups.emplace_back(std::move(Info)); in addOpcode()
398 Groups.back().addOpcode(OpcodeRec); in addOpcode()
410 ArrayRef<OpcodeGroup> getGroups() const { return Groups; } in getGroups()
DOptParserEmitter.cpp218 const std::vector<Record*> &Groups = in EmitOptParser() local
264 for (const Record &R : llvm::make_pointee_range(Groups)) { in EmitOptParser()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp152 CsectGroups Groups; member
155 CsectGroups Groups) in CsectSectionEntry()
156 : SectionEntry(N, Flags), IsVirtual(IsVirtual), Groups(Groups) { in CsectSectionEntry()
164 for (auto *Group : Groups) in reset()
557 for (const auto *Group : Section->Groups) { in writeSections()
758 for (const auto *Group : Section->Groups) { in writeRelocations()
806 for (const auto *Group : Section->Groups) { in writeSymbolTable()
830 for (const auto *Group : Section->Groups) { in finalizeSectionInfo()
891 llvm::all_of(Section->Groups, in assignAddressesAndIndices()
912 for (auto *Group : Section->Groups) { in assignAddressesAndIndices()
DELFObjectWriter.cpp1088 std::vector<MCSectionELF *> Groups; in writeObject() local
1115 Groups.push_back(Group); in writeObject()
1133 for (MCSectionELF *Group : Groups) { in writeObject()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrFMA3Info.cpp65 static const X86InstrFMA3Group Groups[] = { variable
119 assert(llvm::is_sorted(Groups) && llvm::is_sorted(RoundGroups) && in verifyTables()
151 Table = makeArrayRef(Groups); in getFMA3Group()
/freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/include/
Dmessages.subr59 msg_enter_groups_manually="Enter Groups manually"
78 msg_groups="Groups"
90 msg_member_of_groups="Member of Groups"
109 msg_select_groups_from_list="Select Groups from a list"
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DOptionsBase.td10 // - `Groups`: Sets a given list of group numbers.
11 // Example: def foo : Option<"foo", "f">, Groups<[1,4,6]>;
114 class Groups<list<int> groups> {
115 list<int> Groups = groups;
DOptions.td108 Completion<"Module">, Groups<[1,2,3,4,5,6,7,8,9,11,12]>, // *not* in group 10
114 Completion<"SourceFile">, Groups<[1,3,4,5,6,7,8,9,11]>,
189 Arg<"Boolean">, Groups<[1,3,4,5,6,7,8,12]>,
196 Arg<"Address">, Groups<[1,3,4,5,6,7,8,12]>,
201 Groups<[1,9,12]>, Arg<"Boolean">,
316 Groups<[1,2]>, Arg<"AddressOrExpression">, Required,
320 def disassemble_options_count : Option<"count", "c">, Groups<[2,3,4,5,7]>,
335 def disassemble_options_force : Option<"force", "\\x01">, Groups<[2,3,4,5,7]>,
341 Groups<[1,2]>, Arg<"Boolean">, Desc<"Should we run all threads if the "
344 Groups<[1,2]>, Arg<"Boolean">,
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/utils/TableGen/
DLLDBOptionDefEmitter.cpp42 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption() local
43 for (int Group : Groups) in CommandOption()
/freebsd-12-stable/stand/efi/include/
Defiudp.h152 EFI_UDP4_GROUPS Groups; member
266 EFI_UDP6_GROUPS Groups; member
Defiip.h203 EFI_IP4_GROUPS Groups; member
451 EFI_IP6_GROUPS Groups; member
/freebsd-12-stable/contrib/unbound/contrib/
Dunbound.service.in17 ; - `ProtectControlGroups=yes` makes the Linux Control Groups hierarchies
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td88 // Pipeline Groups
189 //Pipeline Groups
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnostic.td57 // Diagnostic Groups.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp395 SmallVector<RuntimeCheckingPtrGroup, 2> Groups; in groupChecks() local
415 for (RuntimeCheckingPtrGroup &Group : Groups) { in groupChecks()
435 Groups.push_back(RuntimeCheckingPtrGroup(Pointer, *this)); in groupChecks()
440 llvm::copy(Groups, std::back_inserter(CheckingGroups)); in groupChecks()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp730 SmallVector<StringRef, 2> Groups; in UpgradeIntrinsicFunction1() local
732 if (R.match(Name, &Groups)) { in UpgradeIntrinsicFunction1()
734 ID = StringSwitch<Intrinsic::ID>(Groups[1]) in UpgradeIntrinsicFunction1()
756 Groups.clear(); in UpgradeIntrinsicFunction1()
757 if (R2.match(Name, &Groups)) { in UpgradeIntrinsicFunction1()
759 if (Groups[1] == "fadd") in UpgradeIntrinsicFunction1()
761 if (Groups[1] == "fmul") in UpgradeIntrinsicFunction1()
4468 SmallVector<StringRef, 4> Groups; in UpgradeDataLayoutString() local
4470 if (!R.match(DL, &Groups)) in UpgradeDataLayoutString()
4473 return (Groups[1] + AddrSpaces + Groups[3]).str(); in UpgradeDataLayoutString()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp3218 InstrGroupList Groups; in processLoop() local
3259 Groups.push_back(G); in processLoop()
3263 for (unsigned i = 0, n = Groups.size(); i < n; ++i) { in processLoop()
3264 InstrGroup &G = Groups[i]; in processLoop()
3273 for (unsigned i = 0, n = Groups.size(); i < n; ++i) { in processLoop()
3274 InstrGroup &G = Groups[i]; in processLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp1552 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups);
1710 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups) { in groupMemOps() argument
1733 Groups[ChainPredID].push_back(MemOp); in groupMemOps()
1750 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> Groups; in apply() local
1751 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply()
1753 for (auto &Group : Groups) { in apply()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DVTableBuilder.cpp2911 SmallVector<MethodGroup, 10> Groups; in GroupNewVirtualOverloads() local
2921 std::make_pair(ND->getDeclName(), Groups.size())); in GroupNewVirtualOverloads()
2923 Groups.push_back(MethodGroup()); in GroupNewVirtualOverloads()
2926 Groups[J->second].push_back(MD->getCanonicalDecl()); in GroupNewVirtualOverloads()
2929 for (const MethodGroup &Group : Groups) in GroupNewVirtualOverloads()

12