| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | xla_debug_info_manager_test.cc | 30 ModuleIdentifier module_id, std::shared_ptr<const HloModule> hlo_module, in RegisterModule() 36 void UnregisterModule(ModuleIdentifier module_id) { in UnregisterModule() 42 absl::flat_hash_set<ModuleIdentifier> StopTracing() { in StopTracing() 45 absl::flat_hash_set<ModuleIdentifier> module_ids; in StopTracing() 52 absl::flat_hash_set<ModuleIdentifier> GetModuleIds() { in GetModuleIds() 53 absl::flat_hash_set<ModuleIdentifier> module_ids; in GetModuleIds() 75 ModuleIdentifier unique_id; 81 ModuleIdentifier RegisterProgram(const std::string& module_name) { in RegisterProgram() 86 ModuleIdentifier unique_id = debug_info.module->unique_id(); in RegisterProgram() 94 void UnregisterProgram(ModuleIdentifier unique_id) { in UnregisterProgram() [all …]
|
| D | xla_debug_info_manager.h | 29 using ModuleIdentifier = int; variable 45 ModuleIdentifier module_id, std::shared_ptr<const HloModule> hlo_module, 49 void UnregisterModule(ModuleIdentifier module_id); 77 absl::flat_hash_map<ModuleIdentifier, XlaModuleEntry> modules_
|
| D | xla_debug_info_manager.cc | 27 ModuleIdentifier module_id, std::shared_ptr<const HloModule> hlo_module, in RegisterModule() 42 void XlaDebugInfoManager::UnregisterModule(ModuleIdentifier module_id) { in UnregisterModule()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 480 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 …]
|
| D | LTO.cpp | 1336 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/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 410 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/ |
| D | BitcodeReader.h | 60 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/cronet/third_party/metrics_proto/ |
| D | call_stack_profile.proto | 20 message ModuleIdentifier { message 137 repeated ModuleIdentifier module_id = 2;
|
| /external/cronet/components/metrics/ |
| D | call_stack_profile_builder.cc | 247 CallStackProfile::ModuleIdentifier* module_id = in OnProfileCompleted()
|
| /external/llvm/tools/gold/ |
| D | gold-plugin.cpp | 1385 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/ |
| D | BitcodeReader.cpp | 6476 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl() 6525 ModuleIdentifier, 0); in getSummary()
|