Home
last modified time | relevance | path

Searched refs:GUID (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h22 struct GUID { struct
26 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
30 inline bool operator<(const GUID &LHS, const GUID &RHS) {
34 inline bool operator<=(const GUID &LHS, const GUID &RHS) {
38 inline bool operator>(const GUID &LHS, const GUID &RHS) {
42 inline bool operator>=(const GUID &LHS, const GUID &RHS) {
46 inline bool operator!=(const GUID &LHS, const GUID &RHS) {
50 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, const GUID &Guid);
H A DFormatters.h26 struct GUID;
66 template <> struct format_provider<codeview::GUID> {
67 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h85 DenseMap<GlobalValue::GUID,
125 GlobalValue::GUID GUID) { in createImportIDs() argument
126 auto Key = std::make_pair(FromModule, GUID); in createImportIDs()
134 getImportIDs(StringRef FromModule, GlobalValue::GUID GUID) { in getImportIDs() argument
135 auto Key = std::make_pair(FromModule, GUID); in getImportIDs()
144 std::tuple<StringRef, GlobalValue::GUID, GlobalValueSummary::ImportKind>
151 GlobalValue::GUID GUID = It->first.second; in lookup() local
152 return std::make_tuple(FromModule, GUID, Kind); in lookup()
156 std::tuple<StringRef, GlobalValue::GUID, GlobalValueSummary::ImportKind>
169 MapVector<std::pair<StringRef, GlobalValue::GUID>, ImportIDTy> TheTable;
[all …]
H A DWholeProgramDevirt.h249 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
254 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
255 const DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols);
259 DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols,
270 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h180 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>;
197 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
530 GlobalValue::GUID OriginalName = 0;
562 GlobalValue::GUID getOriginalName() const { return OriginalName; }
565 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name; }
683 GlobalValue::GUID getAliaseeGUID() const {
720 GlobalValue::GUID GUID;
738 std::vector<GlobalValue::GUID> TypeTests;
866 std::move(Edges), std::vector<GlobalValue::GUID>(),
920 std::vector<GlobalValue::GUID> TypeTests,
[all …]
/freebsd/sys/contrib/edk2/Include/Library/
H A DPcdLib.h942 IN CONST GUID *Guid,
963 IN CONST GUID *Guid,
981 IN CONST GUID *Guid,
1002 IN CONST GUID *Guid,
1023 IN CONST GUID *Guid,
1044 IN CONST GUID *Guid,
1065 IN CONST GUID *Guid,
1213 IN CONST GUID *Guid,
1237 IN CONST GUID *Guid,
1261 IN CONST GUID *Guid,
[all …]
H A DBaseMemoryLib.h380 GUID *
383 OUT GUID *DestinationGuid,
384 IN CONST GUID *SourceGuid
406 IN CONST GUID *Guid1,
407 IN CONST GUID *Guid2
437 IN CONST GUID *Guid
457 IN CONST GUID *Guid
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h82 std::map<GlobalValue::GUID, SmallVector<uint64_t, 1>>;
93 using CallTargetMapTy = std::map<GlobalValue::GUID, PGOCtxProfContext>;
100 GlobalValue::GUID GUID = 0; variable
107 GlobalValue::GUID G, SmallVectorImpl<uint64_t> &&Counters,
110 : GUID(G), Counters(std::move(Counters)), RootEntryCount(RootEntryCount), in GUID() function
116 getOrEmplace(uint32_t Index, GlobalValue::GUID G,
129 GlobalValue::GUID guid() const { return GUID; } in guid()
180 Guids.insert(GUID); in getContainedGuids()
188 std::map<GlobalValue::GUID, PGOCtxProfContext>;
H A DCtxInstrContextNode.h66 using GUID = uint64_t; variable
69 const GUID Guid;
75 ContextNode(GUID Guid, uint32_t NumCounters, uint32_t NumCallsites,
108 GUID guid() const { return Guid; } in guid()
149 virtual void writeFlat(ctx_profile::GUID Guid, const uint64_t *Buffer,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp133 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument
291 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID()
303 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols()
314 static DenseSet<GlobalValue::GUID>
318 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
358 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
430 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
507 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument
509 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
510 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() argument
[all …]
H A DLTO.cpp106 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
108 const DenseSet<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey()
109 const DenseSet<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey()
184 for (auto GUID : ExportsGUID) in computeLTOCacheKey() local
185 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
189 auto Comp = [&](const std::pair<StringRef, GlobalValue::GUID> &L, in computeLTOCacheKey()
190 const std::pair<StringRef, GlobalValue::GUID> &R) { in computeLTOCacheKey()
198 for (const auto &[FromModule, GUID, Type] : SortedImportList) in computeLTOCacheKey()
202 for (const auto &[FromModule, GUID, Type] : SortedImportList) { in computeLTOCacheKey()
212 AddUint64(GUID); in computeLTOCacheKey()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp185 extern cl::list<GlobalValue::GUID> MoveSymbolGUID;
347 GlobalValue::GUID GUID) { in addDefinition() argument
348 auto [Def, Decl] = IDs.createImportIDs(FromModule, GUID); in addDefinition()
360 StringRef FromModule, GlobalValue::GUID GUID) { in maybeAddDeclaration() argument
361 auto [Def, Decl] = IDs.createImportIDs(FromModule, GUID); in maybeAddDeclaration()
371 for (const auto &[SrcMod, GUID, ImportType] : *this) in getSourceModules()
380 GlobalValue::GUID GUID) const { in getImportType()
381 if (auto IDPair = IDs.getImportIDs(FromModule, GUID)) { in getImportType()
396 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
482 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in GlobalsImporter() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp164 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
173 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule()
189 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive()
190 auto VI = getValueInfo(GUID); in isGUIDLive()
260 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes()
409 GlobalValue::GUID Src;
410 GlobalValue::GUID Dst;
503 static std::string getNodeVisualName(GlobalValue::GUID Id) { in getNodeVisualName()
529 const ValueInfo &VI, GlobalValue::GUID Id) { in defineExternalNode()
561 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h66 using GUID = uint64_t; variable
69 const GUID Guid;
75 ContextNode(GUID Guid, uint32_t NumCounters, uint32_t NumCallsites,
108 GUID guid() const { return Guid; } in guid()
149 virtual void writeFlat(ctx_profile::GUID Guid, const uint64_t *Buffer,
H A DCtxInstrProfiling.cpp117 inline ContextNode *allocContextNode(char *Place, GUID Guid, in allocContextNode()
190 ContextNode *getCallsiteSlow(GUID Guid, ContextNode **InsertionPoint, in getCallsiteSlow()
211 ContextNode *getFlatProfile(FunctionData &Data, void *Callee, GUID Guid, in getFlatProfile()
257 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NumCounters, in setupContext()
290 ContextNode *tryStartContextGivenRoot(ContextRoot *Root, GUID Guid, in tryStartContextGivenRoot()
309 ContextNode *getUnhandledContext(FunctionData &Data, void *Callee, GUID Guid, in getUnhandledContext()
351 GUID Guid, uint32_t NumCounters, in __llvm_ctx_profile_get_context()
408 ContextNode *__llvm_ctx_profile_start_context(FunctionData *FData, GUID Guid, in __llvm_ctx_profile_start_context()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h25 using FlatIndirectTargets = DenseMap<GlobalValue::GUID, uint64_t>;
27 DenseMap<GlobalValue::GUID, DenseMap<uint32_t, FlatIndirectTargets>>;
48 std::map<GlobalValue::GUID, FunctionInfo> FuncInfo;
51 LLVM_ABI GlobalValue::GUID getDefinedFunctionGUID(const Function &F) const;
75 StringRef getFunctionName(GlobalValue::GUID GUID) const { in getFunctionName() argument
76 auto It = FuncInfo.find(GUID); in getFunctionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h53 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
55 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)>
57 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
65 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
74 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
76 const DenseSet<GlobalValue::GUID> &CfiFunctionDefs = {},
77 const DenseSet<GlobalValue::GUID> &CfiFunctionDecls = {});
238 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
467 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID;
563 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
[all …]
/freebsd/sys/dev/acpi_support/
H A Dacpi_wmi_if.m47 # Check if given GUID exists in WMI
51 # const char* guid_string: String form of the GUID
62 # const char* guid_string: String form of the GUID
81 # const char* guid_string: String form of the GUID
95 # const char* guid_string: String form of the GUID
110 # const char* guid_string: String form of the GUID
125 # const char* guid_string: String form of the GUID
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp427 const GlobalValue::GUID GUID = F.getGUID(); in run() local
431 Type::getInt64Ty(M.getContext()), GUID))})); in run()
436 GlobalValue::GUID AssignGUIDPass::getGUID(const Function &F) { in getGUID()
481 auto DetermineRootsInModule = [&M]() -> const DenseSet<GlobalValue::GUID> { in run()
482 DenseSet<GlobalValue::GUID> ProfileRootsInModule; in run()
516 auto GUID = AssignGUIDPass::getGUID(F); in run() local
517 assert(GUID && "guid not found for defined function"); in run()
537 {GUID, PGOContextualProfile::FunctionInfo(F.getName())}); in run()
550 GlobalValue::GUID
646 DenseMap<GlobalValue::GUID, PGOCtxProfContext *> InsertionPoints; in initIndex()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h45 LLVM_ABI void setGuid(codeview::GUID G);
49 codeview::GUID getGuid() const { return Guid; } in getGuid()
66 codeview::GUID Guid;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h93 MCPseudoProbeFuncDesc(uint64_t GUID, uint64_t Hash, StringRef Name) in MCPseudoProbeFuncDesc()
94 : FuncGUID(GUID), FuncHash(Hash), FuncName(Name){}; in MCPseudoProbeFuncDesc()
107 auto find(uint64_t GUID) const { in find() argument
108 auto CompareDesc = [](const MCPseudoProbeFuncDesc &Desc, uint64_t GUID) { in find()
109 return Desc.FuncGUID < GUID; in find()
111 auto It = llvm::lower_bound(*this, GUID, CompareDesc); in find()
112 if (It->FuncGUID != GUID) in find()
466 LLVM_ABI const MCPseudoProbeFuncDesc *getFuncDescForGUID(uint64_t GUID) const;
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_iocp.c113 get_extension_function(SOCKET s, const GUID *which_fn) in get_extension_function()
118 (GUID*)which_fn, sizeof(*which_fn), in get_extension_function()
150 const GUID acceptex = WSAID_ACCEPTEX; in init_extension_functions()
151 const GUID connectex = WSAID_CONNECTEX; in init_extension_functions()
152 const GUID getacceptexsockaddrs = WSAID_GETACCEPTEXSOCKADDRS; in init_extension_functions()
/freebsd/contrib/libevent/
H A Devent_iocp.c113 get_extension_function(SOCKET s, const GUID *which_fn) in get_extension_function()
118 (GUID*)which_fn, sizeof(*which_fn), in get_extension_function()
150 const GUID acceptex = WSAID_ACCEPTEX; in init_extension_functions()
151 const GUID connectex = WSAID_CONNECTEX; in init_extension_functions()
152 const GUID getacceptexsockaddrs = WSAID_GETACCEPTEXSOCKADDRS; in init_extension_functions()
/freebsd/contrib/file/magic/Magdir/
H A Dzfs48 >40 byte x destination GUID: %02X
58 >>>48 byte x source GUID: %02X
78 >47 byte x destination GUID: %02X
88 >>>55 byte x source GUID: %02X
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp666 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) in tryToPromoteWithFuncCmp()
669 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) { in tryToPromoteWithFuncCmp()
672 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp()
708 for (auto [GUID, Count] : VTableGUIDCounts) { in updateVPtrValueProfiles()
712 VTableValueProfiles.push_back({GUID, Count}); in updateVPtrValueProfiles()
732 for (auto &[GUID, Count] : Candidate.VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()
733 VTableGUIDCounts[GUID] -= Count; in tryToPromoteWithVTableCmp()
761 for (auto [GUID, Count] : VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()
762 GUIDSet.insert(GUID); in tryToPromoteWithVTableCmp()
864 for (const auto &[GUID, Count] : VTableGUIDAndCounts) in isProfitableToCompareVTables()
[all …]

123456