Searched refs:ST_OACC_PARALLEL (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 698 matcha ("parallel", gfc_match_oacc_parallel, ST_OACC_PARALLEL); in decode_oacc_directive() 1591 case ST_OACC_PARALLEL_LOOP: case ST_OACC_PARALLEL: case ST_OACC_KERNELS: \ 2150 case ST_OACC_PARALLEL: in gfc_ascii_statement() 5106 case ST_OACC_PARALLEL: in parse_oacc_structured_block() 5549 case ST_OACC_PARALLEL: in parse_executable()
|
H A D | parse.cc | 705 matcha ("parallel", gfc_match_oacc_parallel, ST_OACC_PARALLEL); in decode_oacc_directive() 1718 case ST_OACC_PARALLEL_LOOP: case ST_OACC_PARALLEL: case ST_OACC_KERNELS: \ 2279 case ST_OACC_PARALLEL: in gfc_ascii_statement() 5397 case ST_OACC_PARALLEL: in parse_oacc_structured_block() 5870 case ST_OACC_PARALLEL: in parse_executable()
|
H A D | ChangeLog-2015 | 2693 ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, ST_OACC_END_PARALLEL, 2796 (case_exec_markers): Add ST_OACC_PARALLEL_LOOP, ST_OACC_PARALLEL, 2803 ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, ST_OACC_END_PARALLEL, 2812 ST_OACC_KERNELS_LOOP, ST_OACC_LOOP, ST_OACC_PARALLEL,
|
H A D | gfortran.h | 255 ST_OACC_PARALLEL_LOOP, ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, enumerator
|
H A D | openmp.c | 6013 return ST_OACC_PARALLEL; in oacc_code_to_statement()
|
H A D | openmp.cc | 8812 return ST_OACC_PARALLEL; in oacc_code_to_statement()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 698 matcha ("parallel", gfc_match_oacc_parallel, ST_OACC_PARALLEL); in decode_oacc_directive() 1591 case ST_OACC_PARALLEL_LOOP: case ST_OACC_PARALLEL: case ST_OACC_KERNELS: \ 2150 case ST_OACC_PARALLEL: in gfc_ascii_statement() 5106 case ST_OACC_PARALLEL: in parse_oacc_structured_block() 5549 case ST_OACC_PARALLEL: in parse_executable()
|
H A D | gfortran.h | 221 ST_OACC_PARALLEL_LOOP, ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, enumerator
|
H A D | openmp.c | 6013 return ST_OACC_PARALLEL; in oacc_code_to_statement()
|