Searched refs:dataAlloc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/ |
| H A D | Client.h | 80 void *dataAlloc(int32_t DeviceId, int64_t Size, void *HstPtr); 135 void *dataAlloc(int32_t DeviceId, int64_t Size, void *HstPtr);
|
| H A D | rtl.cpp | 83 return Manager->dataAlloc(DeviceId, Size, HstPtr); in __tgt_rtl_data_alloc()
|
| H A D | Client.cpp | 272 void *RemoteOffloadClient::dataAlloc(int32_t DeviceId, int64_t Size, in dataAlloc() function in RemoteOffloadClient 655 void *RemoteClientManager::dataAlloc(int32_t DeviceId, int64_t Size, in dataAlloc() function in RemoteClientManager 659 return Clients[ClientIdx].dataAlloc(DeviceIdx, Size, HstPtr); in dataAlloc()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 978 void *dataAlloc(const int DeviceId, const int64_t Size, in dataAlloc() function in __anondfa3b3cd0111::DeviceRTLTy 1618 return DeviceRTL.dataAlloc(DeviceId, Size, (TargetAllocTy)Kind); in __tgt_rtl_data_alloc()
|