Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dopenacc.h113 void *acc_present_or_create (void *, size_t) __GOACC_NOTHROW;
H A Dlibgomp.map389 acc_present_or_create;
H A Doacc-mem.c613 strong_alias (acc_create, acc_present_or_create) in strong_alias() argument
617 acc_present_or_create (void *h, size_t s) in strong_alias()
H A Dopenacc.f90792 public :: acc_present_or_create, acc_pcreate, acc_copyout, acc_delete
908 interface acc_present_or_create interface
H A Dopenacc_lib.h276 interface acc_present_or_create
H A Dlibgomp.texi1875 * acc_present_or_create:: If the data is not present on the device,
2499 @node acc_present_or_create
2500 @section @code{acc_present_or_create} -- If the data is not present on the device, allocate device …
2512 Note that @code{acc_present_or_create} and @code{acc_pcreate} exist for
2517 @item @emph{Prototype}: @tab @code{void *acc_present_or_create(h_void *a, size_t len)}
2523 @item @emph{Interface}: @tab @code{subroutine acc_present_or_create(a)}
2525 @item @emph{Interface}: @tab @code{subroutine acc_present_or_create(a, len)}
3662 @item @code{acc_create}, @code{acc_present_or_create}, @code{acc_create_async}
H A Dlibgomp.info1680 * acc_present_or_create:: If the data is not present on the device,
2205 File: libgomp.info, Node: acc_create, Next: acc_present_or_create, Prev: acc_present_or_copyin, …
2244 File: libgomp.info, Node: acc_present_or_create, Next: acc_copyout, Prev: acc_create, Up: OpenA…
2246 5.21 'acc_present_or_create' - If the data is not present on the device, allocate device memory and…
2259 Note that 'acc_present_or_create' and 'acc_pcreate' exist for
2264 _Prototype_: 'void *acc_present_or_create(h_void *a, size_t len)'
2268 _Interface_: 'subroutine acc_present_or_create(a)'
2270 _Interface_: 'subroutine acc_present_or_create(a, len)'
2284 File: libgomp.info, Node: acc_copyout, Next: acc_delete, Prev: acc_present_or_create, Up: OpenA…
3296 * 'acc_create', 'acc_present_or_create', 'acc_create_async'
[all …]
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dopenacc.h113 void *acc_present_or_create (void *, size_t) __GOACC_NOTHROW;
H A Dlibgomp.map449 acc_present_or_create;
H A Doacc-mem.c613 strong_alias (acc_create, acc_present_or_create) in strong_alias() argument
617 acc_present_or_create (void *h, size_t s) in strong_alias()
H A Dopenacc.f90792 public :: acc_present_or_create, acc_pcreate, acc_copyout, acc_delete
908 interface acc_present_or_create interface
H A Dopenacc_lib.h276 interface acc_present_or_create
H A Dlibgomp.info1680 * acc_present_or_create:: If the data is not present on the device,
2205 File: libgomp.info, Node: acc_create, Next: acc_present_or_create, Prev: acc_present_or_copyin, …
2244 File: libgomp.info, Node: acc_present_or_create, Next: acc_copyout, Prev: acc_create, Up: OpenA…
2246 5.21 'acc_present_or_create' - If the data is not present on the device, allocate device memory and…
2259 Note that 'acc_present_or_create' and 'acc_pcreate' exist for
2264 _Prototype_: 'void *acc_present_or_create(h_void *a, size_t len)'
2268 _Interface_: 'subroutine acc_present_or_create(a)'
2270 _Interface_: 'subroutine acc_present_or_create(a, len)'
2284 File: libgomp.info, Node: acc_copyout, Next: acc_delete, Prev: acc_present_or_create, Up: OpenA…
3296 * 'acc_create', 'acc_present_or_create', 'acc_create_async'
[all …]
H A Dlibgomp.texi2409 * acc_present_or_create:: If the data is not present on the device,
3033 @node acc_present_or_create
3034 @section @code{acc_present_or_create} -- If the data is not present on the device, allocate device …
3046 Note that @code{acc_present_or_create} and @code{acc_pcreate} exist for
3051 @item @emph{Prototype}: @tab @code{void *acc_present_or_create(h_void *a, size_t len)}
3057 @item @emph{Interface}: @tab @code{subroutine acc_present_or_create(a)}
3059 @item @emph{Interface}: @tab @code{subroutine acc_present_or_create(a, len)}
4196 @item @code{acc_create}, @code{acc_present_or_create}, @code{acc_create_async}
H A DChangeLog6544 * oacc-mem.c (acc_present_or_create): Remove definition and change
6549 of acc_present_or_create.
7088 (acc_present_or_create): Likewise.
8650 (acc_present_or_create): Ditto.
8759 acc_present_or_copyin and acc_present_or_create procedures,
8773 "acc_present_or_create", and "acc_pcopyin" as alias for
12600 acc_create_64_h_, acc_create_array_h_, acc_present_or_create,