Home
last modified time | relevance | path

Searched defs:oacc_loop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c59 struct oacc_loop struct
61 oacc_loop *parent; /* Containing loop. */ argument
63 oacc_loop *child; /* First inner loop. */ argument
65 oacc_loop *sibling; /* Next loop within same parent. */ argument
67 location_t loc; /* Location of the loop start. */
69 gcall *marker; /* Initial head marker. */
71 gcall *heads[GOMP_DIM_MAX]; /* Head marker functions. */
72 gcall *tails[GOMP_DIM_MAX]; /* Tail marker functions. */
74 tree routine; /* Pseudo-loop enclosing a routine. */
76 unsigned mask; /* Partitioning mask. */
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc62 struct oacc_loop struct
64 oacc_loop *parent; /* Containing loop. */ argument
66 oacc_loop *child; /* First inner loop. */ argument
68 oacc_loop *sibling; /* Next loop within same parent. */ argument
70 location_t loc; /* Location of the loop start. */
72 gcall *marker; /* Initial head marker. */
74 gcall *heads[GOMP_DIM_MAX]; /* Head marker functions. */
75 gcall *tails[GOMP_DIM_MAX]; /* Tail marker functions. */
77 tree routine; /* Pseudo-loop enclosing a routine. */
79 unsigned mask; /* Partitioning mask. */
[all …]