Searched refs:OMP_TARGET_CLAUSES (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c2576 #define OMP_TARGET_CLAUSES \ macro
3435 return match_omp (EXEC_OMP_TARGET, OMP_TARGET_CLAUSES);
3464 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES)
3473 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES
3482 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES
3491 OMP_TARGET_CLAUSES | OMP_SIMD_CLAUSES);
3499 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES);
3507 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES
3516 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES
3528 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSE
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc3646 #define OMP_TARGET_CLAUSES \ macro
3892 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES | OMP_LOOP_CLAUSES);
3908 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES
5512 return match_omp (EXEC_OMP_TARGET, OMP_TARGET_CLAUSES);
5541 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES)
5550 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES
5559 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES
5568 OMP_TARGET_CLAUSES | OMP_SIMD_CLAUSES);
5576 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES);
5584 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSE
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc21201 OMP_TARGET_CLAUSES (stmt) = cclauses[C_OMP_CLAUSE_SPLIT_TARGET];
21202 c_omp_adjust_map_clauses (OMP_TARGET_CLAUSES (stmt), true);
21207 pc = &OMP_TARGET_CLAUSES (stmt);
21246 OMP_TARGET_CLAUSES (stmt)
21249 for (tree c = OMP_TARGET_CLAUSES (stmt); c; c = OMP_CLAUSE_CHAIN (c))
21258 OMP_TARGET_CLAUSES (stmt)
21259 = c_finish_omp_clauses (OMP_TARGET_CLAUSES (stmt), C_ORT_OMP_TARGET);
21260 c_omp_adjust_map_clauses (OMP_TARGET_CLAUSES (stmt), true);
21262 pc = &OMP_TARGET_CLAUSES (stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc14068 if (!omp_find_clause (OMP_TARGET_CLAUSES (target), OMP_CLAUSE_THREAD_LIMIT))
14072 OMP_CLAUSE_CHAIN (c) = OMP_TARGET_CLAUSES (target);
14073 OMP_TARGET_CLAUSES (target) = c;
14078 OMP_CLAUSE_CHAIN (c) = OMP_TARGET_CLAUSES (target);
14079 OMP_TARGET_CLAUSES (target) = c;
H A Dtree-pretty-print.cc3570 dump_omp_clauses (pp, OMP_TARGET_CLAUSES (node), spc, flags);
H A Dtree.h1474 #define OMP_TARGET_CLAUSES(NODE) TREE_OPERAND (OMP_TARGET_CHECK (NODE), 1) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c12771 OMP_CLAUSE_CHAIN (c) = OMP_TARGET_CLAUSES (target);
12772 OMP_TARGET_CLAUSES (target) = c;
12775 OMP_CLAUSE_CHAIN (c) = OMP_TARGET_CLAUSES (target);
12776 OMP_TARGET_CLAUSES (target) = c;
H A Dtree-pretty-print.c3374 dump_omp_clauses (pp, OMP_TARGET_CLAUSES (node), spc, flags);
H A Dtree.h1439 #define OMP_TARGET_CLAUSES(NODE) TREE_OPERAND (OMP_TARGET_CHECK (NODE), 1) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c19848 OMP_TARGET_CLAUSES (stmt) = cclauses[C_OMP_CLAUSE_SPLIT_TARGET];
19853 pc = &OMP_TARGET_CLAUSES (stmt);
19894 OMP_TARGET_CLAUSES (stmt)
19897 pc = &OMP_TARGET_CLAUSES (stmt);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c[all...]
H A Dpt.c18761 OMP_CLAUSE_CHAIN (tc) = OMP_TARGET_CLAUSES (t);
18762 OMP_TARGET_CLAUSES (t) = tc;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc9851 OMP_TARGET_CLAUSES (stmt) = clauses;
H A Dpt.cc19391 OMP_CLAUSE_CHAIN (tc) = OMP_TARGET_CLAUSES (t);
19392 OMP_TARGET_CLAUSES (t) = tc;

Completed in 869 milliseconds