Home
last modified time | relevance | path

Searched refs:data_in (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-streamer-in.cc44 streamer_read_string_cst (class data_in *data_in, class lto_input_block *ib) in streamer_read_string_cst() argument
49 ptr = streamer_read_indexed_string (data_in, ib, &len); in streamer_read_string_cst()
60 input_identifier (class data_in *data_in, class lto_input_block *ib) in input_identifier() argument
65 ptr = streamer_read_indexed_string (data_in, ib, &len); in input_identifier()
76 streamer_read_chain (class lto_input_block *ib, class data_in *data_in) in streamer_read_chain() argument
84 curr = stream_read_tree_ref (ib, data_in); in streamer_read_chain()
416 unpack_ts_block_value_fields (class data_in *data_in, in unpack_ts_block_value_fields() argument
420 stream_input_location (&BLOCK_SOURCE_LOCATION (expr), bp, data_in); in unpack_ts_block_value_fields()
427 unpack_ts_translation_unit_decl_value_fields (class data_in *data_in, in unpack_ts_translation_unit_decl_value_fields() argument
430 TRANSLATION_UNIT_LANGUAGE (expr) = xstrdup (bp_unpack_string (data_in, bp)); in unpack_ts_translation_unit_decl_value_fields()
[all …]
Dlto-streamer-in.cc508 class data_in *data_in) in input_location_and_block() argument
528 stream_block = stream_read_tree (ib, data_in); in input_location_and_block()
547 const char *pwd = bp_unpack_string (data_in, bp); in input_location_and_block()
556 bp_unpack_string (data_in, bp)); in input_location_and_block()
571 stream_block = stream_read_tree (ib, data_in); in input_location_and_block()
603 class data_in *data_in) in input_location() argument
605 return input_location_and_block (loc, bp, NULL, data_in); in input_location()
614 class data_in *data_in) in lto_input_location() argument
616 data_in->location_cache.input_location (loc, bp, data_in); in lto_input_location()
627 lto_input_tree_ref (class lto_input_block *ib, class data_in *data_in, in lto_input_tree_ref() argument
[all …]
Ddata-streamer-in.cc36 string_for_index (class data_in *data_in, unsigned int loc, unsigned int *rlen) in string_for_index() argument
48 lto_input_block str_tab (data_in->strings, loc - 1, data_in->strings_len, NULL); in string_for_index()
52 if (str_tab.p + len > data_in->strings_len) in string_for_index()
55 result = (const char *)(data_in->strings + str_tab.p); in string_for_index()
65 streamer_read_indexed_string (class data_in *data_in, in streamer_read_indexed_string() argument
68 return string_for_index (data_in, streamer_read_uhwi (ib), rlen); in streamer_read_indexed_string()
75 streamer_read_string (class data_in *data_in, class lto_input_block *ib) in streamer_read_string() argument
80 ptr = streamer_read_indexed_string (data_in, ib, &len); in streamer_read_string()
94 bp_unpack_indexed_string (class data_in *data_in, in bp_unpack_indexed_string() argument
97 return string_for_index (data_in, bp_unpack_var_len_unsigned (bp), rlen); in bp_unpack_indexed_string()
[all …]
Dgimple-streamer-in.cc39 input_phi (class lto_input_block *ib, basic_block bb, class data_in *data_in, in input_phi() argument
57 tree def = stream_read_tree (ib, data_in); in input_phi()
74 data_in->location_cache.input_location_and_block (arg_locp, &bp, ib, in input_phi()
75 data_in); in input_phi()
86 input_gimple_stmt (class lto_input_block *ib, class data_in *data_in, in input_gimple_stmt() argument
110 data_in->location_cache.input_location_and_block (gimple_location_ptr (stmt), in input_gimple_stmt()
111 &bp, ib, data_in); in input_gimple_stmt()
124 stream_read_tree (ib, data_in)); in input_gimple_stmt()
141 str = streamer_read_string_cst (data_in, ib); in input_gimple_stmt()
156 tree *opp, op = stream_read_tree (ib, data_in); in input_gimple_stmt()
[all …]
Dtree-streamer.h61 tree streamer_read_string_cst (class data_in *, class lto_input_block *);
62 tree streamer_alloc_tree (class lto_input_block *, class data_in *,
64 void streamer_read_tree_body (class lto_input_block *, class data_in *, tree);
65 tree streamer_get_pickled_tree (class lto_input_block *, class data_in *);
67 class data_in *, tree);
Dlto-streamer.h280 class data_in *data_in);
283 class data_in *data_in);
740 class data_in
855 extern class data_in *lto_data_in_create (struct lto_file_decl_data *,
858 extern void lto_data_in_delete (class data_in *);
860 void lto_input_location (location_t *, struct bitpack_d *, class data_in *);
861 tree lto_input_tree_ref (class lto_input_block *, class data_in *,
865 hashval_t lto_input_scc (class lto_input_block *, class data_in *,
867 tree lto_input_tree_1 (class lto_input_block *, class data_in *,
869 tree lto_input_tree (class lto_input_block *, class data_in *);
[all …]
Dstreamer-hooks.h29 class data_in; variable
52 tree (*read_tree) (class lto_input_block *, class data_in *);
55 void (*input_location) (location_t *, struct bitpack_d *, class data_in *);
Ddata-streamer.h78 const char *streamer_read_string (class data_in *, class lto_input_block *);
79 const char *streamer_read_indexed_string (class data_in *,
82 const char *bp_unpack_indexed_string (class data_in *, struct bitpack_d *,
84 const char *bp_unpack_string (class data_in *, struct bitpack_d *);
Dipa-prop.cc4862 class data_in *data_in, in ipa_read_jump_function() argument
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()
5037 class data_in *data_in, in ipa_read_indirect_edge_info() argument
[all …]
Dgimple-streamer.h28 void input_bb (class lto_input_block *, enum LTO_tags, class data_in *,
Dipa-devirt.cc4141 class data_in *data_in; in ipa_odr_read_section() local
4146 data_in in ipa_odr_read_section()
4159 const char *rname = streamer_read_string (data_in, &ib); in ipa_odr_read_section()
4179 const char *val_name = streamer_read_string (data_in, &ib); in ipa_odr_read_section()
4189 stream_input_location (&this_enum.locus, &bp, data_in); in ipa_odr_read_section()
4191 stream_input_location (&this_enum.vals[j].locus, &bp, data_in); in ipa_odr_read_section()
4192 data_in->location_cache.apply_location_cache (); in ipa_odr_read_section()
4211 const char *id = streamer_read_string (data_in, &ib); in ipa_odr_read_section()
4234 stream_input_location (&locus, &bp, data_in); in ipa_odr_read_section()
4239 data_in->location_cache.apply_location_cache (); in ipa_odr_read_section()
[all …]
Dlto-cgraph.cc1962 class data_in *data_in) in input_node_opt_summary() argument
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()
2038 class data_in *data_in; in input_cgraph_opt_section() local
2045 data_in = in input_cgraph_opt_section()
2054 &ib_main, data_in); in input_cgraph_opt_section()
2058 lto_data_in_delete (data_in); in input_cgraph_opt_section()
Dipa-sra.cc2681 struct data_in *data_in) in isra_read_node_info() argument
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()
2738 struct data_in *data_in; in isra_read_summary_section() local
2745 data_in = in isra_read_summary_section()
2761 isra_read_node_info (&ib_main, node, data_in); in isra_read_summary_section()
2765 lto_data_in_delete (data_in); in isra_read_summary_section()
Dipa-modref.cc3555 lto_input_block *ib, struct data_in *data_in, in read_modref_records() argument
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()
3813 struct data_in *data_in; in read_section() local
3820 data_in in read_section()
3886 read_modref_records (node->decl, &ib, data_in, in read_section()
3889 read_modref_records (node->decl, &ib, data_in, in read_section()
3942 sum->fnspec = xstrdup (bp_unpack_string (data_in, &bp)); in read_section()
3951 sum->fnspec = xstrdup (bp_unpack_string (data_in, &bp)); in read_section()
3972 lto_data_in_delete (data_in); in read_section()
Dipa-polymorphic-call.cc694 class data_in *data_in) in stream_in() argument
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()
Dipa-fnsummary.cc4430 class data_in *data_in; in inline_read_section() local
4437 data_in = in inline_read_section()
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()
4612 lto_data_in_delete (data_in); in inline_read_section()
Dipa-icf.cc2202 data_in *data_in; in read_section() local
2209 data_in in read_section()
2239 tree type = stream_read_tree (&ib_main, data_in); in read_section()
2260 lto_data_in_delete (data_in); in read_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc182 lto_read_in_decl_state (class data_in *data_in, const uint32_t *data, in lto_read_in_decl_state() argument
192 decl = streamer_tree_cache_get_tree (data_in->reader_cache, ix); in lto_read_in_decl_state()
208 streamer_tree_cache_get_tree (data_in->reader_cache, in lto_read_in_decl_state()
878 get_resolution (class data_in *data_in, unsigned index) in get_resolution() argument
880 if (data_in->globals_resolution.exists ()) in get_resolution()
886 if (data_in->globals_resolution.length () <= index) in get_resolution()
888 ret = data_in->globals_resolution[index]; in get_resolution()
921 lto_register_var_decl_in_symtab (class data_in *data_in, tree decl, in lto_register_var_decl_in_symtab() argument
935 register_resolution (data_in->file_data, in lto_register_var_decl_in_symtab()
936 decl, get_resolution (data_in, ix)); in lto_register_var_decl_in_symtab()
[all …]
/netbsd/src/sys/dev/ic/
Dbhareg.h190 data_in :1,
198 data_in :1, member
Dahareg.h166 u_char data_in:1; /* must be 0 */ member
/netbsd/src/sys/arch/arc/dti/
Dbtlreg.h114 u_char:3, data_in:1, data_out:1,:3;
/netbsd/src/sys/dev/iscsi/
Discsi_rcv.c634 sn = ntohl(pdu->pdu_hdr.pduh_p.data_in.DataSN); in receive_data_in_pdu()
682 if (check_StatSN(conn, pdu->pdu_hdr.pduh_p.data_in.StatSN, done)) in receive_data_in_pdu()
1091 offset = ntohl(pdu->pdu_hdr.pduh_p.data_in.BufferOffset); in receive_pdu()
Discsi_pdu.h423 data_in_pdu_t data_in; member
Discsi_send.c1151 hpdu->pduh_p.snack.BegRun = rx_pdu->pdu_hdr.pduh_p.data_in.DataSN; in send_snack()
1165 rx_pdu->pdu_hdr.pduh_p.data_in.TargetTransferTag; in send_snack()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dumac.c853 static void poly_hash(uhash_ctx_t hc, UINT32 data_in[]) in poly_hash() argument
856 UINT64 *data=(UINT64*)data_in; in poly_hash()

12