/llvm-project/offload/DeviceRTL/src/ |
H A D | Misc.cpp | 74 void *HstPtr; in indirectCallLookup() argument 79 void *HstPtr; indirectCallLookup() member 128 __llvm_omp_indirect_call_lookup(void * HstPtr) __llvm_omp_indirect_call_lookup() argument [all...] |
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | MemoryManager.h | 137 void *allocateOnDevice(size_t Size, void *HstPtr) const { in allocateOnDevice() argument 147 void *freeAndAllocate(size_t Size, void *HstPtr) { in freeAndAllocate() argument 178 void *allocateOrFreeAndAllocateOnDevice(size_t Size, void *HstPtr) { in allocateOrFreeAndAllocateOnDevice() argument 216 allocate(size_t Size,void * HstPtr) allocate() argument [all...] |
H A D | PluginInterface.h | 392 void *HstPtr; global() member 452 findIntersecting(const void * HstPtr) findIntersecting() argument 583 getDeviceAccessiblePtrFromPinnedBuffer(const void * HstPtr) getDeviceAccessiblePtrFromPinnedBuffer() argument 596 isHostPinnedBuffer(const void * HstPtr) isHostPinnedBuffer() argument [all...] |
/llvm-project/offload/test/ompt/ |
H A D | target_memcpy_emi.c | 27 int *HstPtr = (int *)malloc(sizeof(int)); in main() local
|
/llvm-project/offload/src/ |
H A D | device.cpp | 111 void *DeviceTy::allocData(int64_t Size, void *HstPtr, int32_t Kind) { in allocData() 194 int32_t DeviceTy::notifyDataMapped(void *HstPtr, int64_t Size) { in notifyDataMapped() 205 int32_t DeviceTy::notifyDataUnmapped(void *HstPtr) { in notifyDataUnmapped()
|
H A D | omptarget.cpp | 1266 addArg(void * HstPtr,int64_t ArgSize,int64_t ArgOffset,bool IsFirstPrivate,void * & TgtPtr,int TgtArgsIndex,map_var_info_t HstPtrName=nullptr,const bool AllocImmediately=false) addArg() argument [all...] |
/llvm-project/offload/plugins-nextgen/common/src/ |
H A D | PluginInterface.cpp | 1032 insertEntry(void * HstPtr,void * DevAccessiblePtr,size_t Size,bool ExternallyLocked) insertEntry() argument 1062 registerEntryUse(const EntryTy & Entry,void * HstPtr,size_t Size) registerEntryUse() argument 1078 registerHostBuffer(void * HstPtr,void * DevAccessiblePtr,size_t Size) registerHostBuffer() argument 1096 unregisterHostBuffer(void * HstPtr) unregisterHostBuffer() argument 1122 lockHostBuffer(void * HstPtr,size_t Size) lockHostBuffer() argument 1155 unlockHostBuffer(void * HstPtr) unlockHostBuffer() argument 1185 lockMappedHostBuffer(void * HstPtr,size_t Size) lockMappedHostBuffer() argument 1228 unlockUnmappedHostBuffer(void * HstPtr) unlockUnmappedHostBuffer() argument 1379 dataSubmit(void * TgtPtr,const void * HstPtr,int64_t Size,__tgt_async_info * AsyncInfo) dataSubmit() argument 1388 dataRetrieve(void * HstPtr,const void * TgtPtr,int64_t Size,__tgt_async_info * AsyncInfo) dataRetrieve() argument 1806 data_notify_mapped(int32_t DeviceId,void * HstPtr,int64_t Size) data_notify_mapped() argument 1818 data_notify_unmapped(int32_t DeviceId,void * HstPtr) data_notify_unmapped() argument 1830 data_submit(int32_t DeviceId,void * TgtPtr,void * HstPtr,int64_t Size) data_submit() argument 1836 data_submit_async(int32_t DeviceId,void * TgtPtr,void * HstPtr,int64_t Size,__tgt_async_info * AsyncInfoPtr) data_submit_async() argument 1850 data_retrieve(int32_t DeviceId,void * HstPtr,void * TgtPtr,int64_t Size) data_retrieve() argument 1856 data_retrieve_async(int32_t DeviceId,void * HstPtr,void * TgtPtr,int64_t Size,__tgt_async_info * AsyncInfoPtr) data_retrieve_async() argument [all...] |
/llvm-project/offload/plugins-nextgen/amdgpu/src/ |
H A D | rtl.cpp | 3407 allocate(size_t Size,void * HstPtr,TargetAllocTy Kind) allocate() argument [all...] |