| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | GUID.h | 22 struct GUID { struct 26 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 125 GlobalValue::GUID GUID) { in createImportIDs() 134 getImportIDs(StringRef FromModule, GlobalValue::GUID GUID) { in getImportIDs() 151 GlobalValue::GUID GUID = It->first.second; in lookup() local 212 void addGUID(StringRef FromModule, GlobalValue::GUID GUID, in addGUID() 246 bool(const std::pair<StringRef, GlobalValue::GUID> &, in SortedImportList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 347 GlobalValue::GUID GUID) { in addDefinition() 360 StringRef FromModule, GlobalValue::GUID GUID) { in maybeAddDeclaration() 482 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in GlobalsImporter() 516 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ModuleImportsManager() 803 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in WorkloadImportsManager() 831 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in create() 1220 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ComputeCrossModuleImport() 1341 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ComputeCrossModuleImportForModuleForTest() 1373 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndexForTest() local 1398 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); in updateValueInfoForIndirectCalls() local [all …]
|
| H A D | FunctionAttrs.cpp | 319 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in calculatePrevailingSummary() 422 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOPropagateFunctionAttrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 106 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() 184 for (auto GUID : ExportsGUID) in computeLTOCacheKey() local 369 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingGUID() 448 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingInIndex() 470 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteGUID() 550 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteInIndex() 1044 auto GUID = GlobalValue::getGUIDAssumingExternalLinkage( in addThinLTO() local 1054 [&](GlobalValue::GUID GUID) { in addThinLTO() 1066 auto GUID = GlobalValue::getGUIDAssumingExternalLinkage( in addThinLTO() local 1177 GlobalValue::GUID GUID = GlobalValue::getGUIDAssumingExternalLinkage( in run() local [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 133 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() 358 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() 507 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() 510 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() 513 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() 523 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
|
| H A D | LTOBackend.cpp | 769 auto GUID = GlobalList.first; in initImportList() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | PGOCtxProfReader.h | 100 GlobalValue::GUID GUID = 0; variable 110 : GUID(G), Counters(std::move(Counters)), RootEntryCount(RootEntryCount), in GUID() function
|
| H A D | MemProfYAML.h | 20 GUIDHex64 GUID; member
|
| H A D | CtxInstrContextNode.h | 66 using GUID = uint64_t; variable
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | vdev.h | 163 Vdev::GUID() const in GUID() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrContextNode.h | 66 using GUID = uint64_t; variable
|
| /freebsd/sys/geom/raid/ |
| H A D | md_ddf.c | 428 ddf_meta_find_pd(struct ddf_meta *meta, uint8_t *GUID, uint32_t PD_Reference) in ddf_meta_find_pd() 453 ddf_meta_find_vd(struct ddf_meta *meta, uint8_t *GUID) in ddf_meta_find_vd() 475 ddf_meta_find_vdc(struct ddf_meta *meta, uint8_t *GUID) in ddf_meta_find_vdc() 496 ddf_meta_count_vdc(struct ddf_meta *meta, uint8_t *GUID) in ddf_meta_count_vdc() 871 uint8_t *GUID, int started) in ddf_vol_meta_update() 1389 g_raid_md_ddf_get_volume(struct g_raid_softc *sc, uint8_t *GUID) in g_raid_md_ddf_get_volume() 1403 g_raid_md_ddf_get_disk(struct g_raid_softc *sc, uint8_t *GUID, uint32_t id) in g_raid_md_ddf_get_disk()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CtxProfAnalysis.h | 75 StringRef getFunctionName(GlobalValue::GUID GUID) const { in getFunctionName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PseudoProbe.h | 112 PseudoProbeDescriptor(uint64_t GUID, uint64_t Hash) in PseudoProbeDescriptor()
|
| H A D | GlobalValue.h | 577 using GUID = uint64_t; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 271 uint64_t GUID) { in getProbeFNameForGUID() 415 uint64_t GUID = in buildGUID2FuncDescMap() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CtxProfAnalysis.cpp | 427 const GlobalValue::GUID GUID = F.getGUID(); in run() local 516 auto GUID = AssignGUIDPass::getGUID(F); in run() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 209 auto *GUID = mdconst::extract<ConstantInt>(MD->getOperand(0)); in emitPseudoProbeDescMetadata() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | IndexedMemProfData.cpp | 35 llvm::MapVector<GlobalValue::GUID, memprof::IndexedMemProfRecord> in writeMemProfRecords()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 107 auto find(uint64_t GUID) const { in find()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 351 MDNode *MDBuilder::createPseudoProbeDesc(uint64_t GUID, uint64_t Hash, in createPseudoProbeDesc()
|
| H A D | ModuleSummaryIndex.cpp | 164 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
|
| H A D | AsmWriter.cpp | 1326 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot() 1415 void SlotTracker::CreateGUIDSlot(GlobalValue::GUID GUID) { in CreateGUIDSlot() 3225 auto GUID = GlobalList.first; in printModuleSummaryIndex() local 3232 auto GUID = GlobalList.first; in printModuleSummaryIndex() local 3247 auto GUID = GlobalValue::getGUIDAssumingExternalLinkage(TId.first); in printModuleSummaryIndex() local 3645 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfUse.cpp | 272 extractCallsFromIR(M, TLI, [&](uint64_t GUID) { in computeUndriftMap()
|