/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-mem.c | 597 acc_create (void *h, size_t s) in acc_create() function 613 strong_alias (acc_create, acc_present_or_create) in strong_alias() argument 614 strong_alias (acc_create, acc_pcreate) in strong_alias() 619 return acc_create (h, s); in strong_alias() 625 return acc_create (h, s);
|
H A D | openacc.h | 112 void *acc_create (void *, size_t) __GOACC_NOTHROW;
|
H A D | libgomp.map | 385 acc_create;
|
H A D | openacc.f90 | 791 public :: acc_copyin, acc_present_or_copyin, acc_pcopyin, acc_create 902 interface acc_create interface
|
H A D | openacc_lib.h | 256 interface acc_create
|
H A D | libgomp.texi | 1873 * acc_create:: Allocate device memory and map it to host 2458 @node acc_create 2459 @section @code{acc_create} -- Allocate device memory and map it to host memory. 2472 @item @emph{Prototype}: @tab @code{void *acc_create(h_void *a, size_t len);} 2478 @item @emph{Interface}: @tab @code{subroutine acc_create(a)} 2480 @item @emph{Interface}: @tab @code{subroutine acc_create(a, len)} 2513 backward compatibility with OpenACC 2.0; use @ref{acc_create} instead. 3662 @item @code{acc_create}, @code{acc_present_or_create}, @code{acc_create_async}
|
H A D | libgomp.info | 1678 * acc_create:: Allocate device memory and map it to host 2165 File: libgomp.info, Node: acc_present_or_copyin, Next: acc_create, Prev: acc_copyin, Up: OpenAC… 2205 File: libgomp.info, Node: acc_create, Next: acc_present_or_create, Prev: acc_present_or_copyin, … 2207 5.20 'acc_create' - Allocate device memory and map it to host memory. 2221 _Prototype_: 'void *acc_create(h_void *a, size_t len);' 2226 _Interface_: 'subroutine acc_create(a)' 2228 _Interface_: 'subroutine acc_create(a, len)' 2244 File: libgomp.info, Node: acc_present_or_create, Next: acc_copyout, Prev: acc_create, Up: OpenA… 2260 backward compatibility with OpenACC 2.0; use *note acc_create:: 3296 * 'acc_create', 'acc_present_or_create', 'acc_create_async' [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-mem.c | 597 acc_create (void *h, size_t s) in acc_create() function 613 strong_alias (acc_create, acc_present_or_create) in strong_alias() argument 614 strong_alias (acc_create, acc_pcreate) in strong_alias() 619 return acc_create (h, s); in strong_alias() 625 return acc_create (h, s);
|
H A D | openacc.h | 112 void *acc_create (void *, size_t) __GOACC_NOTHROW;
|
H A D | libgomp.map | 445 acc_create;
|
H A D | openacc.f90 | 791 public :: acc_copyin, acc_present_or_copyin, acc_pcopyin, acc_create 902 interface acc_create interface
|
H A D | openacc_lib.h | 256 interface acc_create
|
H A D | libgomp.texi | 2407 * acc_create:: Allocate device memory and map it to host 2992 @node acc_create 2993 @section @code{acc_create} -- Allocate device memory and map it to host memory. 3006 @item @emph{Prototype}: @tab @code{void *acc_create(h_void *a, size_t len);} 3012 @item @emph{Interface}: @tab @code{subroutine acc_create(a)} 3014 @item @emph{Interface}: @tab @code{subroutine acc_create(a, len)} 3047 backward compatibility with OpenACC 2.0; use @ref{acc_create} instead. 4196 @item @code{acc_create}, @code{acc_present_or_create}, @code{acc_create_async}
|
H A D | libgomp.info | 2225 * acc_create:: Allocate device memory and map it to host 2712 File: libgomp.info, Node: acc_present_or_copyin, Next: acc_create, Prev: acc_copyin, Up: OpenAC… 2752 File: libgomp.info, Node: acc_create, Next: acc_present_or_create, Prev: acc_present_or_copyin, … 2754 6.20 'acc_create' - Allocate device memory and map it to host memory. 2768 _Prototype_: 'void *acc_create(h_void *a, size_t len);' 2773 _Interface_: 'subroutine acc_create(a)' 2775 _Interface_: 'subroutine acc_create(a, len)' 2791 File: libgomp.info, Node: acc_present_or_create, Next: acc_copyout, Prev: acc_create, Up: OpenA… 2807 backward compatibility with OpenACC 2.0; use *note acc_create:: 3843 * 'acc_create', 'acc_present_or_create', 'acc_create_async' [all …]
|
H A D | ChangeLog | 4750 (acc_create, acc_create_async, acc_copyin, acc_copyin_async): Call 6633 to alias of acc_create. 6636 * oacc-parallel.c (GOACC_enter_exit_data): Call acc_create instead 7174 (acc_create): Adjust present_create_copy call. 7685 (acc_create): Add FLAG_PRESENT when calling present_create_copy. 8737 (acc_create): Ditto. 12687 acc_present_or_copyin_array_h_, acc_create, acc_create_32_h_,
|