Home
last modified time | relevance | path

Searched refs:this_target_optabs (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtarget-globals.h32 extern struct target_optabs *this_target_optabs;
83 this_target_optabs = g->optabs; in restore_target_globals()
H A Doptabs-tree.c415 if (TREE_OPTIMIZATION_BASE_OPTABS (optnode) == this_target_optabs) in init_tree_optimization_optabs()
419 TREE_OPTIMIZATION_BASE_OPTABS (optnode) = this_target_optabs; in init_tree_optimization_optabs()
431 if (memcmp (tmp_optabs, this_target_optabs, sizeof (struct target_optabs))) in init_tree_optimization_optabs()
H A Doptabs-query.c36 struct target_optabs *this_target_optabs = &default_target_optabs; variable
H A Dtoplev.c2054 this_fn_optabs = this_target_optabs; in target_reinit()
H A Dfunction.c4672 this_fn_optabs = this_target_optabs; in invoke_set_current_function_hook()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtarget-globals.h32 extern struct target_optabs *this_target_optabs;
83 this_target_optabs = g->optabs; in restore_target_globals()
H A Doptabs-tree.c415 if (TREE_OPTIMIZATION_BASE_OPTABS (optnode) == this_target_optabs) in init_tree_optimization_optabs()
419 TREE_OPTIMIZATION_BASE_OPTABS (optnode) = this_target_optabs; in init_tree_optimization_optabs()
431 if (memcmp (tmp_optabs, this_target_optabs, sizeof (struct target_optabs))) in init_tree_optimization_optabs()
H A Doptabs-tree.cc531 if (TREE_OPTIMIZATION_BASE_OPTABS (optnode) == this_target_optabs) in init_tree_optimization_optabs()
535 TREE_OPTIMIZATION_BASE_OPTABS (optnode) = this_target_optabs; in init_tree_optimization_optabs()
547 if (memcmp (tmp_optabs, this_target_optabs, sizeof (struct target_optabs))) in init_tree_optimization_optabs()
H A Doptabs-query.c36 struct target_optabs *this_target_optabs = &default_target_optabs; variable
H A Doptabs-query.cc36 struct target_optabs *this_target_optabs = &default_target_optabs; variable
H A Dtoplev.c2054 this_fn_optabs = this_target_optabs; in target_reinit()
H A Dtoplev.cc1910 this_fn_optabs = this_target_optabs; in target_reinit()
H A Dfunction.c4672 this_fn_optabs = this_target_optabs; in invoke_set_current_function_hook()
H A Dfunction.cc4703 this_fn_optabs = this_target_optabs; in invoke_set_current_function_hook()
H A DChangeLog-201021489 (this_target_optabs): Declare as a variable or define as a macro.
21493 (this_target_optabs): New conditional variable.
21495 * target-globals.h (this_target_optabs): Declare.
21498 this_target_optabs.
H A DChangeLog-201337637 target_reinit remporarily set this_fn_optabs to this_target_optabs.