Searched refs:OMP_CLAUSE_CODE (Results 1 – 17 of 17) sorted by relevance
124 if (OMP_CLAUSE_CODE (clauses) == kind) in find_omp_clause()212 switch (OMP_CLAUSE_CODE (t)) in extract_omp_for_data()937 switch (OMP_CLAUSE_CODE (c)) in scan_sharing_clauses()1023 switch (OMP_CLAUSE_CODE (c)) in scan_sharing_clauses()1039 OMP_CLAUSE_CODE (c) == OMP_CLAUSE_PRIVATE in scan_sharing_clauses()1041 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION in scan_sharing_clauses()1069 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION in scan_sharing_clauses()1627 enum omp_clause_code c_kind = OMP_CLAUSE_CODE (c); in lower_rec_input_clauses()1736 switch (OMP_CLAUSE_CODE (c)) in lower_rec_input_clauses()1875 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_LASTPRIVATE) in lower_lastprivate_clauses()[all …]
1147 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()1433 switch (OMP_CLAUSE_CODE (clause)) in convert_local_omp_clauses()1718 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_FIRSTPRIVATE in convert_call_expr()1719 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED) in convert_call_expr()
403 switch (OMP_CLAUSE_CODE (clauses)) in c_split_parallel_clauses()
851 omp_clause_code_name[OMP_CLAUSE_CODE (node)]); in print_node()852 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (node)]; i++) in print_node()
677 fprintf (di->stream, "%s\n", omp_clause_code_name[OMP_CLAUSE_CODE (t)]); in dequeue_and_dump()678 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in dequeue_and_dump()
4684 switch (OMP_CLAUSE_CODE (c)) in gimplify_scan_omp_clauses()4714 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION in gimplify_scan_omp_clauses()4862 switch (OMP_CLAUSE_CODE (c)) in gimplify_adjust_omp_clauses()4872 bool shared = OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED; in gimplify_adjust_omp_clauses()
429 + (omp_clause_num_ops[OMP_CLAUSE_CODE (node)] - 1) in tree_size()6415 "in %s, at %s:%d", idx + 1, omp_clause_code_name[OMP_CLAUSE_CODE (t)], in omp_clause_operand_check_failed()6416 omp_clause_num_ops [OMP_CLAUSE_CODE (t)], function, in omp_clause_operand_check_failed()7635 switch (OMP_CLAUSE_CODE (*tp)) in walk_tree()
1821 #define OMP_CLAUSE_CODE(NODE) \ macro1827 #define OMP_CLAUSE_CODE(NODE) \ macro
268 switch (OMP_CLAUSE_CODE (clause)) in dump_omp_clause()
7327 if (OMP_CLAUSE_CODE (c) == code) in check_no_duplicate_clause()
9074 switch (OMP_CLAUSE_CODE (c)) in c_finish_omp_clauses()
6285 * gimplify.c (gimplify_scan_omp_clauses): Compare OMP_CLAUSE_CODE11884 * tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather13818 (OMP_CLAUSE_CODE): Define.13820 (OMP_CLAUSE_CODE): Define.
715 switch (OMP_CLAUSE_CODE (stmt)) in cp_genericize_r()
3490 switch (OMP_CLAUSE_CODE (c)) in finish_omp_clauses()3619 enum tree_code c_kind = OMP_CLAUSE_CODE (c); in finish_omp_clauses()
8422 switch (OMP_CLAUSE_CODE (nc)) in tsubst_omp_clauses()
20533 if (OMP_CLAUSE_CODE (c) == code) in check_no_duplicate_clause()
2473 * pt.c: Use OMP_CLAUSE_CODE and OMP_CLAUSE_OPERAND