HomeSort by: relevance | last modified time | path
    Searched defs:GOMP_REV_OFFLOAD_VAR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
libgomp-nvptx.h 33 #define GOMP_REV_OFFLOAD_VAR __gomp_rev_offload_var
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...]

Completed in 24 milliseconds