Searched refs:oacc_loop (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-offload.c | 59 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 748 static oacc_loop * 749 new_oacc_loop_raw (oacc_loop *parent, location_t loc) in new_oacc_loop_raw() 751 oacc_loop *loop = XCNEW (oacc_loop); in new_oacc_loop_raw() 768 static oacc_loop * 777 static oacc_loop * 778 new_oacc_loop (oacc_loop *parent, gcall *marker) in new_oacc_loop() [all …]
|
H A D | tree.def | 1172 DEFTREECODE (OACC_LOOP, "oacc_loop", tcc_statement, 7)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-offload.cc | 62 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 1003 static oacc_loop * 1004 new_oacc_loop_raw (oacc_loop *parent, location_t loc) in new_oacc_loop_raw() 1006 oacc_loop *loop = XCNEW (oacc_loop); in new_oacc_loop_raw() 1023 static oacc_loop * 1032 static oacc_loop * 1033 new_oacc_loop (oacc_loop *parent, gcall *marker) in new_oacc_loop() [all …]
|
H A D | tree.def | 1184 DEFTREECODE (OACC_LOOP, "oacc_loop", tcc_statement, 7)
|
H A D | ChangeLog-2016 | 1063 (oacc_loop): Moved to omp-offload.c. 26480 * omp-low.c (struct oacc_loop): Add 'inner' field. 30607 * omp-low.c (struct oacc_loop): Add ifns.
|
H A D | ChangeLog-2017 | 38016 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
|
H A D | ChangeLog-2015 | 10418 (struct oacc_loop): New.
|