Home
last modified time | relevance | path

Searched refs:machine_function (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h319 struct machine_function * GTY ((maybe_undef)) machine;
561 extern struct machine_function * (*init_machine_status) (void);
H A DChangeLog-20021972 struct machine_function.
3147 (machine_function): Add frame_size member.
14026 (struct machine_function): New member in_prologue.
17721 (struct machine_function): Use gengtype to mark.
17726 (struct machine_function): Use gengtype to mark.
18111 (struct machine_function): Use gengtype.
18270 struct machine_function.
18278 machine_function.
18288 machine_function.
18293 machine_function.
[all …]
H A Dfunction.c128 struct machine_function * (*init_machine_status) (void);
H A DChangeLog-200118145 * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
19989 * config/v850/v850.c (struct machine_function): Delete.
20080 * config/alpha/alpha.h (struct machine_function): Remove.
20680 (struct machine_function): Add gp_save_rtx.
30005 (struct machine_function): Add accesses_prev_frame.
31312 (machine_function): Define.
32103 machine_function structure to zero.
32293 (struct machine_function): Move to d30v.h
32397 (struct machine_function): Move to rs6000.h
32406 (struct machine_function): Move here.
[all …]
H A DChangeLog-20033392 (machine_function): Add has_gp_insn_p.
8988 * config/sparc/sparc.c (struct machine_function): New type.
10058 * config/s390/s390.c (struct machine_function): Remove member
13086 * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
16113 * config/mips/mips.c (machine_function): Add new fields:
18492 (struct machine_function): Add sibcall_blocked field.
19927 (machine_function): Add global_pointer field.
31818 * i386.c (machine_function, ix86_stack_locals,
31821 * i386.h (machine_function, ix86_stack_locals,
32792 (struct machine_function): Replace huge array with alist.
[all …]
H A DChangeLog-20051887 (struct machine_function): Add has_loops field.
5153 (struct machine_function): Add force_align_arg_pointer.
10180 * config/frv/frv.h: Remove machine_function definition.
10183 (struct machine_function): Moved from frv.h. Add has_membar_p.
12554 (machine_function): Move typedef to...
12555 * config/rs6000/rs6000.c (machine_function): ... here. Add
23955 * config/cris/cris.c (struct machine_function): New member
23970 (cris_setup_incoming_varargs): Set machine_function member
25855 (struct machine_function): New member return_type.
31314 * config/ia64/ia64.h (struct machine_function): Add state_num.
[all …]
H A DChangeLog-200410281 (struct machine_function): New member split_branches_pending_p.
10998 * config/sparc/sparc.c (struct machine_function): New field
19418 of struct machine_function.
22500 * pa.h (struct machine_function): Define.
26547 * config/alpha/alpha.c (struct machine_function): Add gp_save_rtx.
27657 (s390_chunkify_start): Use base_reg from struct machine_function.
29417 * config/s390/s390.c (struct machine_function): New member
35532 * config/mips/mips.c (struct machine_function): Remove
35798 (struct machine_function): Remove insns_len.
37291 (struct machine_function): Add stack_offsets. Remove frame_size.
[all …]
H A DChangeLog-2000295 * config/arm/arm.h (struct machine_function): Add new field
1204 (struct machine_function): Add 'func_type' field.
10388 * config/ia64/ia64.h (struct machine_function): Add n_varargs.
11893 (struct machine_function): Add ia64_gp_save.
20923 (struct machine_function): Define.
22465 * arm.h (struct machine_function): Move to here ...
22540 * config/arm/arm.c (struct machine_function): Add two new
25252 (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
H A DChangeLog-20064838 (struct machine_function): New.
13301 * config/s390/s390.c (struct machine_function): New flag
14878 (struct machine_function): Add tls_descriptor_call_expanded_p.
15426 * arm.h (struct machine_function): Add pic_reg.
H A DChangeLog-19971756 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
H A DChangeLog-19998512 (struct machine_function): Declare; add eh_epilogue_sp_ofs.
8518 (struct machine_function): Moved to alpha.h.
H A DFSFChangeLog.111218 * rs6000.c (struct machine_function): Add pic_offset_table_rtx.
H A DChangeLog-199815669 * i386.c (struct machine_function): Add new fields for PIC stuff.
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h1395 typedef struct machine_function GTY(())
1421 machine_function; typedef
H A Darm.c87 static struct machine_function *arm_init_machine_status (void);
13610 static struct machine_function *
13613 struct machine_function *machine; in arm_init_machine_status()
13614 machine = (machine_function *) ggc_alloc_cleared (sizeof (machine_function)); in arm_init_machine_status()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h2013 struct machine_function GTY(())
H A Dia64.c198 static struct machine_function * ia64_init_machine_status (void);
5151 static struct machine_function *
5154 return ggc_alloc_cleared (sizeof (struct machine_function)); in ia64_init_machine_status()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.h2276 struct machine_function GTY(())
H A Di386.c1354 static struct machine_function * ix86_init_machine_status (void);
13813 static struct machine_function *
13816 struct machine_function *f; in ix86_init_machine_status()
13818 f = ggc_alloc_cleared (sizeof (struct machine_function)); in ix86_init_machine_status()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c304 static struct machine_function *mips_init_machine_status (void);
436 struct machine_function GTY(()) {
5274 static struct machine_function *
5277 return ((struct machine_function *) in mips_init_machine_status()
5278 ggc_alloc_cleared (sizeof (struct machine_function))); in mips_init_machine_status()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c299 struct machine_function GTY(())
376 static struct machine_function * sparc_init_machine_status (void);
8745 static struct machine_function *
8748 return ggc_alloc_cleared (sizeof (struct machine_function)); in sparc_init_machine_status()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c288 struct machine_function GTY(())
1291 static struct machine_function *
1294 return ggc_alloc_cleared (sizeof (struct machine_function)); in s390_init_machine_status()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c116 typedef struct machine_function GTY(())
129 } machine_function; typedef
596 static struct machine_function * rs6000_init_machine_status (void);
10164 static struct machine_function *
10167 return ggc_alloc_cleared (sizeof (machine_function)); in rs6000_init_machine_status()
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi830 @code{struct machine_function *}, which can be used by targets to point
834 @code{struct machine_function} and also the macro @code{INIT_EXPANDERS}.
867 @code{struct machine_function} structures are expected to be freed by GC@.