Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp446 void *HstPtrBase = ArgsBase[I]; in targetDataBegin() local
500 HstPtrBase, HstPtrBase, sizeof(void *), /*HstPtrName=*/nullptr, in targetDataBegin()
515 PointerHstPtrBegin = HstPtrBase; in targetDataBegin()
517 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
555 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
575 HstPtrBase, PointerTgtPtrBegin, ExpectedTgtPtrBase}; in targetDataBegin()
1356 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1391 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1399 DPxPTR(HstPtrBase)); in processDataBefore()
1400 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
H A Ddevice.cpp99 DPxPTR(NewEntry.HstPtrBase), DPxPTR(NewEntry.HstPtrBegin), in associatePtr()
163 LR.Flags.IsContained = HP < HT.HstPtrEnd || HP < HT.HstPtrBase; in lookupMapping()
171 LR.Flags.IsContained = HP >= HT.HstPtrBase; in lookupMapping()
211 void *HstPtrBegin, void *HstPtrBase, int64_t Size, in getTargetPointer() argument
294 (uintptr_t)HstPtrBase, (uintptr_t)HstPtrBegin, in getTargetPointer()
302 DPxPTR(HstPtrBase), DPxPTR(HstPtrBegin), DPxPTR(Ptr), Size, in getTargetPointer()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h48 const uintptr_t HstPtrBase; // host info. member
120 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
367 getTargetPointer(void *HstPtrBegin, void *HstPtrBase, int64_t Size,