Home
last modified time | relevance | path

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

/llvm-project/offload/include/OpenMP/
H A DMapping.h67 const uintptr_t HstPtrBase; // host info. member
129 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
/llvm-project/offload/src/
H A Domptarget.cpp128 static uint64_t getPartialStructRequiredAlignment(void *HstPtrBase) { in getPartialStructRequiredAlignment() argument
583 void *HstPtrBase = ArgsBase[I]; targetDataBegin() local
1455 void *HstPtrBase = Args[Idx]; processDataBefore() local
1491 void *HstPtrBase = ArgBases[I]; processDataBefore() local
[all...]
/llvm-project/offload/src/OpenMP/
H A DMapping.cpp204 HDTTMapAccessorTy &HDTTMap, void *HstPtrBegin, void *HstPtrBase, in getTargetPointer()