OSDN Git Service

Call scev_reset_htab when Graphite out-of-SSA has changed something.
[pf3gnuchains/gcc-fork.git] / gcc / target.def
1 /* Target hook definitions.
2    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
3    Free Software Foundation, Inc.
4
5    This program is free software; you can redistribute it and/or modify it
6    under the terms of the GNU General Public License as published by the
7    Free Software Foundation; either version 3, or (at your option) any
8    later version.
9
10    This program is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    GNU General Public License for more details.
14
15    You should have received a copy of the GNU General Public License
16    along with this program; see the file COPYING3.  If not see
17    <http://www.gnu.org/licenses/>.
18
19    In other words, you are welcome to use, share and improve this program.
20    You are forbidden to forbid anyone else to use, share and improve
21    what you give them.   Help stamp out software-hoarding!  */
22
23 /* The following macros should be provided by the including file:
24
25    DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
26    DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'.  */
27
28 /* Defaults for optional macros:
29    DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
30    with the previous 'hook'.  */
31 #ifndef DEFHOOKPODX
32 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
33 #endif
34    
35 /* HOOKSTRUCT(FRAGMENT): Declarator fragments to encapsulate all the
36    members into a struct gcc_target, which in turn contains several
37    sub-structs.  */
38 #ifndef HOOKSTRUCT
39 #define HOOKSTRUCT(FRAGMENT)
40 #endif
41 /* HOOK_VECTOR: Start a struct declaration, which then gets its own initializer.
42    HOOK_VECTOR_END: Close a struct declaration, providing a member declarator
43                     name for nested use.  */
44 #ifndef HOOK_VECTOR_1
45 #define HOOK_VECTOR_1(NAME, FRAGMENT) HOOKSTRUCT(FRAGMENT)
46 #endif
47 #define HOOK_VECTOR(INIT_NAME, SNAME) HOOK_VECTOR_1 (INIT_NAME, struct SNAME {)
48 #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
49
50 HOOK_VECTOR (TARGET_INITIALIZER, gcc_target)
51
52 /* FIXME: For pre-existing hooks, we can't place the documentation in the
53    documentation field here till we get permission from the FSF to include
54    it in GPLed software - the target hook documentation is so far only
55    available under the GFDL.  */
56
57 /* A hook should generally be documented by a string in the DOC parameter,
58    which should contain texinfo markup.  If the documentation is only available
59    under the GPL, but not under the GFDL, put it in a comment above the hook
60    definition.  If the function declaration is available both under GPL and
61    GFDL, but the documentation is only available under the GFDL, put the
62    documentaton in tm.texi.in, heading with @hook <hookname> and closing
63    the paragraph with @end deftypefn / deftypevr as appropriate, and marking
64    the next autogenerated hook with @hook <hookname>.
65    In both these cases, leave the DOC string empty, i.e. "".
66    Sometimes, for some historic reason the function declaration 
67    has to be documented differently
68    than what it is.  In that case, use DEFHOOK_UNDOC to supress auto-generation
69    of documentation.  DEFHOOK_UNDOC takes a DOC string which it ignores, so
70    you can put GPLed documentation string there if you have hopes that you
71    can clear the declaration & documentation for GFDL distribution later,
72    in which case you can then simply change the DEFHOOK_UNDOC to DEFHOOK
73    to turn on the autogeneration of the documentation.
74
75    A documentation string of "*" means not to emit any documentation at all,
76    and is mainly used internally for DEFHOOK_UNDOC.  It should generally not
77    be used otherwise, but it has its use for exceptional cases where automatic
78    documentation is not wanted, and the real documentation is elsewere, like
79    for TARGET_ASM_{,UN}ALIGNED_INT_OP, which are hooks only for implementation
80    purposes; they refer to structs, the components of which are documented as
81    separate hooks TARGET_ASM_{,UN}ALIGNED_[HSDT]I_OP.
82    A DOC string of 0 is for internal use of DEFHOOKPODX and special table
83    entries only.  */
84
85 /* Functions that output assembler for the target.  */
86 #define HOOK_PREFIX "TARGET_ASM_"
87 HOOK_VECTOR (TARGET_ASM_OUT, asm_out)
88
89 /* Opening and closing parentheses for asm expression grouping.  */
90 DEFHOOKPOD
91 (open_paren,
92  "",
93  const char *, "(")
94 DEFHOOKPODX (close_paren, const char *, ")")
95
96 /* Assembler instructions for creating various kinds of integer object.  */
97 DEFHOOKPOD
98 (byte_op,
99  "",
100  const char *, "\t.byte\t")
101 DEFHOOKPOD (aligned_op, "*", struct asm_int_op, TARGET_ASM_ALIGNED_INT_OP)
102 DEFHOOKPOD (unaligned_op, "*", struct asm_int_op, TARGET_ASM_UNALIGNED_INT_OP)
103
104 /* Try to output the assembler code for an integer object whose
105    value is given by X.  SIZE is the size of the object in bytes and
106    ALIGNED_P indicates whether it is aligned.  Return true if
107    successful.  Only handles cases for which BYTE_OP, ALIGNED_OP
108    and UNALIGNED_OP are NULL.  */
109 DEFHOOK
110 (integer,
111  "",
112  /* Only handles cases for which BYTE_OP, ALIGNED_OP and UNALIGNED_OP are
113     NULL.  */
114  bool, (rtx x, unsigned int size, int aligned_p),
115  default_assemble_integer)
116
117 /* Output code that will globalize a label.  */
118 DEFHOOK
119 (globalize_label,
120  "",
121  void, (FILE *stream, const char *name),
122  default_globalize_label)
123
124 /* Output code that will globalize a declaration.  */
125 DEFHOOK
126 (globalize_decl_name,
127  "",
128  void, (FILE *stream, tree decl), default_globalize_decl_name)
129
130 /* Output code that will emit a label for unwind info, if this
131    target requires such labels.  Second argument is the decl the
132    unwind info is associated with, third is a boolean: true if
133    this is for exception handling, fourth is a boolean: true if
134    this is only a placeholder for an omitted FDE.  */
135 DEFHOOK
136 (emit_unwind_label,
137  "",
138  void, (FILE *stream, tree decl, int for_eh, int empty),
139  default_emit_unwind_label)
140
141 /* Output code that will emit a label to divide up the exception table.  */
142 DEFHOOK
143 (emit_except_table_label,
144  "",
145  void, (FILE *stream),
146  default_emit_except_table_label)
147
148 /* Emit any directives required to unwind this instruction.  */
149 DEFHOOK
150 (unwind_emit,
151  "",
152  void, (FILE *stream, rtx insn),
153  NULL)
154
155 /* Output an internal label.  */
156 DEFHOOK
157 (internal_label,
158  "",
159  void, (FILE *stream, const char *prefix, unsigned long labelno),
160  default_internal_label)
161
162 /* Output label for the constant.  */
163 DEFHOOK
164 (declare_constant_name,
165  "",
166  void, (FILE *file, const char *name, const_tree expr, HOST_WIDE_INT size),
167  default_asm_declare_constant_name)
168
169 /* Emit a ttype table reference to a typeinfo object.  */
170 DEFHOOK
171 (ttype,
172  "",
173  bool, (rtx sym),
174  hook_bool_rtx_false)
175
176 /* Emit an assembler directive to set visibility for the symbol
177    associated with the tree decl.  */
178 DEFHOOK
179 (assemble_visibility,
180  "",
181  void, (tree decl, int visibility),
182  default_assemble_visibility)
183
184 /* Output the assembler code for entry to a function.  */
185 DEFHOOK
186 (function_prologue,
187  "",
188  void, (FILE *file, HOST_WIDE_INT size),
189  default_function_pro_epilogue)
190
191 /* Output the assembler code for end of prologue.  */
192 DEFHOOK
193 (function_end_prologue,
194  "",
195  void, (FILE *file),
196  no_asm_to_stream)
197
198 /* Output the assembler code for start of epilogue.  */
199 DEFHOOK
200 (function_begin_epilogue,
201  "",
202  void, (FILE *file),
203  no_asm_to_stream)
204
205 /* Output the assembler code for function exit.  */
206 DEFHOOK
207 (function_epilogue,
208  "",
209  void, (FILE *file, HOST_WIDE_INT size),
210  default_function_pro_epilogue)
211
212 /* Initialize target-specific sections.  */
213 DEFHOOK
214 (init_sections,
215  "",
216  void, (void),
217  hook_void_void)
218
219 /* Tell assembler to change to section NAME with attributes FLAGS.
220    If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with
221    which this section is associated.  */
222 DEFHOOK
223 (named_section,
224  "",
225  void, (const char *name, unsigned int flags, tree decl),
226  default_no_named_section)
227
228 /* Return a mask describing how relocations should be treated when
229    selecting sections.  Bit 1 should be set if global relocations
230    should be placed in a read-write section; bit 0 should be set if
231    local relocations should be placed in a read-write section.  */
232 DEFHOOK
233 (reloc_rw_mask,
234  "",
235  int, (void),
236  default_reloc_rw_mask)
237
238  /* Return a section for EXP.  It may be a DECL or a constant.  RELOC
239     is nonzero if runtime relocations must be applied; bit 1 will be
240     set if the runtime relocations require non-local name resolution.
241     ALIGN is the required alignment of the data.  */
242 DEFHOOK
243 (select_section,
244  "",
245  section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
246  default_select_section)
247
248 /* Return a section for X.  MODE is X's mode and ALIGN is its
249    alignment in bits.  */
250 DEFHOOK
251 (select_rtx_section,
252  "",
253  section *, (enum machine_mode mode, rtx x, unsigned HOST_WIDE_INT align),
254  default_select_rtx_section)
255
256 /* Select a unique section name for DECL.  RELOC is the same as
257    for SELECT_SECTION.  */
258 DEFHOOK
259 (unique_section,
260  "",
261  void, (tree decl, int reloc),
262  default_unique_section)
263
264 /* Return the readonly data section associated with function DECL.  */
265 DEFHOOK
266 (function_rodata_section,
267  "",
268  section *, (tree decl),
269  default_function_rodata_section)
270
271 /* Output a constructor for a symbol with a given priority.  */
272 DEFHOOK
273 (constructor,
274  "",
275  void, (rtx symbol, int priority), NULL)
276
277 /* Output a destructor for a symbol with a given priority.  */
278 DEFHOOK
279 (destructor,
280  "",
281  void, (rtx symbol, int priority), NULL)
282
283 /* Output the assembler code for a thunk function.  THUNK_DECL is the
284    declaration for the thunk function itself, FUNCTION is the decl for
285    the target function.  DELTA is an immediate constant offset to be
286    added to THIS.  If VCALL_OFFSET is nonzero, the word at
287    *(*this + vcall_offset) should be added to THIS.  */
288 DEFHOOK
289 (output_mi_thunk,
290  "",
291  void, (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta,
292         HOST_WIDE_INT vcall_offset, tree function),
293  NULL)
294
295 /* Determine whether output_mi_thunk would succeed.  */
296 /* ??? Ideally, this hook would not exist, and success or failure
297    would be returned from output_mi_thunk directly.  But there's
298    too much undo-able setup involved in invoking output_mi_thunk.
299    Could be fixed by making output_mi_thunk emit rtl instead of
300    text to the output file.  */
301 DEFHOOK
302 (can_output_mi_thunk,
303  "",
304  bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
305         HOST_WIDE_INT vcall_offset, const_tree function),
306  hook_bool_const_tree_hwi_hwi_const_tree_false)
307
308 /* Output any boilerplate text needed at the beginning of a
309    translation unit.  */
310 DEFHOOK
311 (file_start,
312  "",
313  void, (void),
314  default_file_start)
315
316 /* Output any boilerplate text needed at the end of a translation unit.  */
317 DEFHOOK
318 (file_end,
319  "",
320  void, (void),
321  hook_void_void)
322
323 /* Output any boilerplate text needed at the beginning of an
324    LTO output stream.  */
325 DEFHOOK
326 (lto_start,
327  "",
328  void, (void),
329  hook_void_void)
330
331 /* Output any boilerplate text needed at the end of an
332    LTO output stream.  */
333 DEFHOOK
334 (lto_end,
335  "",
336  void, (void),
337  hook_void_void)
338
339 /* Output any boilerplace text needed at the end of a
340    translation unit before debug and unwind info is emitted.  */
341 DEFHOOK
342 (code_end,
343  "",
344  void, (void),
345  hook_void_void)
346
347 /* Output an assembler pseudo-op to declare a library function name
348    external.  */
349 DEFHOOK
350 (external_libcall,
351  "",
352  void, (rtx symref),
353  default_external_libcall)
354
355 /* Output an assembler directive to mark decl live. This instructs
356    linker to not dead code strip this symbol.  */
357 DEFHOOK
358 (mark_decl_preserved,
359  "",
360  void, (const char *symbol),
361  hook_void_constcharptr)
362
363 /* Output a record of the command line switches that have been passed.  */
364 DEFHOOK
365 (record_gcc_switches,
366  "",
367  int, (print_switch_type type, const char *text),
368  NULL)
369
370 /* The name of the section that the example ELF implementation of
371    record_gcc_switches will use to store the information.  Target
372    specific versions of record_gcc_switches may or may not use
373    this information.  */
374 DEFHOOKPOD
375 (record_gcc_switches_section,
376  "",
377  const char *, ".GCC.command.line")
378
379 /* Output the definition of a section anchor.  */
380 DEFHOOK
381 (output_anchor,
382  "",
383  void, (rtx x),
384  default_asm_output_anchor)
385
386 /* Output a DTP-relative reference to a TLS symbol.  */
387 DEFHOOK
388 (output_dwarf_dtprel,
389  "",
390  void, (FILE *file, int size, rtx x),
391  NULL)
392
393 /* Some target machines need to postscan each insn after it is output.  */
394 DEFHOOK
395 (final_postscan_insn,
396  "",
397  void, (FILE *file, rtx insn, rtx *opvec, int noperands),
398  NULL)
399
400 /* Emit the trampoline template.  This hook may be NULL.  */
401 DEFHOOK
402 (trampoline_template,
403  "",
404  void, (FILE *f),
405  NULL)
406
407 DEFHOOK
408 (output_source_filename,
409  "Output COFF information or DWARF debugging information which indicates\
410  that filename @var{name} is the current source file to the stdio\
411  stream @var{file}.\n\
412  \n\
413  This target hook need not be defined if the standard form of output\
414  for the file format in use is appropriate.",
415  void ,(FILE *file, const char *name),
416  default_asm_output_source_filename)
417
418 DEFHOOK
419 (output_addr_const_extra,
420  "",
421  bool, (FILE *file, rtx x),
422  default_asm_output_addr_const_extra)
423
424 /* ??? The TARGET_PRINT_OPERAND* hooks are part of the asm_out struct,
425    even though that is not reflected in the macro name to override their
426    initializers.  */
427 #undef HOOK_PREFIX
428 #define HOOK_PREFIX "TARGET_"
429
430 /* Emit a machine-specific insn operand.  */
431 /* ??? tm.texi only documents the old macro PRINT_OPERAND,
432    not this  hook, and uses a different name for the argument FILE.  */
433 DEFHOOK_UNDOC
434 (print_operand,
435  "",
436  void, (FILE *file, rtx x, int code),
437  default_print_operand)
438
439 /* Emit a machine-specific memory address.  */
440 /* ??? tm.texi only documents the old macro PRINT_OPERAND_ADDRESS,
441    not this  hook, and uses different argument names.  */
442 DEFHOOK_UNDOC
443 (print_operand_address,
444  "",
445  void, (FILE *file, rtx addr),
446  default_print_operand_address)
447
448 /* Determine whether CODE is a valid punctuation character for the
449    `print_operand' hook.  */
450 /* ??? tm.texi only documents the old macro PRINT_OPERAND_PUNCT_VALID_P,
451    not this  hook.  */
452 DEFHOOK_UNDOC
453 (print_operand_punct_valid_p,
454  "",
455  bool ,(unsigned char code),
456  default_print_operand_punct_valid_p)
457
458 HOOK_VECTOR_END (asm_out)
459
460 /* Functions relating to instruction scheduling.  All of these
461    default to null pointers, which haifa-sched.c looks for and handles.  */
462 #undef HOOK_PREFIX
463 #define HOOK_PREFIX "TARGET_SCHED_"
464 HOOK_VECTOR (TARGET_SCHED, sched)
465
466 /* Given the current cost, COST, of an insn, INSN, calculate and
467    return a new cost based on its relationship to DEP_INSN through
468    the dependence LINK.  The default is to make no adjustment.  */
469 DEFHOOK
470 (adjust_cost,
471  "",
472  int, (rtx insn, rtx link, rtx dep_insn, int cost), NULL)
473
474 /* Adjust the priority of an insn as you see fit.  Returns the new priority.  */
475 DEFHOOK
476 (adjust_priority,
477  "",
478  int, (rtx insn, int priority), NULL)
479
480 /* Function which returns the maximum number of insns that can be
481    scheduled in the same machine cycle.  This must be constant
482    over an entire compilation.  The default is 1.  */
483 DEFHOOK
484 (issue_rate,
485  "",
486  int, (void), NULL)
487
488 /* Calculate how much this insn affects how many more insns we
489    can emit this cycle.  Default is they all cost the same.  */
490 DEFHOOK
491 (variable_issue,
492  "",
493  int, (FILE *file, int verbose, rtx insn, int more), NULL)
494
495 /* Initialize machine-dependent scheduling code.  */
496 DEFHOOK
497 (init,
498  "",
499  void, (FILE *file, int verbose, int max_ready), NULL)
500
501 /* Finalize machine-dependent scheduling code.  */
502 DEFHOOK
503 (finish,
504  "",
505  void, (FILE *file, int verbose), NULL)
506
507  /* Initialize machine-dependent function wide scheduling code.  */
508 DEFHOOK
509 (init_global,
510  "",
511  void, (FILE *file, int verbose, int old_max_uid), NULL)
512
513 /* Finalize machine-dependent function wide scheduling code.  */
514 DEFHOOK
515 (finish_global,
516  "",
517  void, (FILE *file, int verbose), NULL)
518
519 /* Reorder insns in a machine-dependent fashion, in two different
520        places.  Default does nothing.  */
521 DEFHOOK
522 (reorder,
523  "",
524  int, (FILE *file, int verbose, rtx *ready, int *n_readyp, int clock), NULL)
525
526 DEFHOOK
527 (reorder2,
528  "",
529  int, (FILE *file, int verbose, rtx *ready, int *n_readyp, int clock), NULL)
530
531 /* The following member value is a pointer to a function called
532    after evaluation forward dependencies of insns in chain given
533    by two parameter values (head and tail correspondingly).  */
534 DEFHOOK
535 (dependencies_evaluation_hook,
536  "",
537  void, (rtx head, rtx tail), NULL)
538
539 /* The values of the following four members are pointers to functions
540    used to simplify the automaton descriptions.  dfa_pre_cycle_insn and
541    dfa_post_cycle_insn give functions returning insns which are used to
542    change the pipeline hazard recognizer state when the new simulated
543    processor cycle correspondingly starts and finishes.  The function
544    defined by init_dfa_pre_cycle_insn and init_dfa_post_cycle_insn are
545    used to initialize the corresponding insns.  The default values of
546    the members result in not changing the automaton state when the
547    new simulated processor cycle correspondingly starts and finishes.  */
548
549 DEFHOOK
550 (init_dfa_pre_cycle_insn,
551  "",
552  void, (void), NULL)
553
554 DEFHOOK
555 (dfa_pre_cycle_insn,
556  "",
557  rtx, (void), NULL)
558
559 DEFHOOK
560 (init_dfa_post_cycle_insn,
561  "",
562  void, (void), NULL)
563
564 DEFHOOK
565 (dfa_post_cycle_insn,
566  "",
567  rtx, (void), NULL)
568
569 /* The values of the following two members are pointers to
570    functions used to simplify the automaton descriptions.
571    dfa_pre_advance_cycle and dfa_post_advance_cycle are getting called
572    immediately before and after cycle is advanced.  */
573
574 DEFHOOK
575 (dfa_pre_advance_cycle,
576  "",
577  void, (void), NULL)
578
579 DEFHOOK
580 (dfa_post_advance_cycle,
581  "",
582  void, (void), NULL)
583
584 /* The following member value is a pointer to a function returning value
585    which defines how many insns in queue `ready' will we try for
586    multi-pass scheduling.  If the member value is nonzero and the
587    function returns positive value, the DFA based scheduler will make
588    multi-pass scheduling for the first cycle.  In other words, we will
589    try to choose ready insn which permits to start maximum number of
590    insns on the same cycle.  */
591 DEFHOOK
592 (first_cycle_multipass_dfa_lookahead,
593  "",
594  int, (void), NULL)
595
596 /* The following member value is pointer to a function controlling
597    what insns from the ready insn queue will be considered for the
598    multipass insn scheduling.  If the hook returns zero for insn
599    passed as the parameter, the insn will be not chosen to be issued.  */
600 DEFHOOK
601 (first_cycle_multipass_dfa_lookahead_guard,
602  "",
603  int, (rtx insn), NULL)
604
605 /* The following member value is pointer to a function called by
606    the insn scheduler before issuing insn passed as the third
607    parameter on given cycle.  If the hook returns nonzero, the
608    insn is not issued on given processors cycle.  Instead of that,
609    the processor cycle is advanced.  If the value passed through
610    the last parameter is zero, the insn ready queue is not sorted
611    on the new cycle start as usually.  The first parameter passes
612    file for debugging output.  The second one passes the scheduler
613    verbose level of the debugging output.  The forth and the fifth
614    parameter values are correspondingly processor cycle on which
615    the previous insn has been issued and the current processor cycle.  */
616 DEFHOOK
617 (dfa_new_cycle,
618  "",
619  int, (FILE *dump, int verbose, rtx insn, int last_clock,
620        int clock, int *sort_p),
621  NULL)
622
623 /* The following member value is a pointer to a function called by the
624    insn scheduler.  It should return true if there exists a dependence
625    which is considered costly by the target, between the insn
626    DEP_PRO (&_DEP), and the insn DEP_CON (&_DEP).  The first parameter is
627    the dep that represents the dependence between the two insns.  The
628    second argument is the cost of the dependence as estimated by
629    the scheduler.  The last argument is the distance in cycles
630    between the already scheduled insn (first parameter) and the
631    second insn (second parameter).  */
632 DEFHOOK
633 (is_costly_dependence,
634  "",
635  bool, (struct _dep *_dep, int cost, int distance), NULL)
636
637 DEFHOOK_UNDOC
638 (adjust_cost_2,
639  "Given the current cost, @var{cost}, of an insn, @var{insn}, calculate and\
640  return a new cost based on its relationship to @var{dep_insn} through the\
641  dependence of weakness @var{dw}.  The default is to make no adjustment.",
642  int, (rtx insn, int dep_type1, rtx dep_insn, int cost, int dw), NULL)
643
644 /* The following member value is a pointer to a function called
645    by the insn scheduler. This hook is called to notify the backend
646    that new instructions were emitted.  */
647 DEFHOOK
648 (h_i_d_extended,
649  "",
650  void, (void), NULL)
651
652 /* Next 5 functions are for multi-point scheduling.  */
653
654 /* Allocate memory for scheduler context.  */
655 DEFHOOK
656 (alloc_sched_context,
657  "",
658  void *, (void), NULL)
659
660 /* Fills the context from the local machine scheduler context.  */
661 DEFHOOK
662 (init_sched_context,
663  "",
664  void, (void *tc, bool clean_p), NULL)
665
666 /* Sets local machine scheduler context to a saved value.  */
667 DEFHOOK
668 (set_sched_context,
669  "",
670  void, (void *tc), NULL)
671
672 /* Clears a scheduler context so it becomes like after init.  */
673 DEFHOOK
674 (clear_sched_context,
675  "",
676  void, (void *tc), NULL)
677
678 /* Frees the scheduler context.  */
679 DEFHOOK
680 (free_sched_context,
681  "",
682  void, (void *tc), NULL)
683
684 /* The following member value is a pointer to a function called
685    by the insn scheduler.
686    The first parameter is an instruction, the second parameter is the type
687    of the requested speculation, and the third parameter is a pointer to the
688    speculative pattern of the corresponding type (set if return value == 1).
689    It should return
690    -1, if there is no pattern, that will satisfy the requested speculation type,
691    0, if current pattern satisfies the requested speculation type,
692    1, if pattern of the instruction should be changed to the newly
693    generated one.  */
694 DEFHOOK
695 (speculate_insn,
696  "",
697  int, (rtx insn, int request, rtx *new_pat), NULL)
698
699 /* The following member value is a pointer to a function called
700    by the insn scheduler.  It should return true if the check instruction
701    passed as the parameter needs a recovery block.  */
702 DEFHOOK
703 (needs_block_p,
704  "",
705  bool, (int dep_status), NULL)
706
707 /* The following member value is a pointer to a function called
708    by the insn scheduler.  It should return a pattern for the check
709    instruction.
710    The first parameter is a speculative instruction, the second parameter
711    is the label of the corresponding recovery block (or null, if it is a
712    simple check).  If the mutation of the check is requested (e.g. from
713    ld.c to chk.a), the third parameter is true - in this case the first
714    parameter is the previous check.  */
715 DEFHOOK
716 (gen_spec_check,
717  "",
718  rtx, (rtx insn, rtx label, int mutate_p), NULL)
719
720 /* The following member value is a pointer to a function controlling
721    what insns from the ready insn queue will be considered for the
722    multipass insn scheduling.  If the hook returns zero for the insn
723    passed as the parameter, the insn will not be chosen to be
724    issued.  This hook is used to discard speculative instructions,
725    that stand at the first position of the ready list.  */
726 DEFHOOK
727 (first_cycle_multipass_dfa_lookahead_guard_spec,
728  "",
729  bool, (const_rtx insn), NULL)
730
731 /* The following member value is a pointer to a function that provides
732    information about the speculation capabilities of the target.
733    The parameter is a pointer to spec_info variable.  */
734 DEFHOOK
735 (set_sched_flags,
736  "",
737  void, (struct spec_info_def *spec_info), NULL)
738
739 DEFHOOK_UNDOC
740 (get_insn_spec_ds,
741  "Return speculation types of instruction @var{insn}.",
742  int, (rtx insn), NULL)
743
744 DEFHOOK_UNDOC
745 (get_insn_checked_ds,
746  "Return speculation types that are checked for instruction @var{insn}",
747  int, (rtx insn), NULL)
748
749 DEFHOOK_UNDOC
750 (skip_rtx_p,
751  "Return bool if rtx scanning should just skip current layer and\
752  advance to the inner rtxes.",
753  bool, (const_rtx x), NULL)
754
755 /* The following member value is a pointer to a function that provides
756    information about the target resource-based lower bound which is
757    used by the swing modulo scheduler.  The parameter is a pointer
758    to ddg variable.  */
759 DEFHOOK
760 (sms_res_mii,
761  "",
762  int, (struct ddg *g), NULL)
763
764 HOOK_VECTOR_END (sched)
765
766 /* Functions relating to vectorization.  */
767 #undef HOOK_PREFIX
768 #define HOOK_PREFIX "TARGET_VECTORIZE_"
769 HOOK_VECTOR (TARGET_VECTORIZE, vectorize)
770
771 /* The following member value is a pointer to a function called
772    by the vectorizer, and return the decl of the target builtin
773    function.  */
774 DEFHOOK
775 (builtin_mask_for_load,
776  "",
777  tree, (void), NULL)
778
779 /* Returns a code for builtin that realizes vectorized version of
780    function, or NULL_TREE if not available.  */
781 DEFHOOK
782 (builtin_vectorized_function,
783  "",
784  tree, (tree fndecl, tree vec_type_out, tree vec_type_in),
785  default_builtin_vectorized_function)
786
787 /* Returns a function declaration for a builtin that realizes the
788    vector conversion, or NULL_TREE if not available.  */
789 DEFHOOK
790 (builtin_conversion,
791  "",
792  tree, (unsigned code, tree dest_type, tree src_type),
793  default_builtin_vectorized_conversion)
794
795 /* Target builtin that implements vector widening multiplication.
796    builtin_mul_widen_eve computes the element-by-element products
797    for the even elements, and builtin_mul_widen_odd computes the
798    element-by-element products for the odd elements.  */
799 DEFHOOK
800 (builtin_mul_widen_even,
801  "",
802  tree, (tree x), NULL)
803
804 DEFHOOK
805 (builtin_mul_widen_odd,
806  "",
807  tree, (tree x), NULL)
808
809 /* Cost of different vector/scalar statements in vectorization cost
810    model. In case of misaligned vector loads and stores the cost depends
811    on the data type and misalignment value.  */
812 DEFHOOK
813 (builtin_vectorization_cost,
814  "",
815  int, (enum vect_cost_for_stmt type_of_cost, tree vectype, int misalign),
816  default_builtin_vectorization_cost)
817
818 /* Return true if vector alignment is reachable (by peeling N
819    iterations) for the given type.  */
820 DEFHOOK
821 (vector_alignment_reachable,
822  "",
823  bool, (const_tree type, bool is_packed),
824  default_builtin_vector_alignment_reachable)
825
826 /* Target builtin that implements vector permute.  */
827 DEFHOOK
828 (builtin_vec_perm,
829  "",
830  tree, (tree type, tree *mask_element_type), NULL)
831
832 /* Return true if a vector created for builtin_vec_perm is valid.  */
833 DEFHOOK
834 (builtin_vec_perm_ok,
835  "",
836  bool, (tree vec_type, tree mask),
837  hook_bool_tree_tree_true)
838
839 /* Return true if the target supports misaligned store/load of a
840    specific factor denoted in the third parameter.  The last parameter
841    is true if the access is defined in a packed struct.  */
842 DEFHOOK
843 (support_vector_misalignment,
844  "",
845  bool,
846  (enum machine_mode mode, const_tree type, int misalignment, bool is_packed),
847  default_builtin_support_vector_misalignment)
848
849 HOOK_VECTOR_END (vectorize)
850
851 #undef HOOK_PREFIX
852 #define HOOK_PREFIX "TARGET_"
853
854 /* The initial value of target_flags.  */
855 DEFHOOKPOD
856 (default_target_flags,
857  "",
858  int, 0)
859
860 /* Allow target specific overriding of option settings after options have
861   been changed by an attribute or pragma or when it is reset at the
862   end of the code affected by an attribute or pragma.  */
863 DEFHOOK
864 (override_options_after_change,
865  "",
866  void, (void),
867  hook_void_void)
868
869 /* Handle target switch CODE (an OPT_* value).  ARG is the argument
870    passed to the switch; it is NULL if no argument was.  VALUE is the
871    value of ARG if CODE specifies a UInteger option, otherwise it is
872    1 if the positive form of the switch was used and 0 if the negative
873    form was.  Return true if the switch was valid.  */
874 DEFHOOK
875 (handle_option,
876  "",
877  bool, (size_t code, const char *arg, int value),
878  hook_bool_size_t_constcharptr_int_true)
879
880 /* ??? Documenting this hook requires a GFDL license grant.  */
881 DEFHOOK_UNDOC
882 (handle_ofast,
883  "Handle target-specific parts of specifying -Ofast.",
884  void, (void),
885  hook_void_void)
886
887 /* Display extra, target specific information in response to a
888    --target-help switch.  */
889 DEFHOOK
890 (help,
891  "",
892  void, (void), NULL)
893
894 DEFHOOK_UNDOC
895 (eh_return_filter_mode,
896  "Return machine mode for filter value.",
897  enum machine_mode, (void),
898  default_eh_return_filter_mode)
899
900 /* Return machine mode for libgcc expanded cmp instructions.  */
901 DEFHOOK
902 (libgcc_cmp_return_mode,
903  "",
904  enum machine_mode, (void),
905  default_libgcc_cmp_return_mode)
906
907 /* Return machine mode for libgcc expanded shift instructions.  */
908 DEFHOOK
909 (libgcc_shift_count_mode,
910  "",
911  enum machine_mode, (void),
912  default_libgcc_shift_count_mode)
913
914 /* Return machine mode to be used for _Unwind_Word type.  */
915 DEFHOOK
916 (unwind_word_mode,
917  "",
918  enum machine_mode, (void),
919  default_unwind_word_mode)
920
921 /* Given two decls, merge their attributes and return the result.  */
922 DEFHOOK
923 (merge_decl_attributes,
924  "",
925  tree, (tree olddecl, tree newdecl),
926  merge_decl_attributes)
927
928 /* Given two types, merge their attributes and return the result.  */
929 DEFHOOK
930 (merge_type_attributes,
931  "",
932  tree, (tree type1, tree type2),
933  merge_type_attributes)
934
935 /* Table of machine attributes and functions to handle them.
936    Ignored if NULL.  */
937 DEFHOOKPOD
938 (attribute_table,
939  "",
940  const struct attribute_spec *, NULL)
941
942 /* Return true iff attribute NAME expects a plain identifier as its first
943    argument.  */
944 DEFHOOK
945 (attribute_takes_identifier_p,
946  "",
947  bool, (const_tree name),
948  hook_bool_const_tree_false)
949
950 /* Return zero if the attributes on TYPE1 and TYPE2 are incompatible,
951    one if they are compatible and two if they are nearly compatible
952    (which causes a warning to be generated).  */
953 DEFHOOK
954 (comp_type_attributes,
955  "",
956  int, (const_tree type1, const_tree type2),
957  hook_int_const_tree_const_tree_1)
958
959 /* Assign default attributes to the newly defined TYPE.  */
960 DEFHOOK
961 (set_default_type_attributes,
962  "",
963  void, (tree type),
964  hook_void_tree)
965
966 /* Insert attributes on the newly created DECL.  */
967 DEFHOOK
968 (insert_attributes,
969  "",
970  void, (tree node, tree *attr_ptr),
971  hook_void_tree_treeptr)
972
973 /* Return true if FNDECL (which has at least one machine attribute)
974    can be inlined despite its machine attributes, false otherwise.  */
975 DEFHOOK
976 (function_attribute_inlinable_p,
977  "",
978  bool, (const_tree fndecl),
979  hook_bool_const_tree_false)
980
981 /* Return true if bitfields in RECORD_TYPE should follow the
982    Microsoft Visual C++ bitfield layout rules.  */
983 DEFHOOK
984 (ms_bitfield_layout_p,
985  "",
986  bool, (const_tree record_type),
987  hook_bool_const_tree_false)
988
989 /* True if the target supports decimal floating point.  */
990 DEFHOOK
991 (decimal_float_supported_p,
992  "",
993  bool, (void),
994  default_decimal_float_supported_p)
995
996 /* True if the target supports fixed-point.  */
997 DEFHOOK
998 (fixed_point_supported_p,
999  "",
1000  bool, (void),
1001  default_fixed_point_supported_p)
1002
1003 /* Return true if anonymous bitfields affect structure alignment.  */
1004 DEFHOOK
1005 (align_anon_bitfield,
1006  "",
1007  bool, (void),
1008  hook_bool_void_false)
1009
1010 /* Return true if volatile bitfields should use the narrowest type possible.
1011    Return false if they should use the container type.  */
1012 DEFHOOK
1013 (narrow_volatile_bitfield,
1014  "",
1015  bool, (void),
1016  hook_bool_void_false)
1017
1018 /* Set up target-specific built-in functions.  */
1019 DEFHOOK
1020 (init_builtins,
1021  "",
1022  void, (void),
1023  hook_void_void)
1024
1025 /* Initialize (if INITIALIZE_P is true) and return the target-specific
1026    built-in function decl for CODE.
1027    Return NULL if that is not possible.  Return error_mark_node if CODE
1028    is outside of the range of valid target builtin function codes.  */
1029 DEFHOOK
1030 (builtin_decl,
1031  "",
1032  tree, (unsigned code, bool initialize_p), NULL)
1033
1034 /* Expand a target-specific builtin.  */
1035 DEFHOOK
1036 (expand_builtin,
1037  "",
1038  rtx,
1039  (tree exp, rtx target, rtx subtarget, enum machine_mode mode, int ignore),
1040  default_expand_builtin)
1041
1042 /* Select a replacement for a target-specific builtin.  This is done
1043    *before* regular type checking, and so allows the target to
1044    implement a crude form of function overloading.  The result is a
1045    complete expression that implements the operation.  PARAMS really
1046    has type VEC(tree,gc)*, but we don't want to include tree.h here.  */
1047 DEFHOOK
1048 (resolve_overloaded_builtin,
1049  "",
1050  tree, (unsigned int /*location_t*/ loc, tree fndecl, void *arglist), NULL)
1051
1052 /* Fold a target-specific builtin.  */
1053 DEFHOOK
1054 (fold_builtin,
1055  "",
1056  tree, (tree fndecl, int n_args, tree *argp, bool ignore),
1057  hook_tree_tree_int_treep_bool_null)
1058
1059 /* Returns a code for a target-specific builtin that implements
1060    reciprocal of the function, or NULL_TREE if not available.  */
1061 DEFHOOK
1062 (builtin_reciprocal,
1063  "",
1064  tree, (unsigned fn, bool md_fn, bool sqrt),
1065  default_builtin_reciprocal)
1066
1067 /* For a vendor-specific TYPE, return a pointer to a statically-allocated
1068    string containing the C++ mangling for TYPE.  In all other cases, return
1069    NULL.  */
1070 DEFHOOK
1071 (mangle_type,
1072  "",
1073  const char *, (const_tree type),
1074  hook_constcharptr_const_tree_null)
1075
1076 /* Make any adjustments to libfunc names needed for this target.  */
1077 DEFHOOK
1078 (init_libfuncs,
1079  "",
1080  void, (void),
1081  hook_void_void)
1082
1083 /* Given a decl, a section name, and whether the decl initializer
1084    has relocs, choose attributes for the section.  */
1085 /* ??? Should be merged with SELECT_SECTION and UNIQUE_SECTION.  */
1086 DEFHOOK
1087 (section_type_flags,
1088  "",
1089  unsigned int, (tree decl, const char *name, int reloc),
1090  default_section_type_flags)
1091
1092 /* True if new jumps cannot be created, to replace existing ones or
1093    not, at the current point in the compilation.  */
1094 DEFHOOK
1095 (cannot_modify_jumps_p,
1096  "",
1097  bool, (void),
1098  hook_bool_void_false)
1099
1100 /* Return a register class for which branch target register
1101    optimizations should be applied.  */
1102 DEFHOOK
1103 (branch_target_register_class,
1104  "",
1105  reg_class_t, (void),
1106  default_branch_target_register_class)
1107
1108 /* Return true if branch target register optimizations should include
1109    callee-saved registers that are not already live during the current
1110    function.  AFTER_PE_GEN is true if prologues and epilogues have
1111    already been generated.  */
1112 DEFHOOK
1113 (branch_target_register_callee_saved,
1114  "",
1115  bool, (bool after_prologue_epilogue_gen),
1116  hook_bool_bool_false)
1117
1118 /* Return true if the target supports conditional execution.  */
1119 DEFHOOK
1120 (have_conditional_execution,
1121  "",
1122  bool, (void),
1123  default_have_conditional_execution)
1124
1125 /* Return a new value for loop unroll size.  */
1126 DEFHOOK
1127 (loop_unroll_adjust,
1128  "",
1129  unsigned, (unsigned nunroll, struct loop *loop),
1130  NULL)
1131
1132 /* True if the constant X cannot be placed in the constant pool.  */
1133 DEFHOOK
1134 (cannot_force_const_mem,
1135  "",
1136  bool, (rtx x),
1137  hook_bool_rtx_false)
1138
1139 DEFHOOK_UNDOC
1140 (cannot_copy_insn_p,
1141  "True if the insn @var{x} cannot be duplicated.",
1142  bool, (rtx), NULL)
1143
1144 /* True if X is considered to be commutative.  */
1145 DEFHOOK
1146 (commutative_p,
1147  "",
1148  bool, (const_rtx x, int outer_code),
1149  hook_bool_const_rtx_commutative_p)
1150
1151 /* True if ADDR is an address-expression whose effect depends
1152    on the mode of the memory reference it is used in.  */
1153 DEFHOOK
1154 (mode_dependent_address_p,
1155  "",
1156  bool, (const_rtx addr),
1157  default_mode_dependent_address_p)
1158
1159 /* Given an invalid address X for a given machine mode, try machine-specific
1160    ways to make it legitimate.  Return X or an invalid address on failure.  */
1161 DEFHOOK
1162 (legitimize_address,
1163  "",
1164  rtx, (rtx x, rtx oldx, enum machine_mode mode),
1165  default_legitimize_address)
1166
1167 /* Given an address RTX, undo the effects of LEGITIMIZE_ADDRESS.  */
1168 DEFHOOK
1169 (delegitimize_address,
1170  "",
1171  rtx, (rtx x),
1172  delegitimize_mem_from_attrs)
1173
1174 /* Given an address RTX, say whether it is valid.  */
1175 DEFHOOK
1176 (legitimate_address_p,
1177  "",
1178  bool, (enum machine_mode mode, rtx x, bool strict),
1179  default_legitimate_address_p)
1180
1181 /* True if the given constant can be put into an object_block.  */
1182 DEFHOOK
1183 (use_blocks_for_constant_p,
1184  "",
1185  bool, (enum machine_mode mode, const_rtx x),
1186  hook_bool_mode_const_rtx_false)
1187
1188 /* The minimum and maximum byte offsets for anchored addresses.  */
1189 DEFHOOKPOD
1190 (min_anchor_offset,
1191  "",
1192  HOST_WIDE_INT, 0)
1193
1194 DEFHOOKPOD
1195 (max_anchor_offset,
1196  "",
1197  HOST_WIDE_INT, 0)
1198
1199 /* True if section anchors can be used to access the given symbol.  */
1200 DEFHOOK
1201 (use_anchors_for_symbol_p,
1202  "",
1203  bool, (const_rtx x),
1204  default_use_anchors_for_symbol_p)
1205
1206 /* True if it is OK to do sibling call optimization for the specified
1207    call expression EXP.  DECL will be the called function, or NULL if
1208    this is an indirect call.  */
1209 DEFHOOK
1210 (function_ok_for_sibcall,
1211  "",
1212  bool, (tree decl, tree exp),
1213  hook_bool_tree_tree_false)
1214
1215 /* Establish appropriate back-end context for processing the function
1216    FNDECL.  The argument might be NULL to indicate processing at top
1217    level, outside of any function scope.  */
1218 DEFHOOK
1219 (set_current_function,
1220  "",
1221  void, (tree decl), hook_void_tree)
1222
1223 /* True if EXP should be placed in a "small data" section.  */
1224 DEFHOOK
1225 (in_small_data_p,
1226  "",
1227  bool, (const_tree exp),
1228  hook_bool_const_tree_false)
1229
1230 /* True if EXP names an object for which name resolution must resolve
1231    to the current executable or shared library.  */
1232 DEFHOOK
1233 (binds_local_p,
1234  "",
1235  bool, (const_tree exp),
1236  default_binds_local_p)
1237
1238 /* Check if profiling code is before or after prologue.  */
1239 DEFHOOK
1240 (profile_before_prologue,
1241  "It returns true if target wants profile code emitted before prologue.\n\n\
1242 The default version of this hook use the target macro\n\
1243 @code{PROFILE_BEFORE_PROLOGUE}.",
1244  bool, (void),
1245  default_profile_before_prologue)
1246
1247 /* Modify and return the identifier of a DECL's external name,
1248    originally identified by ID, as required by the target,
1249    (eg, append @nn to windows32 stdcall function names).
1250    The default is to return ID without modification. */
1251 DEFHOOK
1252 (mangle_decl_assembler_name,
1253  "",
1254  tree, (tree decl, tree  id),
1255  default_mangle_decl_assembler_name)
1256
1257 /* Do something target-specific to record properties of the DECL into
1258    the associated SYMBOL_REF.  */
1259 DEFHOOK
1260 (encode_section_info,
1261  "",
1262  void, (tree decl, rtx rtl, int new_decl_p),
1263  default_encode_section_info)
1264
1265 /* Undo the effects of encode_section_info on the symbol string.  */
1266 DEFHOOK
1267 (strip_name_encoding,
1268  "",
1269  const char *, (const char *name),
1270  default_strip_name_encoding)
1271
1272 /* If shift optabs for MODE are known to always truncate the shift count,
1273    return the mask that they apply.  Return 0 otherwise.  */
1274 DEFHOOK
1275 (shift_truncation_mask,
1276  "",
1277  unsigned HOST_WIDE_INT, (enum machine_mode mode),
1278  default_shift_truncation_mask)
1279
1280 /* Return the number of divisions in the given MODE that should be present,
1281    so that it is profitable to turn the division into a multiplication by
1282    the reciprocal.  */
1283 DEFHOOK
1284 (min_divisions_for_recip_mul,
1285  "",
1286  unsigned int, (enum machine_mode mode),
1287  default_min_divisions_for_recip_mul)
1288
1289 /* If the representation of integral MODE is such that values are
1290    always sign-extended to a wider mode MODE_REP then return
1291    SIGN_EXTEND.  Return UNKNOWN otherwise.  */
1292 /* Note that the return type ought to be RTX_CODE, but that's not
1293    necessarily defined at this point.  */
1294 DEFHOOK
1295 (mode_rep_extended,
1296  "",
1297  int, (enum machine_mode mode, enum machine_mode rep_mode),
1298  default_mode_rep_extended)
1299
1300 /* True if MODE is valid for a pointer in __attribute__((mode("MODE"))).  */
1301 DEFHOOK
1302 (valid_pointer_mode,
1303  "",
1304  bool, (enum machine_mode mode),
1305  default_valid_pointer_mode)
1306
1307 /* Support for named address spaces.  */
1308 #undef HOOK_PREFIX
1309 #define HOOK_PREFIX "TARGET_ADDR_SPACE_"
1310 HOOK_VECTOR (TARGET_ADDR_SPACE_HOOKS, addr_space)
1311
1312 /* MODE to use for a pointer into another address space.  */
1313 DEFHOOK
1314 (pointer_mode,
1315  "",
1316  enum machine_mode, (addr_space_t address_space),
1317  default_addr_space_pointer_mode)
1318
1319 /* MODE to use for an address in another address space.  */
1320 DEFHOOK
1321 (address_mode,
1322  "",
1323  enum machine_mode, (addr_space_t address_space),
1324  default_addr_space_address_mode)
1325
1326 /* True if MODE is valid for a pointer in __attribute__((mode("MODE")))
1327    in another address space.  */
1328 DEFHOOK
1329 (valid_pointer_mode,
1330  "",
1331  bool, (enum machine_mode mode, addr_space_t as),
1332  default_addr_space_valid_pointer_mode)
1333
1334 /* True if an address is a valid memory address to a given named address
1335    space for a given mode.  */
1336 DEFHOOK
1337 (legitimate_address_p,
1338  "",
1339  bool, (enum machine_mode mode, rtx exp, bool strict, addr_space_t as),
1340  default_addr_space_legitimate_address_p)
1341
1342 /* Return an updated address to convert an invalid pointer to a named
1343    address space to a valid one.  If NULL_RTX is returned use machine
1344    independent methods to make the address valid.  */
1345 DEFHOOK
1346 (legitimize_address,
1347  "",
1348  rtx, (rtx x, rtx oldx, enum machine_mode mode, addr_space_t as),
1349  default_addr_space_legitimize_address)
1350
1351 /* True if one named address space is a subset of another named address. */
1352 DEFHOOK
1353 (subset_p,
1354  "",
1355  bool, (addr_space_t superset, addr_space_t subset),
1356  default_addr_space_subset_p)
1357
1358 /* Function to convert an rtl expression from one address space to another.  */
1359 DEFHOOK
1360 (convert,
1361  "",
1362  rtx, (rtx op, tree from_type, tree to_type),
1363  default_addr_space_convert)
1364
1365 HOOK_VECTOR_END (addr_space)
1366
1367 #undef HOOK_PREFIX
1368 #define HOOK_PREFIX "TARGET_"
1369
1370 /* True if MODE is valid for the target.  By "valid", we mean able to
1371    be manipulated in non-trivial ways.  In particular, this means all
1372    the arithmetic is supported.  */
1373 DEFHOOK
1374 (scalar_mode_supported_p,
1375  "",
1376  bool, (enum machine_mode mode),
1377  default_scalar_mode_supported_p)
1378
1379 /* Similarly for vector modes.  "Supported" here is less strict.  At
1380    least some operations are supported; need to check optabs or builtins
1381    for further details.  */
1382 DEFHOOK
1383 (vector_mode_supported_p,
1384  "",
1385  bool, (enum machine_mode mode),
1386  hook_bool_mode_false)
1387
1388 /* Compute cost of moving data from a register of class FROM to one of
1389    TO, using MODE.  */
1390 DEFHOOK
1391 (register_move_cost,
1392  "",
1393  int, (enum machine_mode mode, reg_class_t from, reg_class_t to),
1394  default_register_move_cost)
1395
1396 /* Compute cost of moving registers to/from memory.  */
1397 /* ??? Documenting the argument types for this hook requires a GFDL
1398    license grant.  Also, the documentation uses a different name for RCLASS.  */
1399 DEFHOOK
1400 (memory_move_cost,
1401  "",
1402  int, (enum machine_mode mode, reg_class_t rclass, bool in),
1403  default_memory_move_cost)
1404
1405 /* True for MODE if the target expects that registers in this mode will
1406    be allocated to registers in a small register class.  The compiler is
1407    allowed to use registers explicitly used in the rtl as spill registers
1408    but it should prevent extending the lifetime of these registers.  */
1409 DEFHOOK
1410 (small_register_classes_for_mode_p,
1411  "",
1412  bool, (enum machine_mode mode),
1413  hook_bool_mode_false)
1414
1415 /* Compute a (partial) cost for rtx X.  Return true if the complete
1416    cost has been computed, and false if subexpressions should be
1417    scanned.  In either case, *TOTAL contains the cost result.  */
1418 /* Note that CODE and OUTER_CODE ought to be RTX_CODE, but that's
1419    not necessarily defined at this point.  */
1420 DEFHOOK
1421 (rtx_costs,
1422  "",
1423  bool, (rtx x, int code, int outer_code, int *total, bool speed),
1424  hook_bool_rtx_int_int_intp_bool_false)
1425
1426 /* Compute the cost of X, used as an address.  Never called with
1427    invalid addresses.  */
1428 DEFHOOK
1429 (address_cost,
1430  "",
1431  int, (rtx address, bool speed),
1432  default_address_cost)
1433
1434 /* Return where to allocate pseudo for a given hard register initial value.  */
1435 DEFHOOK
1436 (allocate_initial_value,
1437  "",
1438  rtx, (rtx hard_reg), NULL)
1439
1440 /* Return nonzero if evaluating UNSPEC[_VOLATILE] X might cause a trap.
1441    FLAGS has the same meaning as in rtlanal.c: may_trap_p_1.  */
1442 DEFHOOK
1443 (unspec_may_trap_p,
1444  "",
1445  int, (const_rtx x, unsigned flags),
1446  default_unspec_may_trap_p)
1447
1448 /* Given a register, this hook should return a parallel of registers
1449    to represent where to find the register pieces.  Define this hook
1450    if the register and its mode are represented in Dwarf in
1451    non-contiguous locations, or if the register should be
1452    represented in more than one register in Dwarf.  Otherwise, this
1453    hook should return NULL_RTX.  */
1454 DEFHOOK
1455 (dwarf_register_span,
1456  "",
1457  rtx, (rtx reg),
1458  hook_rtx_rtx_null)
1459
1460 /* If expand_builtin_init_dwarf_reg_sizes needs to fill in table
1461    entries not corresponding directly to registers below
1462    FIRST_PSEUDO_REGISTER, this hook should generate the necessary
1463    code, given the address of the table.  */
1464 DEFHOOK
1465 (init_dwarf_reg_sizes_extra,
1466  "",
1467  void, (tree address),
1468  hook_void_tree)
1469
1470 /* Fetch the fixed register(s) which hold condition codes, for
1471    targets where it makes sense to look for duplicate assignments to
1472    the condition codes.  This should return true if there is such a
1473    register, false otherwise.  The arguments should be set to the
1474    fixed register numbers.  Up to two condition code registers are
1475    supported.  If there is only one for this target, the int pointed
1476    at by the second argument should be set to -1.  */
1477 DEFHOOK
1478 (fixed_condition_code_regs,
1479  "",
1480  bool, (unsigned int *p1, unsigned int *p2),
1481  hook_bool_uintp_uintp_false)
1482
1483 /* If two condition code modes are compatible, return a condition
1484      code mode which is compatible with both, such that a comparison
1485      done in the returned mode will work for both of the original
1486      modes.  If the condition code modes are not compatible, return
1487      VOIDmode.  */
1488 DEFHOOK
1489 (cc_modes_compatible,
1490  "",
1491  enum machine_mode, (enum machine_mode m1, enum machine_mode m2),
1492  default_cc_modes_compatible)
1493
1494 /* Do machine-dependent code transformations.  Called just before
1495      delayed-branch scheduling.  */
1496 DEFHOOK
1497 (machine_dependent_reorg,
1498  "",
1499  void, (void), NULL)
1500
1501 /* Create the __builtin_va_list type.  */
1502 DEFHOOK
1503 (build_builtin_va_list,
1504  "",
1505  tree, (void),
1506  std_build_builtin_va_list)
1507
1508 /* Enumerate the va list variants.  */
1509 DEFHOOK
1510 (enum_va_list_p,
1511  "",
1512  int, (int idx, const char **pname, tree *ptree),
1513  NULL)
1514
1515 /* Get the cfun/fndecl calling abi __builtin_va_list type.  */
1516 DEFHOOK
1517 (fn_abi_va_list,
1518  "",
1519  tree, (tree fndecl),
1520  std_fn_abi_va_list)
1521
1522 /* Get the __builtin_va_list type dependent on input type.  */
1523 DEFHOOK
1524 (canonical_va_list_type,
1525  "",
1526  tree, (tree type),
1527  std_canonical_va_list_type)
1528
1529 /* ??? Documenting this hook requires a GFDL license grant.  */
1530 DEFHOOK_UNDOC
1531 (expand_builtin_va_start,
1532 "Expand the @code{__builtin_va_start} builtin.",
1533  void, (tree valist, rtx nextarg), NULL)
1534
1535 /* Gimplifies a VA_ARG_EXPR.  */
1536 DEFHOOK
1537 (gimplify_va_arg_expr,
1538  "",
1539  tree, (tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p),
1540  std_gimplify_va_arg_expr)
1541
1542 /* Validity-checking routines for PCH files, target-specific.
1543    get_pch_validity returns a pointer to the data to be stored,
1544    and stores the size in its argument.  pch_valid_p gets the same
1545    information back and returns NULL if the PCH is valid,
1546    or an error message if not.  */
1547 DEFHOOK
1548 (get_pch_validity,
1549  "",
1550  void *, (size_t *sz),
1551  default_get_pch_validity)
1552
1553 DEFHOOK
1554 (pch_valid_p,
1555  "",
1556  const char *, (const void *data, size_t sz),
1557  default_pch_valid_p)
1558
1559 /* If nonnull, this function checks whether a PCH file with the
1560    given set of target flags can be used.  It returns NULL if so,
1561    otherwise it returns an error message.  */
1562 DEFHOOK
1563 (check_pch_target_flags,
1564  "",
1565  const char *, (int pch_flags), NULL)
1566
1567 /* True if the compiler should give an enum type only as many
1568    bytes as it takes to represent the range of possible values of
1569    that type.  */
1570 DEFHOOK
1571 (default_short_enums,
1572  "",
1573  bool, (void),
1574  hook_bool_void_false)
1575
1576 /* This target hook returns an rtx that is used to store the address
1577    of the current frame into the built-in setjmp buffer.  */
1578 DEFHOOK
1579 (builtin_setjmp_frame_value,
1580  "",
1581  rtx, (void),
1582  default_builtin_setjmp_frame_value)
1583
1584 /* This target hook should add STRING_CST trees for any hard regs
1585    the port wishes to automatically clobber for an asm.  */
1586 DEFHOOK
1587 (md_asm_clobbers,
1588  "",
1589  tree, (tree outputs, tree inputs, tree clobbers),
1590  hook_tree_tree_tree_tree_3rd_identity)
1591
1592 /* This target hook allows the backend to specify a calling convention
1593    in the debug information.  This function actually returns an
1594    enum dwarf_calling_convention, but because of forward declarations
1595    and not wanting to include dwarf2.h everywhere target.h is included
1596    the function is being declared as an int.  */
1597 DEFHOOK
1598 (dwarf_calling_convention,
1599  "",
1600  int, (const_tree function),
1601  hook_int_const_tree_0)
1602
1603 /* This target hook allows the backend to emit frame-related insns that
1604    contain UNSPECs or UNSPEC_VOLATILEs.  The call frame debugging info
1605    engine will invoke it on insns of the form
1606      (set (reg) (unspec [...] UNSPEC_INDEX))
1607    and
1608      (set (reg) (unspec_volatile [...] UNSPECV_INDEX))
1609    to let the backend emit the call frame instructions.  */
1610 DEFHOOK
1611 (dwarf_handle_frame_unspec,
1612  "",
1613  void, (const char *label, rtx pattern, int index), NULL)
1614
1615 /* ??? Documenting this hook requires a GFDL license grant.  */
1616 DEFHOOK_UNDOC
1617 (stdarg_optimize_hook,
1618 "Perform architecture specific checking of statements gimplified\
1619  from @code{VA_ARG_EXPR}.  @var{stmt} is the statement.  Returns true if\
1620  the statement doesn't need to be checked for @code{va_list} references.",
1621  bool, (struct stdarg_info *ai, const_gimple stmt), NULL)
1622
1623 /* This target hook allows the operating system to override the DECL
1624    that represents the external variable that contains the stack
1625    protection guard variable.  The type of this DECL is ptr_type_node.  */
1626 DEFHOOK
1627 (stack_protect_guard,
1628  "",
1629  tree, (void),
1630  default_stack_protect_guard)
1631
1632 /* This target hook allows the operating system to override the CALL_EXPR
1633    that is invoked when a check vs the guard variable fails.  */
1634 DEFHOOK
1635 (stack_protect_fail,
1636  "",
1637  tree, (void),
1638  default_external_stack_protect_fail)
1639
1640 /* Returns NULL if target supports the insn within a doloop block,
1641    otherwise it returns an error message.  */
1642 DEFHOOK
1643 (invalid_within_doloop,
1644  "",
1645  const char *, (const_rtx insn),
1646  default_invalid_within_doloop)
1647
1648 DEFHOOK
1649 (valid_dllimport_attribute_p,
1650 "@var{decl} is a variable or function with @code{__attribute__((dllimport))}\
1651  specified.  Use this hook if the target needs to add extra validation\
1652  checks to @code{handle_dll_attribute}.",
1653  bool, (const_tree decl),
1654  hook_bool_const_tree_true)
1655
1656 /* If non-zero, align constant anchors in CSE to a multiple of this
1657    value.  */
1658 DEFHOOKPOD
1659 (const_anchor,
1660  "",
1661  unsigned HOST_WIDE_INT, 0)
1662
1663 /* Functions relating to calls - argument passing, returns, etc.  */
1664 /* Members of struct call have no special macro prefix.  */
1665 HOOK_VECTOR (TARGET_CALLS, calls)
1666
1667 DEFHOOK
1668 (promote_function_mode,
1669  "",
1670  enum machine_mode, (const_tree type, enum machine_mode mode, int *punsignedp,
1671                      const_tree funtype, int for_return),
1672  default_promote_function_mode)
1673
1674 DEFHOOK
1675 (promote_prototypes,
1676  "",
1677  bool, (const_tree fntype),
1678  hook_bool_const_tree_false)
1679
1680 DEFHOOK
1681 (struct_value_rtx,
1682  "",
1683  rtx, (tree fndecl, int incoming),
1684  hook_rtx_tree_int_null)
1685 DEFHOOK
1686 (return_in_memory,
1687  "",
1688  bool, (const_tree type, const_tree fntype),
1689  default_return_in_memory)
1690
1691 DEFHOOK
1692 (return_in_msb,
1693  "",
1694  bool, (const_tree type),
1695  hook_bool_const_tree_false)
1696
1697 /* Return true if a parameter must be passed by reference.  TYPE may
1698    be null if this is a libcall.  CA may be null if this query is
1699    from __builtin_va_arg.  */
1700 DEFHOOK
1701 (pass_by_reference,
1702  "",
1703  bool,
1704  (CUMULATIVE_ARGS *cum, enum machine_mode mode, const_tree type, bool named),
1705  hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false)
1706
1707 DEFHOOK
1708 (expand_builtin_saveregs,
1709  "",
1710  rtx, (void),
1711  default_expand_builtin_saveregs)
1712
1713 /* Returns pretend_argument_size.  */
1714 DEFHOOK
1715 (setup_incoming_varargs,
1716  "",
1717  void, (CUMULATIVE_ARGS *args_so_far, enum machine_mode mode, tree type,
1718         int *pretend_args_size, int second_time),
1719  default_setup_incoming_varargs)
1720
1721 DEFHOOK
1722 (strict_argument_naming,
1723  "",
1724  bool, (CUMULATIVE_ARGS *ca),
1725  hook_bool_CUMULATIVE_ARGS_false)
1726
1727 /* Returns true if we should use
1728    targetm.calls.setup_incoming_varargs() and/or
1729    targetm.calls.strict_argument_naming().  */
1730 DEFHOOK
1731 (pretend_outgoing_varargs_named,
1732  "",
1733  bool, (CUMULATIVE_ARGS *ca),
1734  default_pretend_outgoing_varargs_named)
1735
1736 /* Given a complex type T, return true if a parameter of type T
1737    should be passed as two scalars.  */
1738 DEFHOOK
1739 (split_complex_arg,
1740  "",
1741  bool, (const_tree type), NULL)
1742
1743 /* Return true if type T, mode MODE, may not be passed in registers,
1744    but must be passed on the stack.  */
1745 /* ??? This predicate should be applied strictly after pass-by-reference.
1746    Need audit to verify that this is the case.  */
1747 DEFHOOK
1748 (must_pass_in_stack,
1749  "",
1750  bool, (enum machine_mode mode, const_tree type),
1751  must_pass_in_stack_var_size_or_pad)
1752
1753 /* Return true if type TYPE, mode MODE, which is passed by reference,
1754    should have the object copy generated by the callee rather than
1755    the caller.  It is never called for TYPE requiring constructors.  */
1756 DEFHOOK
1757 (callee_copies,
1758  "",
1759  bool,
1760  (CUMULATIVE_ARGS *cum, enum machine_mode mode, const_tree type, bool named),
1761  hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false)
1762
1763 /* Return zero for arguments passed entirely on the stack or entirely
1764    in registers.  If passed in both, return the number of bytes passed
1765    in registers; the balance is therefore passed on the stack.  */
1766 DEFHOOK
1767 (arg_partial_bytes,
1768  "",
1769  int, (CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, bool named),
1770  hook_int_CUMULATIVE_ARGS_mode_tree_bool_0)
1771
1772 /* Update the state in CA to advance past an argument in the
1773    argument list.  The values MODE, TYPE, and NAMED describe that
1774    argument.  */
1775 /* ??? tm.texi still only describes the old macro.  */
1776 DEFHOOK_UNDOC
1777 (function_arg_advance,
1778  "",
1779  void,
1780  (CUMULATIVE_ARGS *ca, enum machine_mode mode, const_tree type, bool named),
1781  default_function_arg_advance)
1782
1783 /* Return zero if the argument described by the state of CA should
1784    be placed on a stack, or a hard register in which to store the
1785    argument.  The values MODE, TYPE, and NAMED describe that
1786    argument.  */
1787 /* ??? tm.texi still only describes the old macro.  */
1788 DEFHOOK_UNDOC
1789 (function_arg,
1790  "",
1791  rtx, (const CUMULATIVE_ARGS *ca, enum machine_mode mode, const_tree type,
1792        bool named),
1793  default_function_arg)
1794
1795 /* Likewise, but for machines with register windows.  Return the
1796    location where the argument will appear to the callee.  */
1797 /* ??? tm.texi still only describes the old macro.  */
1798 DEFHOOK_UNDOC
1799 (function_incoming_arg,
1800  "",
1801  rtx, (const CUMULATIVE_ARGS *ca, enum machine_mode mode, const_tree type,
1802        bool named),
1803  default_function_incoming_arg)
1804
1805 /* Return the diagnostic message string if function without a prototype
1806    is not allowed for this 'val' argument; NULL otherwise. */
1807 DEFHOOK
1808 (invalid_arg_for_unprototyped_fn,
1809  "",
1810  const char *, (const_tree typelist, const_tree funcdecl, const_tree val),
1811  hook_invalid_arg_for_unprototyped_fn)
1812
1813 /* Return an rtx for the return value location of the function
1814    specified by FN_DECL_OR_TYPE with a return type of RET_TYPE.  */
1815 DEFHOOK
1816 (function_value,
1817  "",
1818  rtx, (const_tree ret_type, const_tree fn_decl_or_type, bool outgoing),
1819  default_function_value)
1820
1821 /* Return the rtx for the result of a libcall of mode MODE,
1822    calling the function FN_NAME.  */
1823 DEFHOOK
1824 (libcall_value,
1825  "",
1826  rtx, (enum machine_mode mode, const_rtx fun),
1827  default_libcall_value)
1828
1829 /* Return true if REGNO is a possible register number for
1830    a function value as seen by the caller.  */
1831 DEFHOOK
1832 (function_value_regno_p,
1833  "",
1834  bool, (const unsigned int regno),
1835  default_function_value_regno_p)
1836
1837 /* ??? Documenting this hook requires a GFDL license grant.  */
1838 DEFHOOK_UNDOC
1839 (internal_arg_pointer,
1840 "Return an rtx for the argument pointer incoming to the\
1841  current function.",
1842  rtx, (void),
1843  default_internal_arg_pointer)
1844
1845 /* Update the current function stack boundary if needed.  */
1846 DEFHOOK
1847 (update_stack_boundary,
1848  "",
1849  void, (void), NULL)
1850
1851 /* Handle stack alignment and return an rtx for Dynamic Realign
1852    Argument Pointer if necessary.  */
1853 DEFHOOK
1854 (get_drap_rtx,
1855  "",
1856  rtx, (void), NULL)
1857
1858 /* Return true if all function parameters should be spilled to the
1859    stack.  */
1860 DEFHOOK
1861 (allocate_stack_slots_for_args,
1862  "",
1863  bool, (void),
1864  hook_bool_void_true)
1865
1866 /* Return an rtx for the static chain for FNDECL.  If INCOMING_P is true,
1867        then it should be for the callee; otherwise for the caller.  */
1868 DEFHOOK
1869 (static_chain,
1870  "",
1871  rtx, (const_tree fndecl, bool incoming_p),
1872  default_static_chain)
1873
1874 /* Fill in the trampoline at MEM with a call to FNDECL and a
1875    static chain value of CHAIN.  */
1876 DEFHOOK
1877 (trampoline_init,
1878  "",
1879  void, (rtx m_tramp, tree fndecl, rtx static_chain),
1880  default_trampoline_init)
1881
1882 /* Adjust the address of the trampoline in a target-specific way.  */
1883 DEFHOOK
1884 (trampoline_adjust_address,
1885  "",
1886  rtx, (rtx addr), NULL)
1887
1888 /* Return the number of bytes of its own arguments that a function
1889    pops on returning, or 0 if the function pops no arguments and the
1890    caller must therefore pop them all after the function returns.  */
1891 /* ??? tm.texi has no types for the parameters.  */
1892 DEFHOOK
1893 (return_pops_args,
1894  "",
1895  int, (tree fundecl, tree funtype, int size),
1896  default_return_pops_args)
1897
1898 HOOK_VECTOR_END (calls)
1899
1900 /* Return the diagnostic message string if conversion from FROMTYPE
1901    to TOTYPE is not allowed, NULL otherwise.  */
1902 DEFHOOK
1903 (invalid_conversion,
1904  "",
1905  const char *, (const_tree fromtype, const_tree totype),
1906  hook_constcharptr_const_tree_const_tree_null)
1907
1908 /* Return the diagnostic message string if the unary operation OP is
1909    not permitted on TYPE, NULL otherwise.  */
1910 DEFHOOK
1911 (invalid_unary_op,
1912  "",
1913  const char *, (int op, const_tree type),
1914  hook_constcharptr_int_const_tree_null)
1915
1916 /* Return the diagnostic message string if the binary operation OP
1917    is not permitted on TYPE1 and TYPE2, NULL otherwise.  */
1918 DEFHOOK
1919 (invalid_binary_op,
1920  "",
1921  const char *, (int op, const_tree type1, const_tree type2),
1922  hook_constcharptr_int_const_tree_const_tree_null)
1923
1924 /* Return the diagnostic message string if TYPE is not valid as a
1925    function parameter type, NULL otherwise.  */
1926 DEFHOOK
1927 (invalid_parameter_type,
1928  "",
1929  const char *, (const_tree type),
1930  hook_constcharptr_const_tree_null)
1931
1932 /* Return the diagnostic message string if TYPE is not valid as a
1933    function return type, NULL otherwise.  */
1934 DEFHOOK
1935 (invalid_return_type,
1936  "",
1937  const char *, (const_tree type),
1938  hook_constcharptr_const_tree_null)
1939
1940 /* If values of TYPE are promoted to some other type when used in
1941    expressions (analogous to the integer promotions), return that type,
1942    or NULL_TREE otherwise.  */
1943 DEFHOOK
1944 (promoted_type,
1945  "",
1946  tree, (const_tree type),
1947  hook_tree_const_tree_null)
1948
1949 /* Convert EXPR to TYPE, if target-specific types with special conversion
1950    rules are involved.  Return the converted expression, or NULL to apply
1951    the standard conversion rules.  */
1952 DEFHOOK
1953 (convert_to_type,
1954  "",
1955  tree, (tree type, tree expr),
1956  hook_tree_tree_tree_null)
1957
1958 /* Return the array of IRA cover classes for the current target.  */
1959 DEFHOOK
1960 (ira_cover_classes,
1961  "",
1962  const reg_class_t *, (void),
1963  default_ira_cover_classes)
1964
1965 /* Return the class for a secondary reload, and fill in extra information.  */
1966 DEFHOOK
1967 (secondary_reload,
1968  "",
1969  reg_class_t,
1970  (bool in_p, rtx x, reg_class_t reload_class, enum machine_mode reload_mode,
1971   secondary_reload_info *sri),
1972  default_secondary_reload)
1973
1974 /* This target hook allows the backend to perform additional
1975    processing while initializing for variable expansion.  */
1976 DEFHOOK
1977 (expand_to_rtl_hook,
1978  "",
1979  void, (void),
1980  hook_void_void)
1981
1982 /* This target hook allows the backend to perform additional
1983    instantiations on rtx that are not actually in insns yet,
1984    but will be later.  */
1985 DEFHOOK
1986 (instantiate_decls,
1987  "",
1988  void, (void),
1989  hook_void_void)
1990
1991 /* Return true if is OK to use a hard register REGNO as scratch register
1992    in peephole2.  */
1993 DEFHOOK
1994 (hard_regno_scratch_ok,
1995  "",
1996  bool, (unsigned int regno),
1997  default_hard_regno_scratch_ok)
1998
1999 /* Return the smallest number of different values for which it is best to
2000    use a jump-table instead of a tree of conditional branches.  */
2001 DEFHOOK
2002 (case_values_threshold,
2003  "",
2004  unsigned int, (void),
2005  default_case_values_threshold)
2006
2007 /* Retutn true if a function must have and use a frame pointer.  */
2008 DEFHOOK
2009 (frame_pointer_required,
2010  "",
2011  bool, (void),
2012  hook_bool_void_false)
2013
2014 /* Returns true if the compiler is allowed to try to replace register number
2015    from-reg with register number to-reg.  */
2016 DEFHOOK
2017 (can_eliminate,
2018  "",
2019  bool, (const int from_reg, const int to_reg),
2020  hook_bool_const_int_const_int_true)
2021
2022 /* Functions specific to the C family of frontends.  */
2023 #undef HOOK_PREFIX
2024 #define HOOK_PREFIX "TARGET_C_"
2025 HOOK_VECTOR (TARGET_C, c)
2026
2027 /* ??? Documenting this hook requires a GFDL license grant.  */
2028 DEFHOOK_UNDOC
2029 (mode_for_suffix,
2030 "Return machine mode for non-standard constant literal suffix @var{c},\
2031  or VOIDmode if non-standard suffixes are unsupported.",
2032  enum machine_mode, (char c),
2033  default_mode_for_suffix)
2034
2035 HOOK_VECTOR_END (c)
2036
2037 /* Functions specific to the C++ frontend.  */
2038 #undef HOOK_PREFIX
2039 #define HOOK_PREFIX "TARGET_CXX_"
2040 HOOK_VECTOR (TARGET_CXX, cxx)
2041
2042 /* Return the integer type used for guard variables.  */
2043 DEFHOOK
2044 (guard_type,
2045  "",
2046  tree, (void),
2047  default_cxx_guard_type)
2048
2049 /* Return true if only the low bit of the guard should be tested.  */
2050 DEFHOOK
2051 (guard_mask_bit,
2052  "",
2053  bool, (void),
2054  hook_bool_void_false)
2055
2056 /* Returns the size of the array cookie for an array of type.  */
2057 DEFHOOK
2058 (get_cookie_size,
2059  "",
2060  tree, (tree type),
2061  default_cxx_get_cookie_size)
2062
2063 /* Returns true if the element size should be stored in the array cookie.  */
2064 DEFHOOK
2065 (cookie_has_size,
2066  "",
2067  bool, (void),
2068  hook_bool_void_false)
2069
2070 /* Allows backends to perform additional processing when
2071    deciding if a class should be exported or imported.  */
2072 DEFHOOK
2073 (import_export_class,
2074  "",
2075  int, (tree type, int import_export), NULL)
2076
2077 /* Returns true if constructors and destructors return "this".  */
2078 DEFHOOK
2079 (cdtor_returns_this,
2080  "",
2081  bool, (void),
2082  hook_bool_void_false)
2083
2084 /* Returns true if the key method for a class can be an inline
2085    function, so long as it is not declared inline in the class
2086    itself.  Returning true is the behavior required by the Itanium C++ ABI.  */
2087 DEFHOOK
2088 (key_method_may_be_inline,
2089  "",
2090  bool, (void),
2091  hook_bool_void_true)
2092
2093 DEFHOOK
2094 (determine_class_data_visibility,
2095 "@var{decl} is a virtual table, virtual table table, typeinfo object,\
2096  or other similar implicit class data object that will be emitted with\
2097  external linkage in this translation unit.  No ELF visibility has been\
2098  explicitly specified.  If the target needs to specify a visibility\
2099  other than that of the containing class, use this hook to set\
2100  @code{DECL_VISIBILITY} and @code{DECL_VISIBILITY_SPECIFIED}.",
2101  void, (tree decl),
2102  hook_void_tree)
2103
2104 /* Returns true (the default) if virtual tables and other
2105    similar implicit class data objects are always COMDAT if they
2106    have external linkage.  If this hook returns false, then
2107    class data for classes whose virtual table will be emitted in
2108    only one translation unit will not be COMDAT.  */
2109 DEFHOOK
2110 (class_data_always_comdat,
2111  "",
2112  bool, (void),
2113  hook_bool_void_true)
2114
2115 /* Returns true (the default) if the RTTI for the basic types,
2116    which is always defined in the C++ runtime, should be COMDAT;
2117    false if it should not be COMDAT.  */
2118 DEFHOOK
2119 (library_rtti_comdat,
2120  "",
2121  bool, (void),
2122  hook_bool_void_true)
2123
2124 /* Returns true if __aeabi_atexit should be used to register static
2125    destructors.  */
2126 DEFHOOK
2127 (use_aeabi_atexit,
2128  "",
2129  bool, (void),
2130  hook_bool_void_false)
2131
2132 /* Returns true if target may use atexit in the same manner as
2133    __cxa_atexit  to register static destructors.  */
2134 DEFHOOK
2135 (use_atexit_for_cxa_atexit,
2136  "",
2137  bool, (void),
2138  hook_bool_void_false)
2139
2140 DEFHOOK
2141 (adjust_class_at_definition,
2142 "@var{type} is a C++ class (i.e., RECORD_TYPE or UNION_TYPE) that has just\
2143  been defined.  Use this hook to make adjustments to the class (eg, tweak\
2144  visibility or perform any other required target modifications).",
2145  void, (tree type),
2146  hook_void_tree)
2147
2148 HOOK_VECTOR_END (cxx)
2149
2150 /* Functions and data for emulated TLS support.  */
2151 #undef HOOK_PREFIX
2152 #define HOOK_PREFIX "TARGET_EMUTLS_"
2153 HOOK_VECTOR (TARGET_EMUTLS, emutls)
2154
2155 /* Name of the address and common functions.  */
2156 DEFHOOKPOD
2157 (get_address,
2158  "",
2159  const char *, "__builtin___emutls_get_address")
2160
2161 DEFHOOKPOD
2162 (register_common,
2163  "",
2164  const char *, "__builtin___emutls_register_common")
2165
2166 /* Prefixes for proxy variable and template.  */
2167 DEFHOOKPOD
2168 (var_section,
2169  "",
2170  const char *, NULL)
2171
2172 DEFHOOKPOD
2173 (tmpl_section,
2174  "",
2175  const char *, NULL)
2176
2177 /* Prefixes for proxy variable and template.  */
2178 DEFHOOKPOD
2179 (var_prefix,
2180  "",
2181  const char *, NULL)
2182
2183 DEFHOOKPOD
2184 (tmpl_prefix,
2185  "",
2186  const char *, NULL)
2187
2188 /* Function to generate field definitions of the proxy variable.  */
2189 DEFHOOK
2190 (var_fields,
2191  "",
2192  tree, (tree type, tree *name),
2193  default_emutls_var_fields)
2194
2195 /* Function to initialize a proxy variable.  */
2196 DEFHOOK
2197 (var_init,
2198  "",
2199  tree, (tree var, tree decl, tree tmpl_addr),
2200  default_emutls_var_init)
2201
2202 /* Whether we are allowed to alter the usual alignment of the
2203    proxy variable.  */
2204 DEFHOOKPOD
2205 (var_align_fixed,
2206  "",
2207  bool, false)
2208
2209 /* Whether we can emit debug information for TLS vars.  */
2210 DEFHOOKPOD
2211 (debug_form_tls_address,
2212  "",
2213  bool, false)
2214
2215 HOOK_VECTOR_END (emutls)
2216
2217 #undef HOOK_PREFIX
2218 #define HOOK_PREFIX "TARGET_OPTION_"
2219 HOOK_VECTOR (TARGET_OPTION_HOOKS, target_option_hooks)
2220
2221 /* Function to validate the attribute((option(...))) strings or NULL.  If
2222    the option is validated, it is assumed that DECL_FUNCTION_SPECIFIC will
2223    be filled in in the function decl node.  */
2224 DEFHOOK
2225 (valid_attribute_p,
2226  "",
2227  bool, (tree fndecl, tree name, tree args, int flags),
2228  default_target_option_valid_attribute_p)
2229
2230 /* Function to save any extra target state in the target options structure.  */
2231 DEFHOOK
2232 (save,
2233  "",
2234  void, (struct cl_target_option *ptr), NULL)
2235
2236 /* Function to restore any extra target state from the target options
2237    structure.  */
2238 DEFHOOK
2239 (restore,
2240  "",
2241  void, (struct cl_target_option *ptr), NULL)
2242
2243 /* Function to print any extra target state from the target options
2244    structure.  */
2245 DEFHOOK
2246 (print,
2247  "",
2248  void, (FILE *file, int indent, struct cl_target_option *ptr), NULL)
2249
2250 /* Function to parse arguments to be validated for #pragma option, and to
2251    change the state if the options are valid.  If the first argument is
2252    NULL, the second argument specifies the default options to use.  Return
2253    true if the options are valid, and set the current state.  */
2254 /* ??? The documentation in tm.texi is incomplete.  */
2255 DEFHOOK
2256 (pragma_parse,
2257  "",
2258  bool, (tree args, tree pop_target),
2259  default_target_option_pragma_parse)
2260
2261 /* Do option overrides for the target.  */
2262 DEFHOOK
2263 (override,
2264  "",
2265  void, (void),
2266  default_target_option_override)
2267
2268 /* Function to determine if one function can inline another function.  */
2269 #undef HOOK_PREFIX
2270 #define HOOK_PREFIX "TARGET_"
2271 DEFHOOK
2272 (can_inline_p,
2273  "",
2274  bool, (tree caller, tree callee),
2275  default_target_can_inline_p)
2276
2277 HOOK_VECTOR_END (target_option)
2278
2279 /* For targets that need to mark extra registers as live on entry to
2280    the function, they should define this target hook and set their
2281    bits in the bitmap passed in. */
2282 DEFHOOK
2283 (extra_live_on_entry,
2284  "",
2285  void, (bitmap regs),
2286  hook_void_bitmap)
2287
2288 /* Leave the boolean fields at the end.  */
2289
2290 /* True if unwinding tables should be generated by default.  */
2291 DEFHOOKPOD
2292 (unwind_tables_default,
2293  "",
2294  bool, false)
2295
2296 /* True if arbitrary sections are supported.  */
2297 DEFHOOKPOD
2298 (have_named_sections,
2299  "",
2300  bool, false)
2301
2302 /* True if we can create zeroed data by switching to a BSS section
2303    and then using ASM_OUTPUT_SKIP to allocate the space.  */
2304 DEFHOOKPOD
2305 (have_switchable_bss_sections,
2306  "",
2307  bool, false)
2308
2309 /* True if "native" constructors and destructors are supported,
2310    false if we're using collect2 for the job.  */
2311 DEFHOOKPOD
2312 (have_ctors_dtors,
2313  "",
2314  bool, false)
2315
2316 /* True if thread-local storage is supported.  */
2317 DEFHOOKPOD
2318 (have_tls,
2319  "",
2320  bool, false)
2321
2322 /* True if a small readonly data section is supported.  */
2323 DEFHOOKPOD
2324 (have_srodata_section,
2325  "",
2326  bool, false)
2327
2328 /* True if EH frame info sections should be zero-terminated.  */
2329 DEFHOOKPOD
2330 (terminate_dw2_eh_frame_info,
2331  "",
2332  bool, true)
2333
2334 /* True if #NO_APP should be emitted at the beginning of assembly output.  */
2335 DEFHOOKPOD
2336 (asm_file_start_app_off,
2337  "",
2338  bool, false)
2339
2340 /* True if output_file_directive should be called for main_input_filename
2341    at the beginning of assembly output.  */
2342 DEFHOOKPOD
2343 (asm_file_start_file_directive,
2344  "",
2345  bool, false)
2346
2347 DEFHOOKPOD
2348 (handle_pragma_extern_prefix,
2349 "True if @code{#pragma extern_prefix} is to be supported.",
2350  bool, 0)
2351
2352 /* True if the target is allowed to reorder memory accesses unless
2353    synchronization is explicitly requested.  */
2354 DEFHOOKPOD
2355 (relaxed_ordering,
2356  "",
2357  bool, false)
2358
2359 /* Returns true if we should generate exception tables for use with the
2360    ARM EABI.  The effects the encoding of function exception specifications.  */
2361 DEFHOOKPOD
2362 (arm_eabi_unwinder,
2363  "",
2364  bool, false)
2365
2366 DEFHOOKPOD
2367 (want_debug_pub_sections,
2368  "True if the @code{.debug_pubtypes} and @code{.debug_pubnames} sections\
2369  should be emitted.  These sections are not used on most platforms, and\
2370  in particular GDB does not use them.",
2371  bool, false)
2372
2373 /* Leave the boolean fields at the end.  */
2374
2375 /* Empty macro arguments are undefined in C90, so use an empty macro.  */
2376 #define C90_EMPTY_HACK
2377 /* Close the 'struct gcc_target' definition.  */
2378 HOOK_VECTOR_END (C90_EMPTY_HACK)
2379
2380 HOOK_VECTOR (TARGETCM_INITIALIZER, gcc_targetcm)
2381
2382 /* Handle target switch CODE (an OPT_* value).  ARG is the argument
2383    passed to the switch; it is NULL if no argument was.  VALUE is the
2384    value of ARG if CODE specifies a UInteger option, otherwise it is
2385    1 if the positive form of the switch was used and 0 if the negative
2386    form was.  Return true if the switch was valid.  */
2387 DEFHOOK
2388 (handle_c_option,
2389  "",
2390  bool, (size_t code, const char *arg, int value),
2391  default_handle_c_option)
2392
2393 HOOK_VECTOR_END (C90_EMPTY_HACK)