Home
last modified time | relevance | path

Searched refs:acc_create (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-mem.c597 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 Dopenacc.h112 void *acc_create (void *, size_t) __GOACC_NOTHROW;
H A Dlibgomp.map385 acc_create;
H A Dopenacc.f90791 public :: acc_copyin, acc_present_or_copyin, acc_pcopyin, acc_create
902 interface acc_create interface
H A Dopenacc_lib.h256 interface acc_create
H A Dlibgomp.texi1873 * 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 Dlibgomp.info1678 * 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 Doacc-mem.c597 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 Dopenacc.h112 void *acc_create (void *, size_t) __GOACC_NOTHROW;
H A Dlibgomp.map445 acc_create;
H A Dopenacc.f90791 public :: acc_copyin, acc_present_or_copyin, acc_pcopyin, acc_create
902 interface acc_create interface
H A Dopenacc_lib.h256 interface acc_create
H A Dlibgomp.texi2407 * 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 Dlibgomp.info2225 * 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 DChangeLog4750 (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_,