Searched refs:machine_function (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dfunction.h320 struct machine_function * GTY ((maybe_undef)) machine;
562 extern struct machine_function * (*init_machine_status) (void);
H A Dfunction.c128 struct machine_function * (*init_machine_status) (void);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1356 machine_function structure is initialized (to zero) func_type will
1401 typedef struct machine_function GTY(())
1427 machine_function;
1429 /* As in the machine_function, a global set of call-via labels, for code
1395 typedef struct machine_function GTY(()) function
H A Darm.c87 static struct machine_function *arm_init_machine_status (void);
13632 static struct machine_function *
13635 struct machine_function *machine;
13636 machine = (machine_function *) ggc_alloc_cleared (sizeof (machine_function));
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h2053 struct machine_function GTY(())
2013 struct machine_function GTY(()) function
H A Dia64.c199 static struct machine_function * ia64_init_machine_status (void);
5162 static struct machine_function *
5165 return ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2294 struct machine_function GTY(())
2276 struct machine_function GTY(()) function
H A Di386.c1355 static struct machine_function * ix86_init_machine_status (void);
13839 static struct machine_function *
13842 struct machine_function *f;
13844 f = ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c304 static struct machine_function *mips_init_machine_status (void);
436 struct machine_function GTY(()) { function
5297 static struct machine_function *
5300 return ((struct machine_function *)
5301 ggc_alloc_cleared (sizeof (struct machine_function)));
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c299 struct machine_function GTY(()) function
376 static struct machine_function * sparc_init_machine_status (void);
8769 /* How to allocate a 'struct machine_function'. */
8771 static struct machine_function *
8774 return ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c288 struct machine_function GTY(()) function
347 /* Set the has_landing_pad_p flag in struct machine_function to VALUE. */
1289 /* How to allocate a 'struct machine_function'. */
1291 static struct machine_function *
1294 return ggc_alloc_cleared (sizeof (struct machine_function));
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c116 typedef struct machine_function GTY(()) function
129 } machine_function;
598 static struct machine_function * rs6000_init_machine_status (void);
10185 /* Function to init struct machine_function.
10189 static struct machine_function *
10192 return ggc_alloc_cleared (sizeof (machine_function));

Completed in 679 milliseconds