Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h46 uintptr_t HstPtrBase; // host info. member
61 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
Domptarget.cpp281 void *HstPtrBase = args_base[i]; in targetDataBegin() local
1089 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1122 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
Ddevice.cpp196 void *DeviceTy::getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, in getOrAllocTgtPtr()