Home
last modified time | relevance | path

Searched refs:HstPtrEnd (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Ddevice.cpp65 bool isValid = search->HstPtrEnd == (uintptr_t)HstPtrBegin + Size && in associatePtr()
88 DPxPTR(newEntry.HstPtrBegin), DPxPTR(newEntry.HstPtrEnd), in associatePtr()
130 if (hp >= upper->HstPtrBegin && hp < upper->HstPtrEnd) { in getMapEntryRefCnt()
161 lr.Flags.IsContained = hp >= HT.HstPtrBegin && hp < HT.HstPtrEnd && in lookupMapping()
162 (hp+Size) <= HT.HstPtrEnd; in lookupMapping()
164 lr.Flags.ExtendsAfter = hp < HT.HstPtrEnd && (hp + Size) > HT.HstPtrEnd; in lookupMapping()
175 lr.Flags.ExtendsAfter = hp < HT.HstPtrEnd && (hp+Size) > HT.HstPtrEnd; in lookupMapping()
235 lr.Entry->HstPtrEnd - lr.Entry->HstPtrBegin); in getOrAllocTgtPtr()
Ddevice.h48 uintptr_t HstPtrEnd; // non-inclusive. member
61 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase()
Dprivate.h105 HostTargetMap.HstPtrEnd - HostTargetMap.HstPtrBegin, info.getName(), in dumpTargetPointerMappings()
Domptarget.cpp898 const char *HstPtrEnd; member
907 HstPtrEnd(HstPtrBegin + Size), AlignedSize(Size + Size % Alignment), in FirstPrivateArgInfoTy()
1001 std::copy(Info.HstPtrBegin, Info.HstPtrEnd, Itr); in packAndTransfer()
1030 DPxPTR(Info.HstPtrBegin), Info.HstPtrEnd - Info.HstPtrBegin, in packAndTransfer()