Home
last modified time | relevance | path

Searched refs:HstPtrBase (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp281 void *HstPtrBase = args_base[i]; in targetDataBegin() local
332 HstPtrBase, HstPtrBase, sizeof(void *), HstPtrName, Pointer_IsNew, in targetDataBegin()
344 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
346 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
351 HstPtrBegin, HstPtrBase, data_size, HstPtrName, IsNew, IsHostPtr, in targetDataBegin()
366 uintptr_t Delta = (uintptr_t)HstPtrBegin - (uintptr_t)HstPtrBase; in targetDataBegin()
407 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
418 HstPtrBase, PointerTgtPtrBegin, TgtPtrBase}; in targetDataBegin()
1089 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1094 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in processDataBefore()
[all …]
Ddevice.h46 uintptr_t HstPtrBase; // host info. member
61 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
178 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
Ddevice.cpp87 DPxMOD ", TgtBegin=" DPxMOD "\n", DPxPTR(newEntry.HstPtrBase), in associatePtr()
196 void *DeviceTy::getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, in getOrAllocTgtPtr() argument
268 DPxPTR(HstPtrBase), DPxPTR(HstPtrBegin), in getOrAllocTgtPtr()
271 HostDataToTargetTy((uintptr_t)HstPtrBase, (uintptr_t)HstPtrBegin, in getOrAllocTgtPtr()