/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A 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 …]
|
H A 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_
|
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 540 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex() 543 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 658 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()() 659 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() 701 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local 732 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote() 787 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local 809 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 810 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule() 820 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local [all …]
|
H A D | LTO.cpp | 1569 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument 1570 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() 1587 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO() 1590 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 103 StringRef ModuleIdentifier; variable 114 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument 116 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule() 135 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/ |
D | BitcodeReader.h | 104 StringRef ModuleIdentifier; variable 115 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument 117 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule() 136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/ |
D | BitcodeReader.h | 104 StringRef ModuleIdentifier; variable 115 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument 117 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule() 136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/ |
D | BitcodeReader.h | 104 StringRef ModuleIdentifier; variable 115 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument 117 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule() 136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/ |
D | BitcodeReader.h | 104 StringRef ModuleIdentifier; variable 115 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument 117 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule() 136 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
|
/aosp_15_r20/external/coreboot/src/drivers/amd/agesa/ |
H A D | state_machine.c | 24 const char ModuleIdentifier[] = AGESA_ID; in agesa_locate_image() local 33 ModuleIdentifier); in agesa_locate_image()
|
/aosp_15_r20/external/cronet/third_party/metrics_proto/ |
H A D | call_stack_profile.proto | 20 message ModuleIdentifier { message 137 repeated ModuleIdentifier module_id = 2;
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/pi/ |
H A D | image.c | 16 checking_str = (char *)&mod_ptr->ModuleIdentifier; in validate_image()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | mobile_bytecode_generated.h | 2558 inline const char *ModuleIdentifier() { 2564 buf, ModuleIdentifier()); 2569 buf, ModuleIdentifier(), true); 2574 return verifier.VerifyBuffer<torch::jit::mobile::serialization::Module>(ModuleIdentifier()); 2579 …n verifier.VerifySizePrefixedBuffer<torch::jit::mobile::serialization::Module>(ModuleIdentifier()); 2585 fbb.Finish(root, ModuleIdentifier()); 2591 fbb.FinishSizePrefixed(root, ModuleIdentifier());
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/ |
H A D | AMD.h | 216 IN CHAR8 ModuleIdentifier[8]; ///< 8 characters ID member
|
/aosp_15_r20/external/llvm/tools/gold/ |
H A 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()
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00730F01/ |
H A D | AMD.h | 228 IN CHAR8 ModuleIdentifier[8]; ///< 8 characters ID member
|
/aosp_15_r20/external/cronet/components/metrics/call_stacks/ |
H A D | call_stack_profile_builder.cc | 247 CallStackProfile::ModuleIdentifier* module_id = in OnProfileCompleted()
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/Lib/ |
H A D | amdlib.c | 1259 if (SearchStr == *((UINT64*)&(ModuleHeaderPtr->ModuleIdentifier))) { in LibAmdLocateImage()
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/ |
D | call_stack_profile.pb.h | 1393 typedef CallStackProfile_ModuleIdentifier ModuleIdentifier; in Swap() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6476 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl() 6525 ModuleIdentifier, 0); in getSummary()
|