Searched refs:IsFirstPrivate (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | omptarget.cpp | 1200 bool IsFirstPrivate, void *&TgtPtr, int TgtArgsIndex, in addArg() argument 1206 if (ArgSize > FirstPrivateArgSizeThreshold || !IsFirstPrivate || in addArg() 1211 (IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtr)); in addArg() 1219 ArgSize, DPxPTR(TgtPtr), (IsFirstPrivate ? "first-" : ""), in addArg() 1223 if (IsFirstPrivate) { in addArg() 1404 const bool IsFirstPrivate = (ArgTypes[I] & OMP_TGT_MAPTYPE_TO); in processDataBefore() local 1412 HstPtrBegin, ArgSizes[I], TgtBaseOffset, IsFirstPrivate, TgtPtrBegin, in processDataBefore() 1416 (IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtrBegin)); in processDataBefore()
|