/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-options.c | 342 const char *arch, const char *tune, in ix86_target_string() 936 enum ix86_opt_type type; in ix86_valid_target_attribute_inner_p() member 1100 enum ix86_opt_type type = ix86_opt_unknown; in ix86_valid_target_attribute_inner_p() local 3505 tree *type = NULL; in ix86_handle_struct_attribute() local 3688 int, bool *) in ix86_handle_no_caller_saved_registers_attribute() argument 3694 ix86_handle_interrupt_attribute (tree *node, tree, tree, int, bool *) in ix86_handle_interrupt_attribute() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-options.cc | 370 const char *arch, const char *tune, in ix86_target_string() 979 enum ix86_opt_type type; in ix86_valid_target_attribute_inner_p() member 1161 enum ix86_opt_type type = ix86_opt_unknown; in ix86_valid_target_attribute_inner_p() local 3561 tree *type = NULL; in ix86_handle_struct_attribute() local 3744 int, bool *) in ix86_handle_no_caller_saved_registers_attribute() argument 3750 ix86_handle_interrupt_attribute (tree *node, tree, tree, int, bool *) in ix86_handle_interrupt_attribute() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 1583 enum aarch64_arch arch; member 1889 pure_scalable_type_info::analyze (const_tree type) in analyze() 1929 pure_scalable_type_info::analyze_registers (const_tree type) in analyze_registers() 1939 pure_scalable_type_info::analyze_array (const_tree type) in analyze_array() 1982 pure_scalable_type_info::analyze_record (const_tree type) in analyze_record() 2073 aarch64_some_values_include_pst_objects_p (const_tree type) in aarch64_some_values_include_pst_objects_p() 3202 enum aarch64_symbol_type type) in aarch64_load_symref_appropriately() 5836 aarch64_function_value (const_tree type, const_tree func, in aarch64_function_value() 5944 aarch64_return_in_memory_1 (const_tree type) in aarch64_return_in_memory_1() 5975 aarch64_return_in_memory (const_tree type, const_tree fndecl ATTRIBUTE_UNUSED) in aarch64_return_in_memory() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 2716 enum aarch64_arch arch; member 3022 pure_scalable_type_info::analyze (const_tree type) in analyze() 3062 pure_scalable_type_info::analyze_registers (const_tree type) in analyze_registers() 3072 pure_scalable_type_info::analyze_array (const_tree type) in analyze_array() 3115 pure_scalable_type_info::analyze_record (const_tree type) in analyze_record() 3206 aarch64_some_values_include_pst_objects_p (const_tree type) in aarch64_some_values_include_pst_objects_p() 4540 enum aarch64_symbol_type type) in aarch64_load_symref_appropriately() 7126 aarch64_function_value (const_tree type, const_tree func, in aarch64_function_value() 7240 aarch64_return_in_memory_1 (const_tree type) in aarch64_return_in_memory_1() 7271 aarch64_return_in_memory (const_tree type, const_tree fndecl ATTRIBUTE_UNUSED) in aarch64_return_in_memory() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | arm.cc | 202 type() const in type() function in __anon7a9d63b40111::Insn_template 226 Insn_template(unsigned data, Type type, unsigned int r_type, int reloc_addend) in Insn_template() 300 type() const in type() function in __anon7a9d63b40111::Stub_template 1353 Arm_output_section(const char* name, elfcpp::Elf_Word type, in Arm_output_section() 2153 int arch = attr->int_value(); in using_thumb2() local 2180 int arch = attr->int_value(); in may_use_arm_nop() local 2193 int arch = attr->int_value(); in may_use_thumb2_nop() local 2205 int arch = attr->int_value(); in may_use_v4t_interworking() local 2216 int arch = attr->int_value(); in may_use_v5t_interworking() local 2515 do_make_output_section(const char* name, elfcpp::Elf_Word type, in do_make_output_section() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | arm.cc | 202 type() const in type() function in __anon44de5fc10111::Insn_template 226 Insn_template(unsigned data, Type type, unsigned int r_type, int reloc_addend) in Insn_template() 300 type() const in type() function in __anon44de5fc10111::Stub_template 1353 Arm_output_section(const char* name, elfcpp::Elf_Word type, in Arm_output_section() 2153 int arch = attr->int_value(); in using_thumb2() local 2180 int arch = attr->int_value(); in may_use_arm_nop() local 2193 int arch = attr->int_value(); in may_use_thumb2_nop() local 2205 int arch = attr->int_value(); in may_use_v4t_interworking() local 2216 int arch = attr->int_value(); in may_use_v5t_interworking() local 2515 do_make_output_section(const char* name, elfcpp::Elf_Word type, in do_make_output_section() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 331 alpha_mangle_type (const_tree type) in alpha_mangle_type() 1276 int opnum, int type, in alpha_legitimize_reload_address() 1351 bool /*in*/) in alpha_memory_move_cost() argument 5654 alpha_return_in_memory (const_tree type, const_tree fndecl ATTRIBUTE_UNUSED) in alpha_return_in_memory() 5804 bool /*outgoing*/) in alpha_function_value() argument 5831 alpha_split_complex_arg (const_tree type) in alpha_split_complex_arg() 6225 alpha_gimplify_va_arg_1 (tree type, tree base, tree offset, in alpha_gimplify_va_arg_1() 6296 alpha_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in alpha_gimplify_va_arg() 9488 const char *arch; in alpha_file_start() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.c | 331 alpha_mangle_type (const_tree type) in alpha_mangle_type() 1276 int opnum, int type, in alpha_legitimize_reload_address() 1351 bool /*in*/) in alpha_memory_move_cost() argument 5649 alpha_return_in_memory (const_tree type, const_tree fndecl ATTRIBUTE_UNUSED) in alpha_return_in_memory() 5799 bool /*outgoing*/) in alpha_function_value() argument 5826 alpha_split_complex_arg (const_tree type) in alpha_split_complex_arg() 6220 alpha_gimplify_va_arg_1 (tree type, tree base, tree offset, in alpha_gimplify_va_arg_1() 6291 alpha_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in alpha_gimplify_va_arg() 9483 const char *arch; in alpha_file_start() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 321 enum processor arch; member 376 enum mips_address_type type; member 1211 mips_near_type_p (const_tree type) in mips_near_type_p() 1218 mips_far_type_p (const_tree type) in mips_far_type_p() 1228 mips_interrupt_type_p (tree type) in mips_interrupt_type_p() 1236 mips_interrupt_mask (tree type) in mips_interrupt_mask() 1274 mips_use_shadow_register_set (tree type) in mips_use_shadow_register_set() 1297 mips_keep_interrupts_masked_p (tree type) in mips_keep_interrupts_masked_p() 1307 mips_use_debug_exception_return_p (tree type) in mips_use_debug_exception_return_p() 1810 mips_got_symbol_type_p (enum mips_symbol_type type) in mips_got_symbol_type_p() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 319 enum processor arch; member 374 enum mips_address_type type; member 1209 mips_near_type_p (const_tree type) in mips_near_type_p() 1216 mips_far_type_p (const_tree type) in mips_far_type_p() 1226 mips_interrupt_type_p (tree type) in mips_interrupt_type_p() 1234 mips_interrupt_mask (tree type) in mips_interrupt_mask() 1272 mips_use_shadow_register_set (tree type) in mips_use_shadow_register_set() 1295 mips_keep_interrupts_masked_p (tree type) in mips_keep_interrupts_masked_p() 1305 mips_use_debug_exception_return_p (tree type) in mips_use_debug_exception_return_p() 1808 mips_got_symbol_type_p (enum mips_symbol_type type) in mips_got_symbol_type_p() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 2893 arm_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in arm_gimplify_va_arg_expr() 3998 unsigned long type = ARM_FT_UNKNOWN; in arm_compute_func_type() local 5715 arm_function_value(const_tree type, const_tree func, in arm_function_value() 5939 arm_return_in_memory (const_tree type, const_tree fntype) in arm_return_in_memory() 6124 arm_get_pcs_model (const_tree type, const_tree decl) in arm_get_pcs_model() 6223 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() 6445 machine_mode mode, const_tree type, in aapcs_vfp_is_call_or_return_candidate() 6520 machine_mode mode, const_tree type) in aapcs_vfp_is_return_candidate() 6533 const_tree type) in aapcs_vfp_is_call_candidate() 6715 const_tree type) in aapcs_select_call_coproc() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 2925 arm_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in arm_gimplify_va_arg_expr() 4077 unsigned long type = ARM_FT_UNKNOWN; in arm_compute_func_type() local 5788 arm_function_value(const_tree type, const_tree func, in arm_function_value() 6012 arm_return_in_memory (const_tree type, const_tree fntype) in arm_return_in_memory() 6197 arm_get_pcs_model (const_tree type, const_tree decl ATTRIBUTE_UNUSED) in arm_get_pcs_model() 6306 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() 6550 machine_mode mode, const_tree type, in aapcs_vfp_is_call_or_return_candidate() 6631 machine_mode mode, const_tree type) in aapcs_vfp_is_return_candidate() 6644 const_tree type) in aapcs_vfp_is_call_candidate() 6826 const_tree type) in aapcs_select_call_coproc() [all …]
|