Searched refs:targ_options (Results 1 – 5 of 5) sorted by relevance
19562 struct cl_target_option *targ_options; in aarch64_declare_function_name() local19564 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()
28099 arm_print_asm_arch_directives (FILE *stream, cl_target_option *targ_options) in arm_print_asm_arch_directives() argument28105 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() local32770 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()
28399 arm_print_asm_arch_directives (FILE *stream, cl_target_option *targ_options) in arm_print_asm_arch_directives() argument28405 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() local33545 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()
22700 struct cl_target_option *targ_options; in aarch64_declare_function_name() local22702 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()
33710 targ_options->x_arm_arch_string is non NULL.