Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
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);
58 void streamer_write_string (struct output_block *, struct lto_output_stream *,
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 &);
[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.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.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 Dvalue-prof.h108 extern void stream_out_histogram_value (struct output_block *, histogram_value);
H A Dipa-predicate.h245 void stream_out (struct output_block *);
H A Dprofile-count.h632 void stream_out (struct output_block *); in class()
1241 void stream_out (struct output_block *);
H A Dcgraph.h1683 void stream_out (struct output_block *) const; in class()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
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);
58 void streamer_write_string (struct output_block *, struct lto_output_stream *,
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 &);
[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.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.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 Dvalue-prof.h108 extern void stream_out_histogram_value (struct output_block *, histogram_value);
H A Dipa-predicate.h245 void stream_out (struct output_block *);
H A Dprofile-count.h632 void stream_out (struct output_block *); in class()
1241 void stream_out (struct output_block *);
H A Dcgraph.h1683 void stream_out (struct output_block *) const; in class()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c247 static void noinline_for_stack fwht(const u8 *block, s16 *output_block, in fwht() argument
254 s16 *out = output_block; in fwht()
337 out = output_block; in fwht()
382 fwht16(const s16 *block, s16 *output_block, int stride, int intra) in fwht16() argument
387 s16 *out = output_block; in fwht16()
426 out = output_block; in fwht16()
466 ifwht(const s16 *block, s16 *output_block, int intra) in ifwht() argument
475 s16 *out = output_block; in ifwht()
514 out = output_block; in ifwht()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state20564 (!type struct 1142 nil gc_unused "output_block"nil
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state20598 (!type struct 1144 nil gc_unused "output_block"nil