annotate gcc/targhooks.h @ 128:fe568345ddd5

fix CbC-example
author mir3636
date Wed, 11 Apr 2018 19:32:28 +0900
parents 04ced10e8804
children 84e7813d76e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 /* Default target hook functions.
111
kono
parents: 67
diff changeset
2 Copyright (C) 2003-2017 Free Software Foundation, Inc.
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 This file is part of GCC.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 GCC is free software; you can redistribute it and/or modify it under
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 the terms of the GNU General Public License as published by the Free
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 Software Foundation; either version 3, or (at your option) any later
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 version.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 for more details.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 along with GCC; see the file COPYING3. If not see
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 <http://www.gnu.org/licenses/>. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19
111
kono
parents: 67
diff changeset
20 #ifndef GCC_TARGHOOKS_H
kono
parents: 67
diff changeset
21 #define GCC_TARGHOOKS_H
kono
parents: 67
diff changeset
22
kono
parents: 67
diff changeset
23 extern bool default_legitimate_address_p (machine_mode, rtx, bool);
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
24
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 extern void default_external_libcall (rtx);
111
kono
parents: 67
diff changeset
26 extern rtx default_legitimize_address (rtx, rtx, machine_mode);
kono
parents: 67
diff changeset
27 extern bool default_legitimize_address_displacement (rtx *, rtx *,
kono
parents: 67
diff changeset
28 machine_mode);
kono
parents: 67
diff changeset
29 extern bool default_const_not_ok_for_debug_p (rtx);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
30
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 extern int default_unspec_may_trap_p (const_rtx, unsigned);
111
kono
parents: 67
diff changeset
32 extern machine_mode default_promote_function_mode (const_tree, machine_mode,
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
33 int *, const_tree, int);
111
kono
parents: 67
diff changeset
34 extern machine_mode default_promote_function_mode_always_promote
kono
parents: 67
diff changeset
35 (const_tree, machine_mode, int *, const_tree, int);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
36
111
kono
parents: 67
diff changeset
37 extern machine_mode default_cc_modes_compatible (machine_mode,
kono
parents: 67
diff changeset
38 machine_mode);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
39
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 extern bool default_return_in_memory (const_tree, const_tree);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
41
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 extern rtx default_expand_builtin_saveregs (void);
111
kono
parents: 67
diff changeset
43 extern void default_setup_incoming_varargs (cumulative_args_t, machine_mode, tree, int *, int);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 extern rtx default_builtin_setjmp_frame_value (void);
111
kono
parents: 67
diff changeset
45 extern bool default_pretend_outgoing_varargs_named (cumulative_args_t);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
46
111
kono
parents: 67
diff changeset
47 extern scalar_int_mode default_eh_return_filter_mode (void);
kono
parents: 67
diff changeset
48 extern scalar_int_mode default_libgcc_cmp_return_mode (void);
kono
parents: 67
diff changeset
49 extern scalar_int_mode default_libgcc_shift_count_mode (void);
kono
parents: 67
diff changeset
50 extern scalar_int_mode default_unwind_word_mode (void);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 extern unsigned HOST_WIDE_INT default_shift_truncation_mask
111
kono
parents: 67
diff changeset
52 (machine_mode);
kono
parents: 67
diff changeset
53 extern unsigned int default_min_divisions_for_recip_mul (machine_mode);
kono
parents: 67
diff changeset
54 extern int default_mode_rep_extended (scalar_int_mode, scalar_int_mode);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
55
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 extern tree default_stack_protect_guard (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 extern tree default_external_stack_protect_fail (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 extern tree default_hidden_stack_protect_fail (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
59
111
kono
parents: 67
diff changeset
60 extern machine_mode default_mode_for_suffix (char);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
61
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
62 extern tree default_cxx_guard_type (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 extern tree default_cxx_get_cookie_size (tree);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
64
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 extern bool hook_pass_by_reference_must_pass_in_stack
111
kono
parents: 67
diff changeset
66 (cumulative_args_t, machine_mode mode, const_tree, bool);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
67 extern bool hook_callee_copies_named
111
kono
parents: 67
diff changeset
68 (cumulative_args_t ca, machine_mode, const_tree, bool);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
69
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
70 extern void default_print_operand (FILE *, rtx, int);
111
kono
parents: 67
diff changeset
71 extern void default_print_operand_address (FILE *, machine_mode, rtx);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
72 extern bool default_print_operand_punct_valid_p (unsigned char);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
73 extern tree default_mangle_assembler_name (const char *);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
74
111
kono
parents: 67
diff changeset
75 extern bool default_scalar_mode_supported_p (scalar_mode);
kono
parents: 67
diff changeset
76 extern bool default_libgcc_floating_mode_supported_p (scalar_float_mode);
kono
parents: 67
diff changeset
77 extern opt_scalar_float_mode default_floatn_mode (int, bool);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
78 extern bool targhook_words_big_endian (void);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
79 extern bool targhook_float_words_big_endian (void);
111
kono
parents: 67
diff changeset
80 extern bool default_float_exceptions_rounding_supported_p (void);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
81 extern bool default_decimal_float_supported_p (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
82 extern bool default_fixed_point_supported_p (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
83
111
kono
parents: 67
diff changeset
84 extern bool default_has_ifunc_p (void);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
85
111
kono
parents: 67
diff changeset
86 extern const char * default_invalid_within_doloop (const rtx_insn *);
kono
parents: 67
diff changeset
87
kono
parents: 67
diff changeset
88 extern tree default_builtin_vectorized_function (unsigned int, tree, tree);
kono
parents: 67
diff changeset
89 extern tree default_builtin_md_vectorized_function (tree, tree, tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
90
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
91 extern tree default_builtin_vectorized_conversion (unsigned int, tree, tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
92
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
93 extern int default_builtin_vectorization_cost (enum vect_cost_for_stmt, tree, int);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
94
111
kono
parents: 67
diff changeset
95 extern tree default_builtin_reciprocal (tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
96
111
kono
parents: 67
diff changeset
97 extern HOST_WIDE_INT default_static_rtx_alignment (machine_mode);
kono
parents: 67
diff changeset
98 extern HOST_WIDE_INT default_constant_alignment (const_tree, HOST_WIDE_INT);
kono
parents: 67
diff changeset
99 extern HOST_WIDE_INT constant_alignment_word_strings (const_tree,
kono
parents: 67
diff changeset
100 HOST_WIDE_INT);
kono
parents: 67
diff changeset
101 extern HOST_WIDE_INT default_vector_alignment (const_tree);
kono
parents: 67
diff changeset
102
kono
parents: 67
diff changeset
103 extern HOST_WIDE_INT default_preferred_vector_alignment (const_tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
104 extern bool default_builtin_vector_alignment_reachable (const_tree, bool);
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
105 extern bool
111
kono
parents: 67
diff changeset
106 default_builtin_support_vector_misalignment (machine_mode mode,
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
107 const_tree,
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
108 int, bool);
111
kono
parents: 67
diff changeset
109 extern machine_mode default_preferred_simd_mode (scalar_mode mode);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
110 extern unsigned int default_autovectorize_vector_sizes (void);
111
kono
parents: 67
diff changeset
111 extern opt_machine_mode default_get_mask_mode (unsigned, unsigned);
kono
parents: 67
diff changeset
112 extern void *default_init_cost (struct loop *);
kono
parents: 67
diff changeset
113 extern unsigned default_add_stmt_cost (void *, int, enum vect_cost_for_stmt,
kono
parents: 67
diff changeset
114 struct _stmt_vec_info *, int,
kono
parents: 67
diff changeset
115 enum vect_cost_model_location);
kono
parents: 67
diff changeset
116 extern void default_finish_cost (void *, unsigned *, unsigned *, unsigned *);
kono
parents: 67
diff changeset
117 extern void default_destroy_cost_data (void *);
kono
parents: 67
diff changeset
118
kono
parents: 67
diff changeset
119 /* OpenACC hooks. */
kono
parents: 67
diff changeset
120 extern bool default_goacc_validate_dims (tree, int [], int);
kono
parents: 67
diff changeset
121 extern int default_goacc_dim_limit (int);
kono
parents: 67
diff changeset
122 extern bool default_goacc_fork_join (gcall *, const int [], bool);
kono
parents: 67
diff changeset
123 extern void default_goacc_reduction (gcall *);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
124
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
125 /* These are here, and not in hooks.[ch], because not all users of
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
126 hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
127
111
kono
parents: 67
diff changeset
128 extern bool hook_bool_CUMULATIVE_ARGS_false (cumulative_args_t);
kono
parents: 67
diff changeset
129 extern bool hook_bool_CUMULATIVE_ARGS_true (cumulative_args_t);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
130
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
131 extern bool hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false
111
kono
parents: 67
diff changeset
132 (cumulative_args_t, machine_mode, const_tree, bool);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
133 extern bool hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true
111
kono
parents: 67
diff changeset
134 (cumulative_args_t, machine_mode, const_tree, bool);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
135 extern int hook_int_CUMULATIVE_ARGS_mode_tree_bool_0
111
kono
parents: 67
diff changeset
136 (cumulative_args_t, machine_mode, tree, bool);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
137 extern const char *hook_invalid_arg_for_unprototyped_fn
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
138 (const_tree, const_tree, const_tree);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
139 extern void default_function_arg_advance
111
kono
parents: 67
diff changeset
140 (cumulative_args_t, machine_mode, const_tree, bool);
kono
parents: 67
diff changeset
141 extern HOST_WIDE_INT default_function_arg_offset (machine_mode, const_tree);
kono
parents: 67
diff changeset
142 extern pad_direction default_function_arg_padding (machine_mode, const_tree);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
143 extern rtx default_function_arg
111
kono
parents: 67
diff changeset
144 (cumulative_args_t, machine_mode, const_tree, bool);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
145 extern rtx default_function_incoming_arg
111
kono
parents: 67
diff changeset
146 (cumulative_args_t, machine_mode, const_tree, bool);
kono
parents: 67
diff changeset
147 extern unsigned int default_function_arg_boundary (machine_mode,
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
148 const_tree);
111
kono
parents: 67
diff changeset
149 extern unsigned int default_function_arg_round_boundary (machine_mode,
kono
parents: 67
diff changeset
150 const_tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
151 extern bool hook_bool_const_rtx_commutative_p (const_rtx, int);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
152 extern rtx default_function_value (const_tree, const_tree, bool);
111
kono
parents: 67
diff changeset
153 extern rtx default_libcall_value (machine_mode, const_rtx);
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
154 extern bool default_function_value_regno_p (const unsigned int);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
155 extern rtx default_internal_arg_pointer (void);
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
156 extern rtx default_static_chain (const_tree, bool);
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
157 extern void default_trampoline_init (rtx, tree, rtx);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
158 extern int default_return_pops_args (tree, tree, int);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
159 extern reg_class_t default_branch_target_register_class (void);
111
kono
parents: 67
diff changeset
160 extern reg_class_t default_ira_change_pseudo_allocno_class (int, reg_class_t,
kono
parents: 67
diff changeset
161 reg_class_t);
kono
parents: 67
diff changeset
162 extern bool default_lra_p (void);
kono
parents: 67
diff changeset
163 extern int default_register_priority (int);
kono
parents: 67
diff changeset
164 extern bool default_register_usage_leveling_p (void);
kono
parents: 67
diff changeset
165 extern bool default_different_addr_displacement_p (void);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
166 extern reg_class_t default_secondary_reload (bool, rtx, reg_class_t,
111
kono
parents: 67
diff changeset
167 machine_mode,
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
168 secondary_reload_info *);
111
kono
parents: 67
diff changeset
169 extern machine_mode default_secondary_memory_needed_mode (machine_mode);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
170 extern void default_target_option_override (void);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
171 extern void hook_void_bitmap (bitmap);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
172 extern int default_reloc_rw_mask (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
173 extern tree default_mangle_decl_assembler_name (tree, tree);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
174 extern tree default_emutls_var_fields (tree, tree *);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
175 extern tree default_emutls_var_init (tree, tree, tree);
111
kono
parents: 67
diff changeset
176 extern unsigned int default_hard_regno_nregs (unsigned int, machine_mode);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
177 extern bool default_hard_regno_scratch_ok (unsigned int);
111
kono
parents: 67
diff changeset
178 extern bool default_mode_dependent_address_p (const_rtx, addr_space_t);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
179 extern bool default_target_option_valid_attribute_p (tree, tree, tree, int);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
180 extern bool default_target_option_pragma_parse (tree, tree);
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
181 extern bool default_target_can_inline_p (tree, tree);
111
kono
parents: 67
diff changeset
182 extern bool default_valid_pointer_mode (scalar_int_mode);
kono
parents: 67
diff changeset
183 extern bool default_ref_may_alias_errno (struct ao_ref *);
kono
parents: 67
diff changeset
184 extern scalar_int_mode default_addr_space_pointer_mode (addr_space_t);
kono
parents: 67
diff changeset
185 extern scalar_int_mode default_addr_space_address_mode (addr_space_t);
kono
parents: 67
diff changeset
186 extern bool default_addr_space_valid_pointer_mode (scalar_int_mode,
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
187 addr_space_t);
111
kono
parents: 67
diff changeset
188 extern bool default_addr_space_legitimate_address_p (machine_mode, rtx,
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
189 bool, addr_space_t);
111
kono
parents: 67
diff changeset
190 extern rtx default_addr_space_legitimize_address (rtx, rtx, machine_mode,
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
191 addr_space_t);
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
192 extern bool default_addr_space_subset_p (addr_space_t, addr_space_t);
111
kono
parents: 67
diff changeset
193 extern bool default_addr_space_zero_address_valid (addr_space_t);
kono
parents: 67
diff changeset
194 extern int default_addr_space_debug (addr_space_t);
kono
parents: 67
diff changeset
195 extern void default_addr_space_diagnose_usage (addr_space_t, location_t);
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
196 extern rtx default_addr_space_convert (rtx, tree, tree);
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
197 extern unsigned int default_case_values_threshold (void);
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
198 extern bool default_have_conditional_execution (void);
111
kono
parents: 67
diff changeset
199
kono
parents: 67
diff changeset
200 extern bool default_libc_has_function (enum function_class);
kono
parents: 67
diff changeset
201 extern bool no_c99_libc_has_function (enum function_class);
kono
parents: 67
diff changeset
202 extern bool gnu_libc_has_function (enum function_class);
kono
parents: 67
diff changeset
203
kono
parents: 67
diff changeset
204 extern tree default_builtin_tm_load_store (tree);
kono
parents: 67
diff changeset
205
kono
parents: 67
diff changeset
206 extern int default_memory_move_cost (machine_mode, reg_class_t, bool);
kono
parents: 67
diff changeset
207 extern int default_register_move_cost (machine_mode, reg_class_t,
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
208 reg_class_t);
111
kono
parents: 67
diff changeset
209 extern bool default_slow_unaligned_access (machine_mode, unsigned int);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
210
111
kono
parents: 67
diff changeset
211 extern bool default_use_by_pieces_infrastructure_p (unsigned HOST_WIDE_INT,
kono
parents: 67
diff changeset
212 unsigned int,
kono
parents: 67
diff changeset
213 enum by_pieces_operation,
kono
parents: 67
diff changeset
214 bool);
kono
parents: 67
diff changeset
215 extern int default_compare_by_pieces_branch_ratio (machine_mode);
kono
parents: 67
diff changeset
216
kono
parents: 67
diff changeset
217 extern void default_print_patchable_function_entry (FILE *,
kono
parents: 67
diff changeset
218 unsigned HOST_WIDE_INT,
kono
parents: 67
diff changeset
219 bool);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
220 extern bool default_profile_before_prologue (void);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
221 extern reg_class_t default_preferred_reload_class (rtx, reg_class_t);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
222 extern reg_class_t default_preferred_output_reload_class (rtx, reg_class_t);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
223 extern reg_class_t default_preferred_rename_class (reg_class_t rclass);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
224 extern bool default_class_likely_spilled_p (reg_class_t);
111
kono
parents: 67
diff changeset
225 extern unsigned char default_class_max_nregs (reg_class_t, machine_mode);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
226
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
227 extern enum unwind_info_type default_debug_unwind_info (void);
111
kono
parents: 67
diff changeset
228
kono
parents: 67
diff changeset
229 extern void default_canonicalize_comparison (int *, rtx *, rtx *, bool);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
230
111
kono
parents: 67
diff changeset
231 extern int default_label_align_after_barrier_max_skip (rtx_insn *);
kono
parents: 67
diff changeset
232 extern int default_loop_align_max_skip (rtx_insn *);
kono
parents: 67
diff changeset
233 extern int default_label_align_max_skip (rtx_insn *);
kono
parents: 67
diff changeset
234 extern int default_jump_align_max_skip (rtx_insn *);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
235 extern section * default_function_section(tree decl, enum node_frequency freq,
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
236 bool startup, bool exit);
111
kono
parents: 67
diff changeset
237 extern machine_mode default_dwarf_frame_reg_mode (int);
kono
parents: 67
diff changeset
238 extern machine_mode default_get_reg_raw_mode (int);
kono
parents: 67
diff changeset
239 extern bool default_keep_leaf_when_profiled ();
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
240
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
241 extern void *default_get_pch_validity (size_t *);
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
242 extern const char *default_pch_valid_p (const void *, size_t);
111
kono
parents: 67
diff changeset
243
kono
parents: 67
diff changeset
244 extern void default_asm_output_ident_directive (const char*);
kono
parents: 67
diff changeset
245
kono
parents: 67
diff changeset
246 extern scalar_int_mode default_cstore_mode (enum insn_code);
kono
parents: 67
diff changeset
247 extern bool default_member_type_forces_blk (const_tree, machine_mode);
kono
parents: 67
diff changeset
248 extern void default_atomic_assign_expand_fenv (tree *, tree *, tree *);
kono
parents: 67
diff changeset
249 extern tree build_va_arg_indirect_ref (tree);
kono
parents: 67
diff changeset
250 extern tree std_gimplify_va_arg_expr (tree, tree, gimple_seq *, gimple_seq *);
kono
parents: 67
diff changeset
251 extern bool can_use_doloop_if_innermost (const widest_int &,
kono
parents: 67
diff changeset
252 const widest_int &,
kono
parents: 67
diff changeset
253 unsigned int, bool);
kono
parents: 67
diff changeset
254
kono
parents: 67
diff changeset
255 extern rtx default_load_bounds_for_arg (rtx, rtx, rtx);
kono
parents: 67
diff changeset
256 extern void default_store_bounds_for_arg (rtx, rtx, rtx, rtx);
kono
parents: 67
diff changeset
257 extern rtx default_load_returned_bounds (rtx);
kono
parents: 67
diff changeset
258 extern void default_store_returned_bounds (rtx,rtx);
kono
parents: 67
diff changeset
259 extern tree default_chkp_bound_type (void);
kono
parents: 67
diff changeset
260 extern machine_mode default_chkp_bound_mode (void);
kono
parents: 67
diff changeset
261 extern tree default_builtin_chkp_function (unsigned int);
kono
parents: 67
diff changeset
262 extern rtx default_chkp_function_value_bounds (const_tree, const_tree, bool);
kono
parents: 67
diff changeset
263 extern tree default_chkp_make_bounds_constant (HOST_WIDE_INT lb, HOST_WIDE_INT ub);
kono
parents: 67
diff changeset
264 extern int default_chkp_initialize_bounds (tree var, tree lb, tree ub,
kono
parents: 67
diff changeset
265 tree *stmts);
kono
parents: 67
diff changeset
266 extern void default_setup_incoming_vararg_bounds (cumulative_args_t ca ATTRIBUTE_UNUSED,
kono
parents: 67
diff changeset
267 machine_mode mode ATTRIBUTE_UNUSED,
kono
parents: 67
diff changeset
268 tree type ATTRIBUTE_UNUSED,
kono
parents: 67
diff changeset
269 int *pretend_arg_size ATTRIBUTE_UNUSED,
kono
parents: 67
diff changeset
270 int second_time ATTRIBUTE_UNUSED);
kono
parents: 67
diff changeset
271 extern bool default_optab_supported_p (int, machine_mode, machine_mode,
kono
parents: 67
diff changeset
272 optimization_type);
kono
parents: 67
diff changeset
273 extern unsigned int default_max_noce_ifcvt_seq_cost (edge);
kono
parents: 67
diff changeset
274 extern bool default_noce_conversion_profitable_p (rtx_insn *,
kono
parents: 67
diff changeset
275 struct noce_if_info *);
kono
parents: 67
diff changeset
276 extern unsigned int default_min_arithmetic_precision (void);
kono
parents: 67
diff changeset
277
kono
parents: 67
diff changeset
278 extern enum flt_eval_method
kono
parents: 67
diff changeset
279 default_excess_precision (enum excess_precision_type ATTRIBUTE_UNUSED);
kono
parents: 67
diff changeset
280 extern bool default_stack_clash_protection_final_dynamic_probe (rtx);
kono
parents: 67
diff changeset
281
kono
parents: 67
diff changeset
282 #endif /* GCC_TARGHOOKS_H */