Home
last modified time | relevance | path

Searched refs:output_block (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer-out.cc132 streamer_write_string_with_length (struct output_block *ob, in streamer_write_string_with_length()
151 streamer_write_string (struct output_block *ob, in streamer_write_string()
170 bp_pack_string_with_length (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string_with_length()
186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string()
200 streamer_write_zero (struct output_block *ob) in streamer_write_zero()
218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi()
226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64()
235 streamer_write_poly_int64 (struct output_block *ob, poly_int64 work) in streamer_write_poly_int64()
244 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count()
398 streamer_write_wide_int (struct output_block *ob, const wide_int &val) in streamer_write_wide_int()
[all …]
H A Ddata-streamer.h53 void streamer_write_zero (struct output_block *);
54 void streamer_write_uhwi (struct output_block *, unsigned HOST_WIDE_INT);
55 void streamer_write_hwi (struct output_block *, HOST_WIDE_INT);
56 void streamer_write_poly_uint64 (struct output_block *, poly_uint64);
57 void streamer_write_poly_int64 (struct output_block *, poly_int64);
58 void streamer_write_gcov_count (struct output_block *, gcov_type);
61 void streamer_write_string_with_length (struct output_block *,
64 void bp_pack_string_with_length (struct output_block *, struct bitpack_d *,
66 void bp_pack_string (struct output_block *, struct bitpack_d *,
74 void streamer_write_wide_int (struct output_block *, const wide_int &);
[all …]
H A Dtree-streamer-out.c40 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst()
56 write_identifier (struct output_block *ob, in write_identifier()
363 pack_ts_block_value_fields (struct output_block *ob, in pack_ts_block_value_fields()
380 pack_ts_translation_unit_decl_value_fields (struct output_block *ob, in pack_ts_translation_unit_decl_value_fields()
391 pack_ts_omp_clause_value_fields (struct output_block *ob, in pack_ts_omp_clause_value_fields()
432 streamer_write_tree_bitfields (struct output_block *ob, tree expr) in streamer_write_tree_bitfields()
513 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) in streamer_write_chain()
611 write_ts_decl_common_tree_pointers (struct output_block *ob, tree expr, in write_ts_decl_common_tree_pointers()
673 write_ts_field_decl_tree_pointers (struct output_block *ob, tree expr, in write_ts_field_decl_tree_pointers()
864 write_ts_omp_clause_tree_pointers (struct output_block *ob, tree expr, in write_ts_omp_clause_tree_pointers()
[all …]
H A Dtree-streamer-out.cc41 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst()
57 write_identifier (struct output_block *ob, in write_identifier()
376 pack_ts_block_value_fields (struct output_block *ob, in pack_ts_block_value_fields()
404 pack_ts_omp_clause_value_fields (struct output_block *ob, in pack_ts_omp_clause_value_fields()
529 streamer_write_chain (struct output_block *ob, tree t) in streamer_write_chain()
580 write_ts_poly_tree_pointers (struct output_block *ob, tree expr) in write_ts_poly_tree_pointers()
774 write_ts_vec_tree_pointers (struct output_block *ob, tree expr) in write_ts_vec_tree_pointers()
790 write_ts_exp_tree_pointers (struct output_block *ob, tree expr) in write_ts_exp_tree_pointers()
898 streamer_write_tree_body (struct output_block *ob, tree expr) in streamer_write_tree_body()
971 streamer_write_tree_header (struct output_block *ob, tree expr) in streamer_write_tree_header()
[all …]
H A Ddata-streamer-out.c132 streamer_write_string_with_length (struct output_block *ob, in streamer_write_string_with_length()
151 streamer_write_string (struct output_block *ob, in streamer_write_string()
170 bp_pack_string_with_length (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string_with_length()
186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string()
200 streamer_write_zero (struct output_block *ob) in streamer_write_zero()
209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi()
218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi()
226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64()
235 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count()
389 streamer_write_wide_int (struct output_block *ob, const wide_int &val) in streamer_write_wide_int()
[all …]
H A Dtree-streamer.h70 void streamer_write_string_cst (struct output_block *,
72 void streamer_write_tree_header (struct output_block *, tree);
73 void streamer_write_tree_bitfields (struct output_block *, tree);
74 void streamer_write_tree_body (struct output_block *, tree);
75 void streamer_write_integer_cst (struct output_block *, tree);
H A Dstreamer-hooks.h27 struct output_block;
45 void (*write_tree) (struct output_block *, tree, bool, bool);
59 void (*output_location) (struct output_block *, struct bitpack_d *,
64 void (*output_location_and_block) (struct output_block *, struct bitpack_d *,
H A Dlto-streamer.h694 struct output_block struct
875 extern struct output_block *create_output_block (enum lto_section_type);
876 extern void destroy_output_block (struct output_block *);
877 extern void lto_output_tree (struct output_block *, tree, bool, bool);
878 extern void stream_write_tree_ref (struct output_block *, tree);
886 extern void produce_asm (struct output_block *ob, tree fn);
889 void lto_output_decl_state_streams (struct output_block *,
891 void lto_output_decl_state_refs (struct output_block *,
894 void lto_output_location (struct output_block *, struct bitpack_d *,
939 void cl_target_option_stream_out (struct output_block *, struct bitpack_d *,
[all …]
H A Dlto-streamer-out.cc58 clear_line_info (struct output_block *ob) in clear_line_info()
76 struct output_block *
79 struct output_block *ob = XCNEW (struct output_block); in create_output_block()
109 destroy_output_block (struct output_block *ob) in destroy_output_block()
2390 struct output_block *ob; in output_function()
2476 struct output_block *ob; in output_constructor()
2510 struct output_block *ob; in lto_output_toplevel_asms()
2833 write_global_stream (struct output_block *ob, in write_global_stream()
3068 produce_symtab (struct output_block *ob) in produce_symtab()
3174 struct output_block *ob; in lto_write_mode_table()
[all …]
H A Dlto-streamer-out.c58 clear_line_info (struct output_block *ob) in clear_line_info()
76 struct output_block *
79 struct output_block *ob = XCNEW (struct output_block); in create_output_block()
109 destroy_output_block (struct output_block *ob) in destroy_output_block()
2309 struct output_block *ob; in output_function()
2395 struct output_block *ob; in output_constructor()
2429 struct output_block *ob; in lto_output_toplevel_asms()
2751 write_global_stream (struct output_block *ob, in write_global_stream()
2986 produce_symtab (struct output_block *ob) in produce_symtab()
3092 struct output_block *ob; in lto_write_mode_table()
[all …]
H A Dgimple-streamer-out.c39 output_phi (struct output_block *ob, gphi *phi) in output_phi()
60 output_gimple_stmt (struct output_block *ob, struct function *fn, gimple *stmt) in output_gimple_stmt()
199 output_bb (struct output_block *ob, basic_block bb, struct function *fn) in output_bb()
H A Dgimple-streamer-out.cc39 output_phi (struct output_block *ob, gphi *phi) in output_phi()
60 output_gimple_stmt (struct output_block *ob, struct function *fn, gimple *stmt) in output_gimple_stmt()
199 output_bb (struct output_block *ob, basic_block bb, struct function *fn) in output_bb()
H A Dgimple-streamer.h32 void output_bb (struct output_block *, basic_block, struct function *);
H A Dsreal.h36 struct output_block;
55 void stream_out (struct output_block *);
H A Dprofile-count.c139 profile_count::stream_out (struct output_block *ob) in stream_out()
230 profile_probability::stream_out (struct output_block *ob) in stream_out()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer-out.c40 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst()
56 write_identifier (struct output_block *ob, in write_identifier()
363 pack_ts_block_value_fields (struct output_block *ob, in pack_ts_block_value_fields()
380 pack_ts_translation_unit_decl_value_fields (struct output_block *ob, in pack_ts_translation_unit_decl_value_fields()
391 pack_ts_omp_clause_value_fields (struct output_block *ob, in pack_ts_omp_clause_value_fields()
432 streamer_write_tree_bitfields (struct output_block *ob, tree expr) in streamer_write_tree_bitfields()
513 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) in streamer_write_chain()
611 write_ts_decl_common_tree_pointers (struct output_block *ob, tree expr, in write_ts_decl_common_tree_pointers()
673 write_ts_field_decl_tree_pointers (struct output_block *ob, tree expr, in write_ts_field_decl_tree_pointers()
864 write_ts_omp_clause_tree_pointers (struct output_block *ob, tree expr, in write_ts_omp_clause_tree_pointers()
[all …]
H A Ddata-streamer.h53 void streamer_write_zero (struct output_block *);
54 void streamer_write_uhwi (struct output_block *, unsigned HOST_WIDE_INT);
55 void streamer_write_hwi (struct output_block *, HOST_WIDE_INT);
56 void streamer_write_poly_uint64 (struct output_block *, poly_uint64);
57 void streamer_write_gcov_count (struct output_block *, gcov_type);
60 void streamer_write_string_with_length (struct output_block *,
63 void bp_pack_string_with_length (struct output_block *, struct bitpack_d *,
65 void bp_pack_string (struct output_block *, struct bitpack_d *,
73 void streamer_write_wide_int (struct output_block *, const wide_int &);
74 void streamer_write_widest_int (struct output_block *, const widest_int &);
[all …]
H A Ddata-streamer-out.c132 streamer_write_string_with_length (struct output_block *ob, in streamer_write_string_with_length()
151 streamer_write_string (struct output_block *ob, in streamer_write_string()
170 bp_pack_string_with_length (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string_with_length()
186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string()
200 streamer_write_zero (struct output_block *ob) in streamer_write_zero()
209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi()
218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi()
226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64()
235 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count()
389 streamer_write_wide_int (struct output_block *ob, const wide_int &val) in streamer_write_wide_int()
[all …]
H A Dtree-streamer.h71 void streamer_write_string_cst (struct output_block *,
73 void streamer_write_chain (struct output_block *, tree, bool);
74 void streamer_write_tree_header (struct output_block *, tree);
75 void streamer_write_tree_bitfields (struct output_block *, tree);
76 void streamer_write_tree_body (struct output_block *, tree, bool);
77 void streamer_write_integer_cst (struct output_block *, tree, bool);
H A Dstreamer-hooks.h27 struct output_block;
45 void (*write_tree) (struct output_block *, tree, bool, bool);
59 void (*output_location) (struct output_block *, struct bitpack_d *,
64 void (*output_location_and_block) (struct output_block *, struct bitpack_d *,
H A Dlto-streamer-out.c58 clear_line_info (struct output_block *ob) in clear_line_info()
76 struct output_block *
79 struct output_block *ob = XCNEW (struct output_block); in create_output_block()
109 destroy_output_block (struct output_block *ob) in destroy_output_block()
2309 struct output_block *ob; in output_function()
2395 struct output_block *ob; in output_constructor()
2429 struct output_block *ob; in lto_output_toplevel_asms()
2751 write_global_stream (struct output_block *ob, in write_global_stream()
2986 produce_symtab (struct output_block *ob) in produce_symtab()
3092 struct output_block *ob; in lto_write_mode_table()
[all …]
H A Dlto-streamer.h734 struct output_block struct
929 extern struct output_block *create_output_block (enum lto_section_type);
930 extern void destroy_output_block (struct output_block *);
931 extern void lto_output_tree (struct output_block *, tree, bool, bool);
933 extern void produce_asm (struct output_block *ob, tree fn);
936 void lto_output_decl_state_streams (struct output_block *,
938 void lto_output_decl_state_refs (struct output_block *,
941 void lto_output_location (struct output_block *, struct bitpack_d *,
943 void lto_output_location_and_block (struct output_block *, struct bitpack_d *,
980 void cl_target_option_stream_out (struct output_block *, struct bitpack_d *,
[all …]
H A Dgimple-streamer-out.c39 output_phi (struct output_block *ob, gphi *phi) in output_phi()
60 output_gimple_stmt (struct output_block *ob, struct function *fn, gimple *stmt) in output_gimple_stmt()
199 output_bb (struct output_block *ob, basic_block bb, struct function *fn) in output_bb()
H A Dgimple-streamer.h32 void output_bb (struct output_block *, basic_block, struct function *);
H A Dsreal.h36 struct output_block;
55 void stream_out (struct output_block *);

1234