/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | PerformanceLib.h | 360 #define PERF_START_IMAGE_BEGIN(ModuleHandle) \ argument 363 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_START_ID); \ 375 #define PERF_START_IMAGE_END(ModuleHandle) \ argument 378 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_END_ID); \ 390 #define PERF_LOAD_IMAGE_BEGIN(ModuleHandle) \ argument 393 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_LOADIMAGE_START_ID); \ 405 #define PERF_LOAD_IMAGE_END(ModuleHandle) \ argument 408 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_LOADIMAGE_END_ID); \ 420 #define PERF_DRIVER_BINDING_SUPPORT_BEGIN(ModuleHandle, ControllerHandle) \ argument 423 …LogPerformanceMeasurement (ModuleHandle, NULL, NULL, (UINT64)(UINTN)ControllerHandle, MODULE_DB_SU… [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | PerformanceLib.h | 360 #define PERF_START_IMAGE_BEGIN(ModuleHandle) \ argument 363 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_START_ID); \ 375 #define PERF_START_IMAGE_END(ModuleHandle) \ argument 378 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_END_ID); \ 390 #define PERF_LOAD_IMAGE_BEGIN(ModuleHandle) \ argument 393 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_LOADIMAGE_START_ID); \ 405 #define PERF_LOAD_IMAGE_END(ModuleHandle) \ argument 408 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_LOADIMAGE_END_ID); \ 420 #define PERF_DRIVER_BINDING_SUPPORT_BEGIN(ModuleHandle, ControllerHandle) \ argument 423 …LogPerformanceMeasurement (ModuleHandle, NULL, NULL, (UINT64)(UINTN)ControllerHandle, MODULE_DB_SU… [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | PerformanceLib.h | 359 #define PERF_START_IMAGE_BEGIN(ModuleHandle) \ argument 362 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_START_ID); \ 374 #define PERF_START_IMAGE_END(ModuleHandle) \ argument 377 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_END_ID); \ 389 #define PERF_LOAD_IMAGE_BEGIN(ModuleHandle) \ argument 392 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_LOADIMAGE_START_ID); \ 404 #define PERF_LOAD_IMAGE_END(ModuleHandle) \ argument 407 LogPerformanceMeasurement (ModuleHandle, NULL, NULL, 0, MODULE_LOADIMAGE_END_ID); \ 419 #define PERF_DRIVER_BINDING_SUPPORT_BEGIN(ModuleHandle, ControllerHandle) \ argument 422 …LogPerformanceMeasurement (ModuleHandle, NULL, NULL, (UINT64)(UINTN)ControllerHandle, MODULE_DB_SU… [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | stream_executor_pimpl.h | 118 ModuleHandle* module_handle); 121 bool UnloadModule(ModuleHandle module_handle); 181 ModuleHandle module_handle); 185 const std::string& symbol_name, ModuleHandle module_handle); 585 bool GetSymbol(const std::string& symbol_name, ModuleHandle module_handle, 775 ModuleHandle module_handle) in ScopedModuleHandle() 782 other.module_handle_ = ModuleHandle(); in ScopedModuleHandle() 789 other.module_handle_ = ModuleHandle(); 801 ModuleHandle module_handle_; 836 const std::string& symbol_name, ModuleHandle module_handle) { in GetSymbol()
|
H A D | stream_executor_internal.h | 57 class ModuleHandle { 59 /*implicit*/ ModuleHandle(void* id = nullptr) : id_(id) {} in id_() 178 virtual bool UnloadModule(ModuleHandle module_handle) { return false; } in UnloadModule() 180 ModuleHandle* module_handle) { in LoadModule() 284 ModuleHandle module_handle, void** mem, in GetSymbol()
|
H A D | stream_executor_pimpl.cc | 202 ModuleHandle* module_handle) { in LoadModule() 206 bool StreamExecutor::UnloadModule(ModuleHandle module_handle) { in UnloadModule() 516 const std::string& symbol_name, ModuleHandle module_handle) { in GetUntypedSymbol() 533 ModuleHandle module_handle, void** mem, in GetSymbol()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 47 typedef decltype(CompileLayer)::ModuleSetHandleT ModuleHandle; typedef 57 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() 93 void removeModule(ModuleHandle H) { in removeModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 53 typedef decltype(OptimizeLayer)::ModuleSetHandleT ModuleHandle; typedef 67 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() 103 void removeModule(ModuleHandle H) { in removeModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 56 typedef decltype(CODLayer)::ModuleSetHandleT ModuleHandle; typedef 77 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() 113 void removeModule(ModuleHandle H) { in removeModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 80 typedef decltype(OptimizeLayer)::ModuleSetHandleT ModuleHandle; typedef 100 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() 194 void removeModule(ModuleHandle H) { in removeModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
H A D | KaleidoscopeJIT.h | 86 typedef decltype(OptimizeLayer)::ModuleSetHandleT ModuleHandle; typedef 116 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() 226 void removeModule(ModuleHandle H) { in removeModule()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
H A D | gpu_executor.h | 114 ModuleHandle* module_handle) override; 115 bool UnloadModule(ModuleHandle module_handle) override; 247 bool GetSymbol(const std::string& symbol_name, ModuleHandle module_handle,
|
/aosp_15_r20/external/llvm/test/tools/llvm-readobj/ |
H A D | imports.test | 32 X86-NEXT: ModuleHandle: 0x301C 75 X64-NEXT: ModuleHandle: 0x3028
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_gpu_executor.cc | 329 ModuleHandle* module_handle) { in LoadModule() 338 *module_handle = ModuleHandle(const_cast<void*>( in LoadModule() 353 *module_handle = ModuleHandle( in LoadModule() 360 bool GpuExecutor::UnloadModule(ModuleHandle module_handle) { in UnloadModule() 868 ModuleHandle module_handle, void** mem, in GetSymbol()
|
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/ |
H A D | rocm_gpu_executor.cc | 112 bool GpuExecutor::UnloadModule(ModuleHandle module_handle) { in UnloadModule() 370 ModuleHandle* module_handle) { in LoadModule() 380 *module_handle = ModuleHandle(const_cast<void*>( in LoadModule() 736 ModuleHandle module_handle, void** mem, in GetSymbol()
|
/aosp_15_r20/external/llvm/docs/tutorial/ |
H A D | BuildingAJIT1.rst | 155 ModuleHandle. This is the handle type that will be returned from our JIT's 158 (IRCompileLayer::ModuleSetHandleT), so we just alias our ModuleHandle to this. 185 ModuleHandle addModule(std::unique_ptr<Module> M) { 272 have already typedef'd our ModuleHandle type to be the same as the 285 void removeModule(ModuleHandle H) {
|
H A D | BuildingAJIT2.rst | 66 typedef decltype(OptimizeLayer)::ModuleSetHandleT ModuleHandle;
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Guid/ |
H A D | Cper.h | 861 UINT16 ModuleHandle; member 939 UINT32 ModuleHandle; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/ |
H A D | Cper.h | 853 UINT16 ModuleHandle; member 931 UINT32 ModuleHandle; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Guid/ |
H A D | Cper.h | 862 UINT16 ModuleHandle; member 940 UINT32 ModuleHandle; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Guid/ |
H A D | Cper.h | 862 UINT16 ModuleHandle; member 940 UINT32 ModuleHandle; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
D | syscall_windows.go | 211 ModuleHandle syscall.Handle member
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | COFF.h | 218 support::ulittle32_t ModuleHandle; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_executable.cc | 402 se::ModuleHandle module_handle; in ResolveConstantGlobals()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | COFF.h | 214 support::ulittle32_t ModuleHandle; member
|