Home
last modified time | relevance | path

Searched refs:build_addr (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.h23 extern tree build_addr (tree);
H A Dtree-nested.c186 build_addr (tree exp) in build_addr() function
878 x = build_addr (info->frame_decl); in get_static_chain()
2520 x = build_addr (x); in convert_nl_goto_reference()
2523 2, build_addr (new_label), x); in convert_nl_goto_reference()
2637 x = build_addr (x); in convert_tramp_reference_op()
3205 arg3 = build_addr (info->frame_decl); in build_init_call_stmt()
3207 arg2 = build_addr (decl); in build_init_call_stmt()
3211 arg1 = build_addr (x); in build_init_call_stmt()
3313 x = build_addr (p); in finalize_nesting_tree_1()
H A Dgimple-low.c807 arg = build_addr (next_label); in lower_builtin_setjmp()
831 arg = build_addr (next_label); in lower_builtin_setjmp()
H A Dtree-profile.c308 build_addr (ref), in gimple_gen_interval_profiler()
469 build_addr (current_function_decl), in gimple_gen_ic_func_profiler()
H A Dtree-parloops.c1250 name = force_gimple_operand (build_addr (obj), in take_address_of()
1809 addr = build_addr (t); in create_call_for_reduction_1()
H A Dvalue-prof.c1302 tmp = fold_convert (ptr_type_node, build_addr (direct_call->decl)); in gimple_ic()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.h23 extern tree build_addr (tree);
H A Dtree-nested.cc283 build_addr (tree exp) in build_addr() function
978 x = build_addr (info->frame_decl); in get_static_chain()
2677 x = build_addr (x); in convert_nl_goto_reference()
2680 2, build_addr (new_label), x); in convert_nl_goto_reference()
2794 x = build_addr (x); in convert_tramp_reference_op()
3364 arg3 = build_addr (info->frame_decl); in build_init_call_stmt()
3366 arg2 = build_addr (decl); in build_init_call_stmt()
3370 arg1 = build_addr (x); in build_init_call_stmt()
3472 x = build_addr (p); in finalize_nesting_tree_1()
H A Dgimple-low.cc808 arg = build_addr (next_label); in lower_builtin_setjmp()
832 arg = build_addr (next_label); in lower_builtin_setjmp()
H A Dtree-profile.cc311 build_addr (ref), in gimple_gen_interval_profiler()
478 build_addr (current_function_decl), in gimple_gen_ic_func_profiler()
H A Dtree-parloops.cc1250 name = force_gimple_operand (build_addr (obj), in take_address_of()
1809 addr = build_addr (t); in create_call_for_reduction_1()
H A Dvalue-prof.cc1339 tmp = fold_convert (ptr_type_node, build_addr (direct_call->decl)); in gimple_ic()
H A DChangeLog-20042680 * tree-nested.c (build_addr, convert_nonlocal_reference): Likewise.
15100 * tree-nested.c (build_addr): Export.
15119 cst_and_fits_in_hwi, build_addr): Declare.
27787 * tree-nested.c (build_addr): Merge real/imagpart with
28482 * tree-nested.c (build_addr): Use handled_component_p.
H A DChangeLog-200517704 * tree-nested.c (build_addr): New "context" argument. Temporarily
17706 (get_static_chain): Pass proper context to build_addr.
17714 * tree.h (build_addr): Update prototype.
H A DChangeLog-20137814 * tree.h (build_addr): Move to tree-nested.h.
7816 (build_addr, lower_nested_functions, insert_field_into_struct): Add
8126 (build_addr): Moved to tree-nested.h.
H A DChangeLog-201512065 * tree-nested.h (build_addr): Adjust prototype.
12066 * tree-nested.c (build_addr): Remove context argument and use
12068 (get_static_chain): Adjust calls to build_addr.
H A DChangeLog-200924594 (change_decl_assembler_name, maybe_fold_*, build_addr): Rearrange the
H A DChangeLog-20124178 Use build_fold_addr_expr instead of build_addr.
H A DChangeLog-20106900 * tree-nested.c (build_addr): Use build_fold_addr_expr.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c941 fndecl = build_addr (fndecl); in gfc_conv_intrinsic_lib_function()
3433 tmp = build_addr (fmod); in gfc_conv_intrinsic_mod()
3739 fndecl = build_addr (gfor_fndecl_ctime); in gfc_conv_intrinsic_ctime()
3778 fndecl = build_addr (gfor_fndecl_fdate); in gfc_conv_intrinsic_fdate()
4034 fndecl = build_addr (gfor_fndecl_ttynam); in gfc_conv_intrinsic_ttynam()
4164 fndecl = build_addr (function); in gfc_conv_intrinsic_minmax_char()
7406 fndecl = build_addr (function); in gfc_conv_intrinsic_index_scan_verify()
9124 fndecl = build_addr (function); in gfc_conv_intrinsic_trim()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc949 fndecl = build_addr (fndecl); in gfc_conv_intrinsic_lib_function()
3426 tmp = build_addr (fmod); in gfc_conv_intrinsic_mod()
3732 fndecl = build_addr (gfor_fndecl_ctime); in gfc_conv_intrinsic_ctime()
3771 fndecl = build_addr (gfor_fndecl_fdate); in gfc_conv_intrinsic_fdate()
4032 fndecl = build_addr (gfor_fndecl_ttynam); in gfc_conv_intrinsic_ttynam()
4171 fndecl = build_addr (function); in gfc_conv_intrinsic_minmax_char()
7467 fndecl = build_addr (function); in gfc_conv_intrinsic_index_scan_verify()
9248 fndecl = build_addr (function); in gfc_conv_intrinsic_trim()
H A DChangeLog-2015787 calls to build_addr.