Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/gcc-8.0/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()
349 pack_ts_block_value_fields (struct output_block *ob, in pack_ts_block_value_fields()
367 pack_ts_translation_unit_decl_value_fields (struct output_block *ob, in pack_ts_translation_unit_decl_value_fields()
378 pack_ts_omp_clause_value_fields (struct output_block *ob, in pack_ts_omp_clause_value_fields()
417 streamer_write_tree_bitfields (struct output_block *ob, tree expr) in streamer_write_tree_bitfields()
501 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) in streamer_write_chain()
529 write_ts_common_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_common_tree_pointers()
541 write_ts_vector_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_vector_tree_pointers()
556 write_ts_poly_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_poly_tree_pointers()
[all …]
H A Ddata-streamer-out.c82 streamer_string_index (struct output_block *ob, const char *s, unsigned int len, in streamer_string_index()
132 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_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count()
380 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 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_gcov_count (struct output_block *, gcov_type);
57 void streamer_write_string (struct output_block *, struct lto_output_stream *,
59 void streamer_write_string_with_length (struct output_block *,
62 void bp_pack_string_with_length (struct output_block *, struct bitpack_d *,
64 void bp_pack_string (struct output_block *, struct bitpack_d *,
72 void streamer_write_wide_int (struct output_block *, const wide_int &);
73 void streamer_write_widest_int (struct output_block *, const widest_int &);
[all …]
H A Dstreamer-hooks.h27 struct output_block;
45 void (*write_tree) (struct output_block *, tree, bool, bool);
58 void (*output_location) (struct output_block *, struct bitpack_d *, location_t);
H A Dlto-streamer-out.c47 static void lto_write_tree (struct output_block*, tree, bool);
52 clear_line_info (struct output_block *ob) in clear_line_info()
64 struct output_block *
67 struct output_block *ob = XCNEW (struct output_block); in create_output_block()
90 destroy_output_block (struct output_block *ob) in destroy_output_block()
112 output_type_ref (struct output_block *ob, tree node) in output_type_ref()
164 lto_output_location (struct output_block *ob, struct bitpack_d *bp, in lto_output_location()
205 lto_output_tree_ref (struct output_block *ob, tree expr) in lto_output_tree_ref()
391 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree_1()
438 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree()
[all …]
H A Dlto-streamer.h681 struct output_block struct
868 extern struct output_block *create_output_block (enum lto_section_type);
869 extern void destroy_output_block (struct output_block *);
870 extern void lto_output_tree (struct output_block *, tree, bool, bool);
872 extern void produce_asm (struct output_block *ob, tree fn);
875 void lto_output_decl_state_streams (struct output_block *,
877 void lto_output_decl_state_refs (struct output_block *,
880 void lto_output_location (struct output_block *, struct bitpack_d *, location_t);
915 void cl_target_option_stream_out (struct output_block *, struct bitpack_d *,
H A Dgimple-streamer-out.c38 output_phi (struct output_block *ob, gphi *phi) in output_phi()
59 output_gimple_stmt (struct output_block *ob, gimple *stmt) in output_gimple_stmt()
202 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.h37 struct output_block;
56 void stream_out (struct output_block *);
H A Dprofile-count.c101 profile_count::stream_out (struct output_block *ob) in stream_out()
192 profile_probability::stream_out (struct output_block *ob) in stream_out()
H A Dvalue-prof.h108 extern void stream_out_histogram_value (struct output_block *, histogram_value);
H A Dipa-predicate.h213 void stream_out (struct output_block *);
H A Dipa-hsa.c162 struct output_block *ob; in ipa_hsa_write_summary()
H A Dsreal.c247 sreal::stream_out (struct output_block *ob) in stream_out()
H A Dprofile-count.h574 void stream_out (struct output_block *); in class()
1134 void stream_out (struct output_block *); in class()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-streamer.h78 void streamer_write_string_cst (struct output_block *,
80 void streamer_write_chain (struct output_block *, tree, bool);
81 void streamer_write_tree_header (struct output_block *, tree);
83 void streamer_write_tree_body (struct output_block *, tree, bool);
84 void streamer_write_integer_cst (struct output_block *, tree, bool);
85 void streamer_write_builtin (struct output_block *, tree);
H A Dtree-streamer-out.c35 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst()
51 write_identifier (struct output_block *ob, in write_identifier()
360 streamer_write_builtin (struct output_block *ob, tree expr) in streamer_write_builtin()
396 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) in streamer_write_chain()
432 write_ts_common_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_common_tree_pointers()
444 write_ts_vector_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_vector_tree_pointers()
455 write_ts_complex_tree_pointers (struct output_block *ob, tree expr, bool ref_p) in write_ts_complex_tree_pointers()
467 write_ts_decl_minimal_tree_pointers (struct output_block *ob, tree expr, in write_ts_decl_minimal_tree_pointers()
481 write_ts_decl_common_tree_pointers (struct output_block *ob, tree expr, in write_ts_decl_common_tree_pointers()
514 write_ts_decl_non_common_tree_pointers (struct output_block *ob, tree expr, in write_ts_decl_non_common_tree_pointers()
[all …]
H A Ddata-streamer-out.c35 streamer_string_index (struct output_block *ob, const char *s, unsigned int len, in streamer_string_index()
86 streamer_write_string_with_length (struct output_block *ob, in streamer_write_string_with_length()
105 streamer_write_string (struct output_block *ob, in streamer_write_string()
121 streamer_write_zero (struct output_block *ob) in streamer_write_zero()
130 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi()
139 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi()
H A Dlto-streamer-out.c53 clear_line_info (struct output_block *ob) in clear_line_info()
64 struct output_block *
67 struct output_block *ob = XCNEW (struct output_block); in create_output_block()
91 destroy_output_block (struct output_block *ob) in destroy_output_block()
112 output_type_ref (struct output_block *ob, tree node) in output_type_ref()
153 struct output_block *ob, in lto_output_location_bitpack()
190 lto_output_location (struct output_block *ob, location_t loc) in lto_output_location()
208 lto_output_tree_ref (struct output_block *ob, tree expr) in lto_output_tree_ref()
319 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) in lto_write_tree()
376 lto_output_tree (struct output_block *ob, tree expr, in lto_output_tree()
[all …]
H A Ddata-streamer.h65 void streamer_write_zero (struct output_block *);
66 void streamer_write_uhwi (struct output_block *, unsigned HOST_WIDE_INT);
67 void streamer_write_hwi (struct output_block *, HOST_WIDE_INT);
68 void streamer_write_string (struct output_block *, struct lto_output_stream *,
70 unsigned streamer_string_index (struct output_block *, const char *,
72 void streamer_write_string_with_length (struct output_block *,
349 streamer_write_record_start (struct output_block *ob, enum LTO_tags tag) in streamer_write_record_start()
H A Dstreamer-hooks.h29 struct output_block;
47 void (*write_tree) (struct output_block *, tree, bool, bool);
64 void (*output_location) (struct output_block *, location_t);
H A Dlto-streamer.h653 struct output_block struct
839 extern struct output_block *create_output_block (enum lto_section_type);
840 extern void destroy_output_block (struct output_block *);
841 extern void lto_output_tree (struct output_block *, tree, bool, bool);
843 extern void produce_asm (struct output_block *ob, tree fn);
844 void lto_output_decl_state_streams (struct output_block *,
846 void lto_output_decl_state_refs (struct output_block *,
849 void lto_output_location (struct output_block *, location_t);
H A Dgimple-streamer-out.c35 output_phi (struct output_block *ob, gimple phi) in output_phi()
54 output_gimple_stmt (struct output_block *ob, gimple stmt) in output_gimple_stmt()
168 output_bb (struct output_block *ob, basic_block bb, struct function *fn) in output_bb()
H A Dgimple-streamer.h34 void output_bb (struct output_block *, basic_block, struct function *);

12