Home
last modified time | relevance | path

Searched refs:target_optabs (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs-tree.c356 struct target_optabs *tmp_optabs = (struct target_optabs *) in init_tree_optimization_optabs()
359 memset (tmp_optabs, 0, sizeof (struct target_optabs)); in init_tree_optimization_optabs()
361 tmp_optabs = ggc_cleared_alloc<target_optabs> (); in init_tree_optimization_optabs()
367 if (memcmp (tmp_optabs, this_target_optabs, sizeof (struct target_optabs))) in init_tree_optimization_optabs()
H A Dtarget-globals.h31 extern struct target_optabs *this_target_optabs;
52 struct target_optabs *GTY((skip)) optabs;
H A Doptabs-query.c33 struct target_optabs default_target_optabs;
34 struct target_optabs *this_fn_optabs = &default_target_optabs;
36 struct target_optabs *this_target_optabs = &default_target_optabs;
H A Dtarget-globals.c75 g->optabs = XCNEW (struct target_optabs); in save_target_globals()
H A Dtree-core.h1849 struct target_optabs *GTY ((skip)) base_optabs;
H A Dtoplev.c1937 struct target_optabs *saved_this_fn_optabs; in target_reinit()
H A Dfunction.c4830 this_fn_optabs = (struct target_optabs *) in invoke_set_current_function_hook()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtarget-globals.h30 extern struct target_optabs *this_target_optabs;
46 struct target_optabs *GTY((skip)) optabs;
H A Dtarget-globals.c74 g->optabs = XCNEW (struct target_optabs); in save_target_globals()
H A Doptabs.h823 struct target_optabs { struct
835 extern struct target_optabs default_target_optabs; argument
837 extern struct target_optabs *this_target_optabs;
H A Doptabs.c47 struct target_optabs default_target_optabs;
50 struct target_optabs *this_target_optabs = &default_target_optabs;