Searched defs:DeviceGlobal (Results 1 – 5 of 5) sorted by relevance
/llvm-project/offload/plugins-nextgen/common/src/ |
H A D | GlobalHandler.cpp | 40 GlobalTy DeviceGlobal(HostGlobal.getName(), HostGlobal.getSize()); moveGlobalBetweenDeviceAndHost() local 55 moveGlobalBetweenDeviceAndHost(GenericDeviceTy & Device,const GlobalTy & HostGlobal,const GlobalTy & DeviceGlobal,bool Device2Host) moveGlobalBetweenDeviceAndHost() argument
|
H A D | PluginInterface.cpp | 384 GlobalTy DeviceGlobal(Entry.name, Entry.size); setupIndirectCallTable() local 2050 GlobalTy DeviceGlobal(Name, Size); get_global() local
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | GlobalHandler.h | 154 const GlobalTy &DeviceGlobal) { in writeGlobalToDevice() argument 136 readGlobalFromDevice(GenericDeviceTy & Device,const GlobalTy & HostGlobal,const GlobalTy & DeviceGlobal) readGlobalFromDevice() argument [all...] |
/llvm-project/offload/plugins-nextgen/host/src/ |
H A D | rtl.cpp | 357 GlobalTy &DeviceGlobal) override { in getGlobalMetadataFromDevice() argument
|
/llvm-project/offload/plugins-nextgen/cuda/src/ |
H A D | rtl.cpp | 1312 getGlobalMetadataFromDevice(GenericDeviceTy & Device,DeviceImageTy & Image,GlobalTy & DeviceGlobal) getGlobalMetadataFromDevice() argument
|