Home
last modified time | relevance | path

Searched defs:TgtPtr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
DMemoryManager.cpp141 void *TgtPtr = allocateOnDevice(Size, HstPtr); in allocateOrFreeAndAllocateOnDevice() local
174 void *TgtPtr = allocateOrFreeAndAllocateOnDevice(Size, HstPtr); in allocate() local
208 void *TgtPtr = allocateOrFreeAndAllocateOnDevice(Size, HstPtr); in allocate() local
229 int MemoryManagerTy::free(void *TgtPtr) { in free()
Dapi.cpp114 void *TgtPtr = Device.getTgtPtrBegin(ptr, 0, IsLast, false, IsHostPtr); in omp_target_is_present() local
Domptarget.cpp938 bool IsFirstPrivate, void *&TgtPtr, int TgtArgsIndex, in addArg()
1005 void *TgtPtr = in packAndTransfer() local
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp738 int dataSubmit(const int DeviceId, const void *TgtPtr, const void *HstPtr, in dataSubmit()
760 int dataRetrieve(const int DeviceId, void *HstPtr, const void *TgtPtr, in dataRetrieve()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp568 int32_t dataRetrieve(int32_t DeviceId, void *HstPtr, void *TgtPtr, int64_t Size, in dataRetrieve()
595 int32_t dataSubmit(int32_t DeviceId, void *TgtPtr, void *HstPtr, int64_t Size, in dataSubmit()