Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtree-profile.c146 build_addr (ref, current_function_decl), in tree_gen_interval_profiler()
171 build_addr (ref, current_function_decl), in tree_gen_pow2_profiler()
194 build_addr (ref, current_function_decl), in tree_gen_one_value_profiler()
HDtree-nested.c163 build_addr (tree exp, tree context) in build_addr() function
803 x = build_addr (info->frame_decl, target_context); in get_static_chain()
1535 x = build_addr (x, target_context); in convert_nl_goto_reference()
1538 x = build_addr (new_label, target_context); in convert_nl_goto_reference()
1637 x = build_addr (x, target_context); in convert_tramp_reference()
1816 x = build_addr (p, context); in finalize_nesting_tree_1()
1852 x = build_addr (root->frame_decl, context); in finalize_nesting_tree_1()
1855 x = build_addr (i->context, context); in finalize_nesting_tree_1()
1860 x = build_addr (x, context); in finalize_nesting_tree_1()
HDgimple-low.c137 t = build_addr (disp_label, current_function_decl); in lower_function_body()
666 t = build_addr (next_label, current_function_decl); in lower_builtin_setjmp()
692 t = build_addr (next_label, current_function_decl); in lower_builtin_setjmp()
HDtree-ssa-address.c227 ? expand_expr (build_addr (addr->symbol, current_function_decl), in addr_for_mem_ref()
253 addr_base = fold_convert (type, build_addr (sym, current_function_decl)); in tree_mem_ref_addr()
601 build_addr (parts.symbol, current_function_decl)); in create_mem_ref()
HDtree.h4457 extern tree build_addr (tree, tree);
HDChangeLog-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.
HDChangeLog-200517705 * tree-nested.c (build_addr): New "context" argument. Temporarily
17707 (get_static_chain): Pass proper context to build_addr.
17715 * tree.h (build_addr): Update prototype.