HomeSort by: relevance | last modified time | path
    Searched refs:TREE_TARGET_GLOBALS (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 3025 if (TREE_TARGET_GLOBALS (new_tree))
3026 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
3030 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
3297 if (TREE_TARGET_GLOBALS (new_tree))
3298 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
3302 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 3345 if (TREE_TARGET_GLOBALS (new_tree))
3346 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
3350 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
3666 if (TREE_TARGET_GLOBALS (new_tree))
3667 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
3671 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 7630 /* Restore or save the TREE_TARGET_GLOBALS from or to new_tree.
7637 if (TREE_TARGET_GLOBALS (new_tree))
7638 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
7642 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 9486 /* Restore or save the TREE_TARGET_GLOBALS from or to NEW_TREE.
9493 if (TREE_TARGET_GLOBALS (new_tree))
9494 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
9498 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 3441 #define TREE_TARGET_GLOBALS(NODE) \
tree.cc 11820 /* Clear TREE_TARGET_GLOBALS of all TARGET_OPTION_NODE trees,
11829 TREE_TARGET_GLOBALS (*iter) = NULL;
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16827 if (TREE_TARGET_GLOBALS (new_tree))
16828 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
16832 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16288 if (TREE_TARGET_GLOBALS (new_tree))
16289 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
16293 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 19047 /* Restore or save the TREE_TARGET_GLOBALS from or to NEW_TREE.
19054 if (TREE_TARGET_GLOBALS (new_tree))
19055 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
19059 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25005 if (TREE_TARGET_GLOBALS (new_tree))
25006 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
25010 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 18609 /* Restore or save the TREE_TARGET_GLOBALS from or to NEW_TREE.
18616 if (TREE_TARGET_GLOBALS (new_tree))
18617 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
18621 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24553 if (TREE_TARGET_GLOBALS (new_tree))
24554 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
24558 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/
tree.h 3608 #define TREE_TARGET_GLOBALS(NODE) \
tree.cc 12062 /* Clear TREE_TARGET_GLOBALS of all TARGET_OPTION_NODE trees,
12071 TREE_TARGET_GLOBALS (*iter) = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 33176 /* Restore or save the TREE_TARGET_GLOBALS from or to NEW_TREE. */
33182 if (TREE_TARGET_GLOBALS (new_tree))
33183 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
33189 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 33674 /* Restore or save the TREE_TARGET_GLOBALS from or to NEW_TREE. */
33680 if (TREE_TARGET_GLOBALS (new_tree))
33681 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
33687 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();

Completed in 433 milliseconds