Lines Matching refs:DPxMOD
131 DP("Add mapping from host " DPxMOD " to device " DPxMOD " with size %zu" in InitLibrary()
164 REPORT("Running ctor " DPxMOD " failed.\n", DPxPTR(ctor)); in InitLibrary()
171 DP("Done with pending ctors for lib " DPxMOD "\n", DPxPTR(lib.first)); in InitLibrary()
214 DP("Calling the mapper function " DPxMOD "\n", DPxPTR(arg_mapper)); in targetDataMapper()
294 DP("Using a padding of %" PRId64 " bytes for begin address " DPxMOD in targetDataBegin()
341 DP("There are %zu bytes allocated at target address " DPxMOD " - is%s new" in targetDataBegin()
361 DP("There are %" PRId64 " bytes allocated at target address " DPxMOD in targetDataBegin()
368 DP("Returning device pointer " DPxMOD "\n", DPxPTR(TgtPtrBase)); in targetDataBegin()
393 DP("Moving %" PRId64 " bytes (hst:" DPxMOD ") -> (tgt:" DPxMOD ")\n", in targetDataBegin()
405 DP("Update pointer (" DPxMOD ") -> [" DPxMOD "]\n", in targetDataBegin()
490 DP("Using a Padding of %" PRId64 " bytes for begin address " DPxMOD in targetDataEnd()
522 "not exist for host address " DPxMOD " (%" PRId64 " bytes)", in targetDataEnd()
527 DP("There are %" PRId64 " bytes allocated at target address " DPxMOD in targetDataEnd()
560 DP("Moving %" PRId64 " bytes (tgt:" DPxMOD ") -> (hst:" DPxMOD ")\n", in targetDataEnd()
593 DP("Restoring original host pointer value " DPxMOD " for host " in targetDataEnd()
594 "pointer " DPxMOD "\n", in targetDataEnd()
600 DP("Removing shadow pointer " DPxMOD "\n", DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()
649 DP("hst data:" DPxMOD " not found, becomes a noop\n", DPxPTR(HstPtrBegin)); in targetDataContiguous()
652 "exist for host address " DPxMOD " (%" PRId64 " bytes)", in targetDataContiguous()
661 DP("hst data:" DPxMOD " unified and shared, becomes a noop\n", in targetDataContiguous()
667 DP("Moving %" PRId64 " bytes (tgt:" DPxMOD ") -> (hst:" DPxMOD ")\n", in targetDataContiguous()
685 DP("Restoring original host pointer value " DPxMOD in targetDataContiguous()
686 " for host pointer " DPxMOD "\n", in targetDataContiguous()
694 DP("Moving %" PRId64 " bytes (hst:" DPxMOD ") -> (tgt:" DPxMOD ")\n", in targetDataContiguous()
712 DP("Restoring original target pointer value " DPxMOD " for target " in targetDataContiguous()
713 "pointer " DPxMOD "\n", in targetDataContiguous()
946 DP("Data allocation for %sprivate array " DPxMOD " failed.\n", in addArg()
952 DP("Allocated %" PRId64 " bytes of target memory at " DPxMOD in addArg()
953 " for %sprivate array " DPxMOD " - pushing target argument " DPxMOD in addArg()
968 DP("Firstprivate array " DPxMOD " of size %" PRId64 " will be packed\n", in addArg()
1012 DP("Allocated %" PRId64 " bytes of target memory at " DPxMOD "\n", in packAndTransfer()
1028 DP("Firstprivate array " DPxMOD " of size %" PRId64 " mapped to " DPxMOD in packAndTransfer()
1093 DP("Parent lambda base " DPxMOD "\n", DPxPTR(TgtPtrBase)); in processDataBefore()
1099 DP("No lambda captured variable mapped (" DPxMOD ") - ignored\n", in processDataBefore()
1106 "variable (" DPxMOD ")\n", in processDataBefore()
1110 DP("Update lambda reference (" DPxMOD ") -> [" DPxMOD "]\n", in processDataBefore()
1128 DP("Forwarding first-private value " DPxMOD " to the target construct\n", in processDataBefore()
1142 REPORT("Failed to process %sprivate argument " DPxMOD "\n", in processDataBefore()
1154 DP("Obtained target argument " DPxMOD " from host pointer " DPxMOD "\n", in processDataBefore()
1220 REPORT("Host ptr " DPxMOD " does not have a matching target pointer.\n", in target()
1256 DP("Launching target execution %s with pointer " DPxMOD " (index=%d).\n", in target()