Home
last modified time | relevance | path

Searched refs:ModuleIdentifier (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dxla_debug_info_manager.h26 using ModuleIdentifier = string; variable
29 ModuleIdentifier module_id;
57 const ModuleIdentifier& module_id, std::shared_ptr<HloModule> hlo_module,
64 const ModuleIdentifier& module_id, std::shared_ptr<HloModule> hlo_module,
69 void OnModuleStart(ModuleIdentifier module_id);
71 void OnModuleStop(ModuleIdentifier module_id);
89 std::set<ModuleIdentifier> GetRunningModules() { in GetRunningModules()
91 std::set<ModuleIdentifier> running; in GetRunningModules()
97 std::set<ModuleIdentifier> GetActiveModules() { in GetActiveModules()
99 std::set<ModuleIdentifier> active; in GetActiveModules()
[all …]
Dxla_debug_info_manager.cc23 const ModuleIdentifier& module_id, std::shared_ptr<HloModule> hlo_module, in RegisterModule()
41 const ModuleIdentifier& module_id, std::shared_ptr<HloModule> hlo_module, in UnregisterModule()
64 void XlaDebugInfoManager::OnModuleStart(ModuleIdentifier module_id) { in OnModuleStart()
69 void XlaDebugInfoManager::OnModuleStop(ModuleIdentifier module_id) { in OnModuleStop()
91 const ModuleIdentifier& module_id = running_module_id.first; in StopTracing()
Dxla_debug_info_manager_test.cc84 std::set<ModuleIdentifier> GetRunningModule() { in GetRunningModule()
87 std::set<ModuleIdentifier> GetActiveModule() { in GetActiveModule()
93 std::set<ModuleIdentifier> StopTrace() { in StopTrace()
96 std::set<ModuleIdentifier> serialized; in StopTrace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp480 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex()
483 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
593 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
594 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
636 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
667 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
718 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
740 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
741 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
751 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
[all …]
DLTO.cpp1336 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument
1337 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1354 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1357 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp504 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex()
507 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
620 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
621 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
663 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
694 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
748 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
770 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
771 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
781 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
[all …]
DLTO.cpp1421 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument
1422 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1439 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1442 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp410 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolveWeakForLinkerInIndex()
413 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolveWeakForLinkerInIndex()
519 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
535 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]); in promote()
616 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize() local
631 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize()
639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalize() argument
640 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalize()
647 ModuleToDefinedGVSummaries[ModuleIdentifier]); in internalize()
740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in run() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h60 StringRef ModuleIdentifier; variable
71 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
73 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule()
92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeReader.h63 StringRef ModuleIdentifier; variable
74 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
76 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule()
95 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
/external/llvm/tools/gold/
Dgold-plugin.cpp1385 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in thinLTOLink() argument
1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink()
1394 [](StringRef ModuleIdentifier, GlobalValue::GUID GUID, in thinLTOLink()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6476 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
6525 ModuleIdentifier, 0); in getSummary()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6704 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
6754 ModuleIdentifier, 0); in getSummary()