Home
last modified time | relevance | path

Searched refs:build_constructor (Results 1 – 25 of 139) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc134 tree mask_vec = build_constructor (mask_vec_type, input_mask_vals); in build_shuffle()
135 tree offset_vec = build_constructor (mask_vec_type, mask_offset_vals); in build_shuffle()
183 tree mask_vec = build_constructor (vec_type, input_mask_vals); in build_unpack()
185 tree and_mask_vec = build_constructor (vec_type, and_mask_vals); in build_unpack()
299 tree mask_vec = build_constructor (mask_vec_type, input_mask_vals); in build_unpack_lo_or_hi()
H A Dbrig-code-entry-handler.cc134 return build_constructor (vec_type, constructor_vals); in build_tree_operand()
662 return build_constructor (type, constructor_vals); in get_tree_cst_for_hsa_operand()
1124 tree vec = build_constructor (vec_type, constructor_vals); in operator ()()
1179 tree vec = build_constructor (vec_type, constructor_vals); in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c891 CONSTRUCTOR_APPEND_ELT (v2, NULL, build_constructor (ctr_type, ctr)); in build_fn_info()
895 build_constructor (TREE_TYPE (fields), v2)); in build_fn_info()
897 return build_constructor (type, v1); in build_fn_info()
1029 build_constructor (TREE_TYPE (info_fields), v2)); in build_info()
1045 return build_constructor (info_type, v1); in build_info()
1195 DECL_INITIAL (fn_info_ary) = build_constructor (fn_info_ary_type, ctor); in coverage_obj_finish()
H A Dhsa-brig.c2121 tree variable_info_ctor = build_constructor (variable_info_type, in hsa_output_global_variables()
2128 tree global_vars_ctor = build_constructor (global_vars_array_type, in hsa_output_global_variables()
2172 tree host_functions_ctor = build_constructor (host_functions_array_type, in hsa_output_kernels()
2309 = build_constructor (kernel_dependencies_vector_type, in hsa_output_kernels()
2322 tree kernel_info_ctor = build_constructor (kernel_info_type, in hsa_output_kernels()
2341 DECL_INITIAL (hsa_kernels) = build_constructor (kernel_info_vector_type, in hsa_output_kernels()
2404 tree img_desc_ctor = build_constructor (hsa_image_desc_type, img_desc_vec); in hsa_output_libgomp_mapping()
2440 tree libgomp_host_table_ctor = build_constructor (libgomp_host_table_type, in hsa_output_libgomp_mapping()
H A Dsancov.c205 tree ctor = build_constructor (case_array_type, v); in instrument_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc899 CONSTRUCTOR_APPEND_ELT (v2, NULL, build_constructor (ctr_type, ctr)); in build_fn_info()
903 build_constructor (TREE_TYPE (fields), v2)); in build_fn_info()
905 return build_constructor (type, v1); in build_fn_info()
1049 build_constructor (TREE_TYPE (info_fields), v2)); in build_info()
1065 return build_constructor (info_type, v1); in build_info()
1241 DECL_INITIAL (fn_info_ary) = build_constructor (fn_info_ary_type, ctor); in coverage_obj_finish()
H A Dsancov.cc205 tree ctor = build_constructor (case_array_type, v); in instrument_switch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c983 init = build_constructor (init_list_type_node, v); in tinfo_base_init()
1038 init = build_constructor (init_list_type_node, v); in ptr_initializer()
1070 init = build_constructor (init_list_type_node, v); in ptm_initializer()
1095 init = build_constructor (init_list_type_node, v); in class_initializer()
1213 tree base_init = build_constructor (init_list_type_node, v); in get_pseudo_ti_init()
1218 tree base_inits = build_constructor (init_list_type_node, init_vec); in get_pseudo_ti_init()
H A Dconstexpr.c308 ctor = build_constructor (TREE_TYPE (field), NULL); in build_anon_member_initialization()
655 return build_constructor (type, vec); in build_constexpr_constructor_member_initializers()
2356 tree ctor = new_ctx.ctor = build_constructor (DECL_CONTEXT (fun), NULL); in cxx_eval_call_expression()
3641 return build_constructor (elem_type, NULL); in cxx_eval_array_reference()
3644 tree empty_ctor = build_constructor (init_list_type_node, NULL); in cxx_eval_array_reference()
3648 new_ctx.ctor = build_constructor (elem_type, NULL); in cxx_eval_array_reference()
3746 return build_constructor (TREE_TYPE (t), NULL); in cxx_eval_component_reference()
3967 tree elt = build_constructor (type, NULL); in init_subob_ctx()
4029 new_ctx.ctor = build_constructor (type, NULL); in cxx_eval_bare_aggregate()
4611 r = build_constructor (TREE_TYPE (t), NULL); in cxx_eval_indirect_ref()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc997 init = build_constructor (init_list_type_node, v); in tinfo_base_init()
1052 init = build_constructor (init_list_type_node, v); in ptr_initializer()
1084 init = build_constructor (init_list_type_node, v); in ptm_initializer()
1109 init = build_constructor (init_list_type_node, v); in class_initializer()
1227 tree base_init = build_constructor (init_list_type_node, v); in get_pseudo_ti_init()
1232 tree base_inits = build_constructor (init_list_type_node, init_vec); in get_pseudo_ti_init()
H A Dconstexpr.cc314 ctor = build_constructor (TREE_TYPE (field), NULL); in build_anon_member_initialization()
656 return build_constructor (type, vec); in build_constexpr_constructor_member_initializers()
2605 tree ctor = new_ctx.ctor = build_constructor (DECL_CONTEXT (fun), NULL); in cxx_eval_call_expression()
2881 build_constructor (TREE_TYPE (new_obj), in cxx_eval_call_expression()
4023 return build_constructor (elem_type, NULL); in cxx_eval_array_reference()
4026 tree empty_ctor = build_constructor (init_list_type_node, NULL); in cxx_eval_array_reference()
4039 new_ctx.ctor = build_constructor (elem_type, NULL); in cxx_eval_array_reference()
4135 return build_constructor (TREE_TYPE (t), NULL); in cxx_eval_component_reference()
4533 r = build_constructor (TREE_TYPE (r), NULL); in cxx_eval_bit_cast()
4695 tree elt = build_constructor (type, NULL); in init_subob_ctx()
[all …]
H A Dinit.cc247 init = build_constructor (type, v); in build_zero_init_1()
294 init = build_constructor (type, v); in build_zero_init_1()
466 return build_constructor (type, v); in build_value_init_noctor()
515 return build_constructor (type, v); in build_value_init_noctor()
3991 tree ctor = build_constructor (init_list_type_node, NULL); in build_new()
4767 init = build_constructor (init_list_type_node, NULL); in build_vec_init()
4923 tree const_init = build_constructor (atype, const_vec); in build_vec_init()
4927 DECL_INITIAL (obase) = build_constructor (atype, const_vec); in build_vec_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc738 tree init = build_constructor (TREE_TYPE (var), elms); in visit()
2523 tree init = modify_expr (var, build_constructor (tarray, elms)); in visit()
2643 tree ctor = build_constructor (type, elms); in visit()
2711 this->result_ = build_constructor (make_array_type (tb->nextOf (), 0), in visit()
2753 tree ctor = build_constructor (satype, elms); in visit()
2821 this->result_ = build_constructor (build_ctype (ta), NULL); in visit()
2837 tree akeys = build_constructor (tkeys, kelts); in visit()
2850 tree avals = build_constructor (tvals, velts); in visit()
2868 build_constructor (aatype, ce)); in visit()
2878 this->result_ = build_constructor (build_ctype (e->type), NULL); in visit()
[all …]
H A Dtypeinfo.cc464 value = build_constructor (vtbl_interface_type_node, v); in layout_interfaces()
471 return build_constructor (arrtype, elms); in layout_interfaces()
517 tree value = build_constructor (vtbltype, elms); in layout_base_vtable()
1147 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
H A Dd-codegen.cc306 return build_constructor (type, ce); in d_array_value()
1101 return build_constructor (type, NULL); in build_struct_literal()
1197 tree ctor = build_constructor (type, ve); in build_struct_literal()
1713 return build_constructor (build_ctype (type), elms); in build_array_from_val()
1924 tree t = build_constructor (TREE_TYPE (targ), NULL); in d_build_call()
2228 frame_ref = build_address (build_constructor (type, ve)); in get_frame_for_symbol()
H A Dmodules.cc668 build_constructor (satype, elms)); in layout_moduleinfo()
685 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dd-convert.cc682 return build_constructor (build_ctype (totype), elms); in convert_for_rvalue()
712 tree ctor = build_constructor (build_ctype (totype), NULL); in convert_for_assignment()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dvxworks.c122 return build_constructor (type, v); in vxworks_emutls_var_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dvxworks.cc126 return build_constructor (type, v); in vxworks_emutls_var_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc309 return build_constructor (type, ce); in d_array_value()
1158 return build_constructor (type, NULL); in build_struct_literal()
1259 tree ctor = build_constructor (type, ve); in build_struct_literal()
1601 return build_constructor (type, ve); in underlying_complex_expr()
1806 return build_constructor (build_ctype (type), elms); in build_array_from_val()
1840 tree assign = modify_expr (var, build_constructor (satype, elms)); in build_array_from_exprs()
2216 tree t = build_constructor (TREE_TYPE (targ), NULL); in d_build_call()
2531 frame_ref = build_address (build_constructor (type, ve)); in get_frame_for_symbol()
H A Dexpr.cc724 tree init = build_constructor (TREE_TYPE (var), elms); in visit()
2460 tree init = modify_expr (var, build_constructor (tarray, elms)); in visit()
2580 tree ctor = build_constructor (type, elms); in visit()
2650 this->result_ = build_constructor (make_array_type (tb->nextOf (), 0), in visit()
2692 tree ctor = build_constructor (satype, elms); in visit()
2777 this->result_ = build_constructor (build_ctype (ta), NULL); in visit()
2809 build_constructor (aatype, ce)); in visit()
2820 this->result_ = build_constructor (build_ctype (e->type), NULL); in visit()
2871 value = build_constructor (build_ctype (ftype), NULL); in visit()
2970 this->result_ = build_constructor (type, elms); in visit()
H A Dtypeinfo.cc484 value = build_constructor (vtbl_interface_type_node, v); in layout_interfaces()
491 return build_constructor (arrtype, elms); in layout_interfaces()
537 tree value = build_constructor (vtbltype, elms); in layout_base_vtable()
1139 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
H A Dmodules.cc676 build_constructor (satype, elms)); in layout_moduleinfo()
693 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dd-convert.cc691 return build_constructor (build_ctype (totype), elms); in convert_for_rvalue()
791 tree ctor = build_constructor (build_ctype (totype), NULL); in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc729 return new rvalue (this, build_constructor (type_tree, NULL)); in new_ctor()
753 tree ctor = build_constructor (type_tree, v); in new_ctor()
783 tree ctor = build_constructor (type_tree, v); in new_ctor()
788 return new rvalue (this, build_constructor (type_tree, v)); in new_ctor()
855 tree ctor = build_constructor (type->as_tree (), constructor_elements); in new_global_initialized()
1010 tree t_ctor = build_constructor (type->as_tree (), v); in new_rvalue_from_vector()

123456