/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-streamer-in.c | 84 curr = stream_read_tree (ib, data_in); in streamer_read_chain() 654 TREE_TYPE (expr) = stream_read_tree (ib, data_in); in lto_input_ts_common_tree_pointers() 668 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree (ib, data_in); in lto_input_ts_vector_tree_pointers() 681 POLY_INT_CST_COEFF (expr, i) = stream_read_tree (ib, data_in); in lto_input_ts_poly_tree_pointers() 693 TREE_REALPART (expr) = stream_read_tree (ib, data_in); in lto_input_ts_complex_tree_pointers() 694 TREE_IMAGPART (expr) = stream_read_tree (ib, data_in); in lto_input_ts_complex_tree_pointers() 706 DECL_NAME (expr) = stream_read_tree (ib, data_in); in lto_input_ts_decl_minimal_tree_pointers() 707 DECL_CONTEXT (expr) = stream_read_tree (ib, data_in); in lto_input_ts_decl_minimal_tree_pointers() 719 DECL_SIZE (expr) = stream_read_tree (ib, data_in); in lto_input_ts_decl_common_tree_pointers() 720 DECL_SIZE_UNIT (expr) = stream_read_tree (ib, data_in); in lto_input_ts_decl_common_tree_pointers() [all …]
|
H A D | gimple-streamer-in.c | 57 tree def = stream_read_tree (ib, data_in); in input_phi() 124 stream_read_tree (ib, data_in)); in input_gimple_stmt() 156 tree *opp, op = stream_read_tree (ib, data_in); in input_gimple_stmt() 189 gimple_call_set_fntype (call_stmt, stream_read_tree (ib, data_in)); in input_gimple_stmt() 199 stream_read_tree (ib, data_in)); in input_gimple_stmt() 201 stream_read_tree (ib, data_in)); in input_gimple_stmt() 203 stream_read_tree (ib, data_in)); in input_gimple_stmt()
|
H A D | lto-streamer-in.c | 528 stream_block = stream_read_tree (ib, data_in); 571 stream_block = stream_read_tree (ib, data_in); 709 n->type_list = stream_read_tree (ib, data_in); 710 n->filter_list = stream_read_tree (ib, data_in); 711 n->label = stream_read_tree (ib, data_in); 780 r->u.allowed.type_list = stream_read_tree (ib, data_in); 781 r->u.allowed.label = stream_read_tree (ib, data_in); 792 r->u.must_not_throw.failure_decl = stream_read_tree (ib, data_in); 830 lp->post_landing_pad = stream_read_tree (ib, data_in); 968 tree ttype = stream_read_tree (ib, data_in); [all …]
|
H A D | streamer-hooks.h | 74 #define stream_read_tree(IB, DATA_IN) \ macro
|
H A D | ipa-hsa.c | 257 tree decl = stream_read_tree (&ib_main, data_in); in ipa_hsa_read_section()
|
H A D | ipa-prop.c | 4641 tree t = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4663 tree operand = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4695 item.type = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4704 item.value.constant = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4714 item.value.pass_through.operand = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4718 item.value.load_agg.type = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4750 tree min = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4751 tree max = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4818 ii->otr_type = stream_read_tree (ib, data_in); in ipa_read_indirect_edge_info() 4986 tree type = stream_read_tree (ib, data_in); in ipa_read_node_info() [all …]
|
H A D | lto-cgraph.c | 1984 adj.type = stream_read_tree (ib_main, data_in); in input_node_opt_summary() 1987 adj.alias_ptr_type = stream_read_tree (ib_main, data_in); in input_node_opt_summary() 2008 map->new_tree = stream_read_tree (ib_main, data_in); in input_node_opt_summary()
|
H A D | ipa-fnsummary.c | 4268 c.type = stream_read_tree (&ib, data_in); in inline_read_section() 4269 c.val = stream_read_tree (&ib, data_in); in inline_read_section() 4287 op.type = stream_read_tree (&ib, data_in); in inline_read_section() 4300 op.val[0] = stream_read_tree (&ib, data_in); in inline_read_section() 4304 op.val[1] = stream_read_tree (&ib, data_in); in inline_read_section()
|
H A D | ipa-polymorphic-call.c | 705 outer_type = stream_read_tree (ib, data_in); in stream_in() 714 speculative_outer_type = stream_read_tree (ib, data_in); in stream_in()
|
H A D | ipa-sra.c | 2758 acc->type = stream_read_tree (ib, data_in); in isra_read_node_info() 2759 acc->alias_ptr_type = stream_read_tree (ib, data_in); in isra_read_node_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-streamer-in.cc | 57 tree def = stream_read_tree (ib, data_in); in input_phi() 124 stream_read_tree (ib, data_in)); in input_gimple_stmt() 156 tree *opp, op = stream_read_tree (ib, data_in); in input_gimple_stmt() 189 gimple_call_set_fntype (call_stmt, stream_read_tree (ib, data_in)); in input_gimple_stmt() 199 stream_read_tree (ib, data_in)); in input_gimple_stmt() 201 stream_read_tree (ib, data_in)); in input_gimple_stmt() 203 stream_read_tree (ib, data_in)); in input_gimple_stmt()
|
H A D | lto-streamer-in.cc | 528 stream_block = stream_read_tree (ib, data_in); in input_location_and_block() 571 stream_block = stream_read_tree (ib, data_in); in input_location_and_block() 697 n->type_list = stream_read_tree (ib, data_in); in lto_input_eh_catch_list() 698 n->filter_list = stream_read_tree (ib, data_in); in lto_input_eh_catch_list() 699 n->label = stream_read_tree (ib, data_in); in lto_input_eh_catch_list() 768 r->u.allowed.type_list = stream_read_tree (ib, data_in); in input_eh_region() 769 r->u.allowed.label = stream_read_tree (ib, data_in); in input_eh_region() 780 r->u.must_not_throw.failure_decl = stream_read_tree (ib, data_in); in input_eh_region() 818 lp->post_landing_pad = stream_read_tree (ib, data_in); in input_eh_lp() 956 tree ttype = stream_read_tree (ib, data_in); in input_eh_regions() [all …]
|
H A D | streamer-hooks.h | 74 #define stream_read_tree(IB, DATA_IN) \ macro
|
H A D | ipa-prop.cc | 4879 tree t = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4901 tree operand = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4936 item.type = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4945 item.value.constant = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4955 item.value.pass_through.operand = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4959 item.value.load_agg.type = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4991 tree min = stream_read_tree (ib, data_in); in ipa_read_jump_function() 4992 tree max = stream_read_tree (ib, data_in); in ipa_read_jump_function() 5059 ii->otr_type = stream_read_tree (ib, data_in); in ipa_read_indirect_edge_info() 5241 tree type = stream_read_tree (ib, data_in); in ipa_read_node_info() [all …]
|
H A D | lto-cgraph.cc | 1994 adj.type = stream_read_tree (ib_main, data_in); in input_node_opt_summary() 1997 adj.alias_ptr_type = stream_read_tree (ib_main, data_in); in input_node_opt_summary() 2018 map->new_tree = stream_read_tree (ib_main, data_in); in input_node_opt_summary()
|
H A D | ipa-polymorphic-call.cc | 708 outer_type = stream_read_tree (ib, data_in); in stream_in() 717 speculative_outer_type = stream_read_tree (ib, data_in); in stream_in()
|
H A D | ipa-fnsummary.cc | 4501 c.type = stream_read_tree (&ib, data_in); in inline_read_section() 4502 c.val = stream_read_tree (&ib, data_in); in inline_read_section() 4520 op.type = stream_read_tree (&ib, data_in); in inline_read_section() 4533 op.val[0] = stream_read_tree (&ib, data_in); in inline_read_section() 4537 op.val[1] = stream_read_tree (&ib, data_in); in inline_read_section()
|
H A D | ipa-sra.cc | 2697 acc->type = stream_read_tree (ib, data_in); in isra_read_node_info() 2698 acc->alias_ptr_type = stream_read_tree (ib, data_in); in isra_read_node_info()
|
H A D | ipa-modref.cc | 3582 tree base_tree = stream_read_tree (ib, data_in); in read_modref_records() 3620 tree ref_tree = stream_read_tree (ib, data_in); in read_modref_records()
|
H A D | ipa-icf.cc | 2239 tree type = stream_read_tree (&ib_main, data_in); in read_section()
|
H A D | ChangeLog-2011 | 14728 (stream_read_tree): Likewise. 14749 * tree-streamer.h (stream_read_tree): New. Replace all calls 14797 (stream_read_tree): New.
|