Searched refs:OMP_CLAUSE_SIZE (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-oacc-kernels-decompose.cc | 847 OMP_CLAUSE_SIZE (new_clause) = DECL_SIZE_UNIT (v); in maybe_build_inner_data_region() 1224 OMP_CLAUSE_SIZE (present_clause) = DECL_SIZE_UNIT (var); in decompose_kernels_region_body() 1451 && integer_zerop (OMP_CLAUSE_SIZE (c))) in omp_oacc_kernels_decompose_1() 1470 OMP_CLAUSE_SIZE (new_clause) = OMP_CLAUSE_SIZE (c); in omp_oacc_kernels_decompose_1()
|
| D | gimplify.cc | 8751 OMP_CLAUSE_SIZE (c2) = OMP_CLAUSE_SIZE (OMP_CLAUSE_CHAIN (prev_node)); in insert_struct_comp_map() 8753 OMP_CLAUSE_SIZE (c2) = TYPE_SIZE_UNIT (ptr_type_node); in insert_struct_comp_map() 8771 OMP_CLAUSE_SIZE (c3) = TYPE_SIZE_UNIT (ptr_type_node); in insert_struct_comp_map() 9576 if (OMP_CLAUSE_SIZE (c) == NULL_TREE) in gimplify_scan_omp_clauses() 9577 OMP_CLAUSE_SIZE (c) = DECL_P (decl) ? DECL_SIZE_UNIT (decl) in gimplify_scan_omp_clauses() 9579 if (gimplify_expr (&OMP_CLAUSE_SIZE (c), pre_p, in gimplify_scan_omp_clauses() 9589 && TREE_CODE (OMP_CLAUSE_SIZE (c)) != INTEGER_CST) in gimplify_scan_omp_clauses() 9591 OMP_CLAUSE_SIZE (c) in gimplify_scan_omp_clauses() 9592 = get_initialized_tmp_var (OMP_CLAUSE_SIZE (c), pre_p, NULL, in gimplify_scan_omp_clauses() 9595 omp_add_variable (ctx, OMP_CLAUSE_SIZE (c), in gimplify_scan_omp_clauses() [all …]
|
| D | tree-nested.cc | 1441 if (OMP_CLAUSE_SIZE (clause)) in convert_nonlocal_omp_clauses() 1445 convert_nonlocal_reference_op (&OMP_CLAUSE_SIZE (clause), in convert_nonlocal_omp_clauses() 1795 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (decl); in convert_nonlocal_reference_stmt() 2217 if (OMP_CLAUSE_SIZE (clause)) in convert_local_omp_clauses() 2221 convert_local_reference_op (&OMP_CLAUSE_SIZE (clause), in convert_local_omp_clauses() 2510 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (info->frame_decl); in convert_local_reference_stmt() 2531 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (info->frame_decl); in convert_local_reference_stmt() 2908 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (decl); in convert_tramp_reference_stmt() 3041 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (decl); in convert_gimple_call()
|
| D | tree-pretty-print.cc | 953 if (OMP_CLAUSE_SIZE (clause)) in dump_omp_clause() 981 dump_generic_node (pp, OMP_CLAUSE_SIZE (clause), in dump_omp_clause()
|
| D | omp-low.cc | 1496 scan_omp_op (&OMP_CLAUSE_SIZE (c), ctx->outer); in scan_sharing_clauses() 1666 && integer_zerop (OMP_CLAUSE_SIZE (nc))) in scan_sharing_clauses() 13222 s = OMP_CLAUSE_SIZE (c); in lower_omp_target() 13891 if (!integer_zerop (OMP_CLAUSE_SIZE (c))) in lower_omp_target() 13893 tree bias = OMP_CLAUSE_SIZE (c); in lower_omp_target()
|
| D | tree.h | 1488 #define OMP_CLAUSE_SIZE(NODE) \ macro
|
| D | ChangeLog-2016 | 8260 clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable 26231 (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
|
| D | ChangeLog-2015 | 12359 map kind with non-INTEGER_CST OMP_CLAUSE_SIZE firstprivatize the bias. 42996 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
|
| D | ChangeLog-2014 | 33495 OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is 33498 (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
|
| D | ChangeLog-2013 | 15417 OMP_TARGET_CLAUSES, OMP_TARGET_UPDATE_CLAUSES, OMP_CLAUSE_SIZE,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 5722 OMP_CLAUSE_SIZE (c) = size; in handle_omp_array_sections() 5801 OMP_CLAUSE_SIZE (c2) = t; in handle_omp_array_sections() 5824 OMP_CLAUSE_SIZE (c3) = size_zero_node; in handle_omp_array_sections() 8073 OMP_CLAUSE_SIZE (c) = size_zero_node; in finish_omp_clauses() 8093 OMP_CLAUSE_SIZE (c) = size_zero_node; in finish_omp_clauses() 8342 if (OMP_CLAUSE_SIZE (c) == NULL_TREE) in finish_omp_clauses() 8343 OMP_CLAUSE_SIZE (c) in finish_omp_clauses() 8363 OMP_CLAUSE_SIZE (c2) = size_zero_node; in finish_omp_clauses() 8367 if (OMP_CLAUSE_SIZE (c) == NULL_TREE) in finish_omp_clauses() 8368 OMP_CLAUSE_SIZE (c) in finish_omp_clauses() [all …]
|