Home
last modified time | relevance | path

Searched refs:init_emit_once (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c1920 init_emit_once (); in backend_init()
H A DFSFChangeLog1291 * emit-rtl.c (init_emit_once): Provide default for DOUBLE_TYPE_SIZE.
1349 (init_emit_once): Set and use it.
H A Drtl.h4049 extern void init_emit_once (void);
H A Demit-rtl.c6173 init_emit_once (void) in init_emit_once() function
H A DFSFChangeLog.103344 (gen_rtx, init_emit_once): Add support for it.
H A DFSFChangeLog.116741 init_emit_once. Handle branch_prob_dump. Call init_branch_prob.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc1758 init_emit_once (); in backend_init()
H A DFSFChangeLog1291 * emit-rtl.c (init_emit_once): Provide default for DOUBLE_TYPE_SIZE.
1349 (init_emit_once): Set and use it.
H A Drtl.h4187 extern void init_emit_once (void);
H A Demit-rtl.cc6154 init_emit_once (void) in init_emit_once() function
H A DChangeLog-200214360 * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
15845 (init_emit_once): Initialize static_regno_reg_rtx.
15853 init_emit_once. Call init_fake_stack_mems after init_emit_once.
17519 (init_emit_once): Don't call ggc_add_deletable_htab.
18153 (init_emit_once): Add free_sequence_stack as a deleteable root.
18197 (init_emit_once): Use canonical name for mem_attrs marker procedure.
22146 (init_emit_once): Initialize the const_double_htab. Use
27597 * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
30028 (init_emit_once): Update calls.
30751 * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
[all …]
H A DChangeLog-19996603 * emit-rtl.c (init_emit_once): Initialize modes first.
6965 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
7162 (init_emit_once): Allocate and initialize global_rtl. Likewise
8621 (init_emit_once): Add more GC roots.
8949 * emit-rtl.c (init_emit_once): Add gc roots.
9487 * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
11244 (init_emit_once) Don't clear sequence_stack.
H A DChangeLog-2000108 (gen_rtx_REG, gen_reg_rtx, init_emit_once): Use it instead of
4176 * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
4479 (init_emit_once), fold-const.c (mul_double, div_and_round_double),
5971 * emit-rtl.c (init_emit_once): Initialize the const_int_htab
6258 (init_emit_once): Remove ggc_p conditionals.
7914 * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
10610 * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
16475 * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
22322 * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
23734 (init_emit_once): Initialize const_int_htab.
H A DChangeLog-20038755 (init_emit_once): Initialize dconstpi & dconste.
8860 (init_emit_once): Initialize new dconsts, use ARRAY_SIZE in lieu
11247 * emit-rtl.c (init_emit_once): Call init_reg_modes_once here instead.
11249 * toplev.c (backend_init): Call init_regs after init_emit_once.
28372 (init_emit_once): Initialize dconstm2 and dconsthalf here.
34897 (init_emit_once): initialize reg_attrs_htab.
35791 init_emit_once): Likewise.
36449 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
H A DChangeLog-20016781 (init_emit_once): Don't clear CONST_DOUBLE_MEM.
9644 (init_emit_once): const_int_htab now deletable htab.
22232 * emit-rtl.c (init_emit_once): Zero unused memory in a
28486 * emit-rtl.c (init_emit_once): Use int loop variable to work around
29718 * emit-rtl.c (init_emit_once): Convert ifdefs to conditionals.
32177 * emit-rtl.c (init_emit_once): Amend comment describing
H A DChangeLog-19984655 * emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
17330 * emit_rtl.c (init_emit_once): Ensure that potential aliasing
17333 (init_emit_once): Use gen_rtx_raw_REG() to create
H A DChangeLog-20079484 (init_emit_once): Here.
10345 (init_emit_once): Create const_fixed_htab.
12088 (init_emit_once): Initialize fconst0 and fconst1 for fixed-point modes.
16643 * emit-rtl.c (init_emit_once): Intilize const_tiny_rtx[0]
30342 (init_emit_once): Delete dconstpi and init dconstsqrt2.
H A DChangeLog9994 * emit-rtl.cc (init_emit_once): Handle all boolean modes.
12940 (init_emit_once): ...not here.
H A DChangeLog-201210095 * emit-rtl.c (init_emit_once): Change to new double_int API.
22234 * emit-rtl.c (init_emit_once): Iterate through the
22747 (gen_lowpart_common, init_emit_once): Likewise.
31622 (init_emit_once): ...here.
H A DChangeLog-20171905 (init_emit_once): Initialize it when NUM_POLY_INT_COEFFS > 1.
17852 * emit-rtl.c (init_emit_once): Use opt_scalar_mode when iterating
18989 (init_emit_once): Use float_mode_for_size.
19151 (init_emit_once): Likewise.
H A DChangeLog-20092494 (init_emit_once): Remove line_numbers parameter.
2495 * rtl.h (init_emit_once): Adjust prototype.
2496 * toplev.c (backend_init): Adjust init_emit_once call.
H A DChangeLog-20149624 (init_emit_once): Build pointer bounds zero constants.
39667 (init_emit_once): ...here.
39826 (init_emit_once): Use wide-int interfaces.
45359 (init_emit_once): Do not allocate mem_attrs_htab.
H A DFSFChangeLog.103344 (gen_rtx, init_emit_once): Add support for it.
H A DFSFChangeLog.116741 init_emit_once. Handle branch_prob_dump. Call init_branch_prob.
H A DChangeLog-201812344 * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.
34842 * emit-rtl.c (init_emit_once): Make sure that CONST1_RTX (BImode) and

12