Home
last modified time | relevance | path

Searched defs:Group (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
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
H A DMachODumper.cpp469 ListScope Group(W, "Sections"); in printSectionHeaders() local
577 DictScope Group(W, "Relocation"); in printRelocation() local
638 ListScope Group(W, "Symbols"); printSymbols() local
654 ListScope Group(W, "DynamicSymbols"); printDynamicSymbols() local
657 ListScope Group(W, "DynamicSymbols"); printDynamicSymbols() local
815 DictScope Group(W, "DataInCode"); printMachODataInCode() local
823 DictScope Group(W, "Entry"); printMachODataInCode() local
856 DictScope Group(W, "MinVersion"); printMachOVersionMin() local
900 DictScope Group(W, "Dysymtab"); printMachODysymtab() local
928 DictScope Group(W, "Segment"); printMachOSegment() local
948 DictScope Group(W, "Indirect Symbols"); printMachOIndirectSymbols() local
952 DictScope Group(W, "Entry"); printMachOIndirectSymbols() local
964 DictScope Group(W, "Linker Options"); printMachOLinkerOptions() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async()
112 ThreadPoolTaskGroup *Group) { in asyncImpl()
166 ThreadPoolTaskGroup *Group) override { in asyncEnqueue()
246 ThreadPoolTaskGroup *Group) override { in asyncEnqueue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1088 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() local
1106 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() local
1126 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection() local
1145 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPseudoProbeSection() local
1196 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection() local
H A DMCContext.cpp524 const MCSymbolELF *Group, in createELFSectionImpl()
541 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection()
562 const Twine &Group, bool IsComdat, in getELFSection()
578 StringRef Group = ""; in getELFSection() local
630 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection()
753 unsigned Flags, const Twine &Group, in getWasmSection()
768 StringRef Group = ""; in getWasmSection() local
H A DXCOFFObjectWriter.cpp185 for (auto *Group : Groups) in reset() local
574 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local
1144 for (const auto *Group : Section->Groups) { in writeRelocations() local
1219 for (const auto *Group : Section->Groups) { in writeSymbolTable() local
1306 for (const auto *Group : Section->Groups) { in finalizeSectionInfo() local
1444 [](const CsectGroup *Group) { return Group->empty(); }); in assignAddressesAndIndices()
1464 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() local
1617 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h79 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor()
275 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
283 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
291 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
297 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h29 const MCSymbolWasm *Group; variable
53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCLWarnings.h17 enum class Group; variable
H A DDiagnosticCategories.h23 enum class Group { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp197 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
262 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
292 CmovGroup Group; in collectCmovCandidates() local
418 for (auto &Group : CmovInstGroups) in checkForProfitableCmovCandidates() local
551 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp70 const Option Group = getGroup(); in print() local
102 const Option Group = getGroup(); matches() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
191 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp40 Record *Group; member
98 Record *Group = nullptr; in extractDocumentation() local
123 Record *Group = nullptr; in extractDocumentation() local
422 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup()
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents()
63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup()
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local
175 Record *Group = DiagGroups[i]; in groupDiagnostics() local
194 for (auto &Group : DiagsInGroup) { in groupDiagnostics() local
298 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
326 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
344 void InferPedantic::markGroup(const Record *Group) { in markGroup()
365 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
384 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h71 frontend::IncludeDirGroup Group; member
291 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp194 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata() local
240 auto Group = PtrToGroup.find(Ptr); in annotateInstWithNoAlias() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp102 uint32_t parseSectionFlags(StringRef FlagStr, bool &Passive, bool &Group) { in parseSectionFlags()
176 bool Group = false; in parseSectionDirective() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h742 void releaseGroup(InterleaveGroup<Instruction> *Group) { in releaseGroup()
749 void releaseGroupWithoutRemovingFromSet(InterleaveGroup<Instruction> *Group) { in releaseGroupWithoutRemovingFromSet()
754 delete Group; in releaseGroupWithoutRemovingFromSet() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp628 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation()
632 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup()
675 const WarningOption *Group, in getDiagnosticsInGroup()
703 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, in getDiagnosticsInGroup()
719 StringRef Group) { in getNearestOption()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp100 CloneDetector::CloneGroup &Group) { in containsAnyInGroup()
110 static bool containsGroup(CloneDetector::CloneGroup &Group, in containsGroup()
155 const CloneDetector::CloneGroup &Group) { in isAutoGenerated()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp892 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps()
1283 StrideEntry *A) -> Instruction * { in analyzeInterleaving()
1407 std::string FirstOrLast) -> bool { in analyzeInterleaving()
1436 for (auto *Group : LoadGroups) { in analyzeInterleaving() local
1472 for (auto *Group : StoreGroups) { in analyzeInterleaving() local
1514 bool ReleasedGroup = InterleaveGroups.remove_if([&](auto *Group) { in invalidateGroupsRequiringScalarEpilogue()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp84 get(const InstantiationGroup & Group,ArrayRef<FunctionCoverageSummary> Summaries) get() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h40 void setSymbolGroup(const SymbolGroup *Group) { SymGroup = Group; } in setSymbolGroup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp620 static DISubprogram *getSubprogramOrNull(OutlinableGroup &Group) { in getSubprogramOrNull()
629 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction()
941 OutlinableGroup &Group = *Region.Parent; in findExtractedInputToOverallInputMapping() local
1180 OutlinableGroup &Group = *Region.Parent; in getGVNForPHINode() local
1280 OutlinableGroup &Group = *Region.Parent; in findExtractedOutputToOverallOutputMapping() local
1436 OutlinableGroup &Group = *Region.Parent; in replaceCalledFunction() local
1543 static BasicBlock *findOrCreatePHIBlock(OutlinableGroup &Group, Value *RetVal) { in findOrCreatePHIBlock()
1685 OutlinableGroup &Group = *Region.Parent; in findOrCreatePHIInBlock() local
1807 OutlinableGroup &Group = *Region.Parent; in replaceArgumentUses() local
1938 OutlinableGroup &Group = *Region.Parent; in replaceConstants() local

1234