HomeSort by: relevance | last modified time | path
    Searched defs:main_target_opt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 3613 struct cl_target_option *main_target_opt
3707 else if (main_target_opt != NULL && main_target_opt->x_rs6000_cpu_index >= 0)
3708 cpu_index = main_target_opt->x_rs6000_cpu_index;
3926 if (main_target_opt && !main_target_opt->x_rs6000_altivec_abi)
4097 if (main_target_opt != NULL
4098 && (main_target_opt->x_rs6000_long_double_type_size
4287 if (main_target_opt != NULL && !main_target_opt->x_rs6000_altivec_abi
3604 struct cl_target_option *main_target_opt local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 3658 struct cl_target_option *main_target_opt
3742 else if (main_target_opt != NULL && main_target_opt->x_rs6000_cpu_index >= 0)
3743 cpu_index = main_target_opt->x_rs6000_cpu_index;
3949 if (main_target_opt && !main_target_opt->x_rs6000_altivec_abi)
4162 if (main_target_opt != NULL
4163 && (main_target_opt->x_rs6000_long_double_type_size
4352 if (main_target_opt != NULL && !main_target_opt->x_rs6000_altivec_abi
3649 struct cl_target_option *main_target_opt local
    [all...]

Completed in 156 milliseconds