Home
last modified time | relevance | path

Searched refs:targ_options (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c19562 struct cl_target_option *targ_options; in aarch64_declare_function_name() local
19564 targ_options = TREE_TARGET_OPTION (target_parts); in aarch64_declare_function_name()
19566 targ_options = TREE_TARGET_OPTION (target_option_current_node); in aarch64_declare_function_name()
19567 gcc_assert (targ_options); in aarch64_declare_function_name()
19570 = aarch64_get_arch (targ_options->x_explicit_arch); in aarch64_declare_function_name()
19572 uint64_t isa_flags = targ_options->x_aarch64_isa_flags; in aarch64_declare_function_name()
19589 = aarch64_get_tune_cpu (targ_options->x_explicit_tune_core); in aarch64_declare_function_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c28099 arm_print_asm_arch_directives (FILE *stream, cl_target_option *targ_options) in arm_print_asm_arch_directives() argument
28105 if (last_asm_targ_options == targ_options) in arm_print_asm_arch_directives()
28108 last_asm_targ_options = targ_options; in arm_print_asm_arch_directives()
28111 arm_configure_build_target (&build_target, targ_options, false); in arm_print_asm_arch_directives()
32768 struct cl_target_option *targ_options; in arm_declare_function_name() local
32770 targ_options = TREE_TARGET_OPTION (target_parts); in arm_declare_function_name()
32772 targ_options = TREE_TARGET_OPTION (target_option_current_node); in arm_declare_function_name()
32773 gcc_assert (targ_options); in arm_declare_function_name()
32775 arm_print_asm_arch_directives (stream, targ_options); in arm_declare_function_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc28399 arm_print_asm_arch_directives (FILE *stream, cl_target_option *targ_options) in arm_print_asm_arch_directives() argument
28405 if (last_asm_targ_options == targ_options) in arm_print_asm_arch_directives()
28408 last_asm_targ_options = targ_options; in arm_print_asm_arch_directives()
28411 arm_configure_build_target (&build_target, targ_options, false); in arm_print_asm_arch_directives()
33543 struct cl_target_option *targ_options; in arm_declare_function_name() local
33545 targ_options = TREE_TARGET_OPTION (target_parts); in arm_declare_function_name()
33547 targ_options = TREE_TARGET_OPTION (target_option_current_node); in arm_declare_function_name()
33548 gcc_assert (targ_options); in arm_declare_function_name()
33550 arm_print_asm_arch_directives (stream, targ_options); in arm_declare_function_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc22700 struct cl_target_option *targ_options; in aarch64_declare_function_name() local
22702 targ_options = TREE_TARGET_OPTION (target_parts); in aarch64_declare_function_name()
22704 targ_options = TREE_TARGET_OPTION (target_option_current_node); in aarch64_declare_function_name()
22705 gcc_assert (targ_options); in aarch64_declare_function_name()
22708 = aarch64_get_arch (targ_options->x_explicit_arch); in aarch64_declare_function_name()
22710 uint64_t isa_flags = targ_options->x_aarch64_isa_flags; in aarch64_declare_function_name()
22727 = aarch64_get_tune_cpu (targ_options->x_explicit_tune_core); in aarch64_declare_function_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201833710 targ_options->x_arm_arch_string is non NULL.