Searched refs:IsHostPtr (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | omptarget.cpp | 304 bool IsHostPtr = false; in targetDataBegin() local 333 IsHostPtr, IsImplicit, UpdateRef, HasCloseModifier, in targetDataBegin() 351 HstPtrBegin, HstPtrBase, data_size, HstPtrName, IsNew, IsHostPtr, in targetDataBegin() 392 if (copy && !IsHostPtr) { in targetDataBegin() 404 if (arg_types[i] & OMP_TGT_MAPTYPE_PTR_AND_OBJ && !IsHostPtr) { in targetDataBegin() 498 bool IsLast, IsHostPtr; in targetDataEnd() local 508 HstPtrBegin, DataSize, IsLast, UpdateRef, IsHostPtr, !IsImplicit); in targetDataEnd() 645 bool IsLast, IsHostPtr; in targetDataContiguous() local 647 IsHostPtr, /*MustContain=*/true); in targetDataContiguous() 1090 bool IsLast, IsHostPtr; // unused. in processDataBefore() local [all …]
|
D | device.cpp | 198 bool &IsNew, bool &IsHostPtr, bool IsImplicit, in getOrAllocTgtPtr() argument 202 IsHostPtr = false; in getOrAllocTgtPtr() 252 IsHostPtr = true; in getOrAllocTgtPtr() 284 bool UpdateRefCount, bool &IsHostPtr, in getTgtPtrBegin() argument 287 IsHostPtr = false; in getTgtPtrBegin() 312 IsHostPtr = true; in getTgtPtrBegin()
|
D | api.cpp | 113 bool IsHostPtr; in omp_target_is_present() local 114 void *TgtPtr = Device.getTgtPtrBegin(ptr, 0, IsLast, false, IsHostPtr); in omp_target_is_present() 121 rc = !IsHostPtr; in omp_target_is_present()
|
D | device.h | 180 bool &IsHostPtr, bool IsImplicit, bool UpdateRefCount, 184 bool UpdateRefCount, bool &IsHostPtr,
|