Home
last modified time | relevance | path

Searched refs:dataAlloc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h80 void *dataAlloc(int32_t DeviceId, int64_t Size, void *HstPtr);
135 void *dataAlloc(int32_t DeviceId, int64_t Size, void *HstPtr);
H A Drtl.cpp83 return Manager->dataAlloc(DeviceId, Size, HstPtr); in __tgt_rtl_data_alloc()
H A DClient.cpp272 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 Drtl.cpp978 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()