Searched refs:IsHostPtr (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | device.cpp | 218 bool IsHostPtr = false; in getTargetPointer() local 278 IsHostPtr = true; in getTargetPointer() 310 if (TargetPointer && !IsHostPtr && HasFlagTo && (IsNew || HasFlagAlways)) { in getTargetPointer() 337 if (Entry && !IsHostPtr && !HasPresentModifier) { in getTargetPointer() 354 return {{IsNew, IsHostPtr}, Entry, TargetPointer}; in getTargetPointer() 363 bool &IsHostPtr, bool MustContain, bool ForceDelete) { in getTgtPtrBegin() argument 368 IsHostPtr = false; in getTgtPtrBegin() 419 IsHostPtr = true; in getTgtPtrBegin() 423 return {{IsNew, IsHostPtr}, LR.Entry, TargetPointer}; in getTgtPtrBegin()
|
| H A D | omptarget.cpp | 470 bool IsHostPtr = false; in targetDataBegin() local 504 IsHostPtr = PointerTpr.Flags.IsHostPointer; in targetDataBegin() 531 IsHostPtr = TPR.Flags.IsHostPointer; in targetDataBegin() 731 bool IsLast, IsHostPtr; in targetDataEnd() local 797 if ((Always || IsLast) && !IsHostPtr) { in targetDataEnd() 915 bool IsLast, IsHostPtr; in targetDataContiguous() local 931 if (IsHostPtr) { in targetDataContiguous() 1357 bool IsLast, IsHostPtr; // IsLast is unused. in processDataBefore() local 1366 /*UseHoldRefCount=*/false, IsHostPtr); in processDataBefore() 1373 if (IsHostPtr) { in processDataBefore() [all …]
|
| H A D | api.cpp | 119 bool IsHostPtr; in omp_target_is_present() local 127 /*UseHoldRefCount=*/false, IsHostPtr); in omp_target_is_present() 134 Rc = !IsHostPtr; in omp_target_is_present()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | device.h | 380 bool UseHoldRefCount, bool &IsHostPtr,
|