Home
last modified time | relevance | path

Searched refs:TREE_TARGET_GLOBALS (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-options.cc3015 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_reset_previous_fndecl()
3016 restore_target_globals (TREE_TARGET_GLOBALS (new_tree)); in ix86_reset_previous_fndecl()
3020 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts (); in ix86_reset_previous_fndecl()
3287 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
3288 restore_target_globals (TREE_TARGET_GLOBALS (new_tree)); in ix86_set_current_function()
3292 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts (); in ix86_set_current_function()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc16290 if (TREE_TARGET_GLOBALS (new_tree)) in s390_activate_target_options()
16291 restore_target_globals (TREE_TARGET_GLOBALS (new_tree)); in s390_activate_target_options()
16295 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts (); in s390_activate_target_options()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h3441 #define TREE_TARGET_GLOBALS(NODE) \ macro
Dtree.cc11790 TREE_TARGET_GLOBALS (*iter) = NULL; in prepare_target_option_nodes_for_pch()
DChangeLog-201449014 * tree.h (TREE_TARGET_GLOBALS): Define.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc24490 if (TREE_TARGET_GLOBALS (new_tree)) in rs6000_activate_target_options()
24491 restore_target_globals (TREE_TARGET_GLOBALS (new_tree)); in rs6000_activate_target_options()
24495 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts (); in rs6000_activate_target_options()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc33152 if (TREE_TARGET_GLOBALS (new_tree)) in save_restore_target_globals()
33153 restore_target_globals (TREE_TARGET_GLOBALS (new_tree)); in save_restore_target_globals()
33159 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts (); in save_restore_target_globals()