OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOMP_REV_OFFLOAD_VAR
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/config/nvptx/
target.c
27
#include "libgomp-nvptx.h" /* For struct rev_offload +
GOMP_REV_OFFLOAD_VAR
. */
32
volatile struct rev_offload *
GOMP_REV_OFFLOAD_VAR
;
103
||
GOMP_REV_OFFLOAD_VAR
== NULL)
108
GOMP_REV_OFFLOAD_VAR
->mapnum = mapnum;
109
GOMP_REV_OFFLOAD_VAR
->addrs = (uint64_t) hostaddrs;
110
GOMP_REV_OFFLOAD_VAR
->sizes = (uint64_t) sizes;
111
GOMP_REV_OFFLOAD_VAR
->kinds = (uint64_t) kinds;
112
GOMP_REV_OFFLOAD_VAR
->dev_num = GOMP_ADDITIONAL_ICVS.device_num;
116
uint64_t addr_struct_fn = (uint64_t) &
GOMP_REV_OFFLOAD_VAR
->fn;
138
while (__atomic_load_n (&
GOMP_REV_OFFLOAD_VAR
->fn, __ATOMIC_ACQUIRE) != 0
[
all
...]
libgomp-nvptx.h
33
#define
GOMP_REV_OFFLOAD_VAR
__gomp_rev_offload_var
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c
43
/* For struct rev_offload +
GOMP_REV_OFFLOAD_VAR
. */
1501
/* Get the on-device
GOMP_REV_OFFLOAD_VAR
variable. It should be
1504
is not called on the device and, hence, it and
GOMP_REV_OFFLOAD_VAR
1511
XSTRING (
GOMP_REV_OFFLOAD_VAR
));
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026