/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dbxout.c | 3455 fixed_size_mode rtl_mode, type_mode; in dbxout_parms() local 3463 && is_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (parms)), &type_mode) in dbxout_parms() 3621 && type_mode != rtl_mode in dbxout_parms() 3622 && GET_MODE_SIZE (type_mode) < UNITS_PER_WORD) in dbxout_parms() 3623 number += GET_MODE_SIZE (rtl_mode) - GET_MODE_SIZE (type_mode); in dbxout_parms()
|
H A D | tree-switch-conversion.c | 521 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); in array_value_type() local 522 scalar_int_mode mode = get_narrowest_mode (type_mode); in array_value_type() 523 if (GET_MODE_SIZE (type_mode) <= GET_MODE_SIZE (mode)) in array_value_type() 560 || GET_MODE_SIZE (mode) >= GET_MODE_SIZE (type_mode)) in array_value_type() 568 if (GET_MODE_SIZE (type_mode) in array_value_type()
|
H A D | tree.c | 8743 machine_mode type_mode = TYPE_MODE (type); in excess_precision_type() local 8747 if (type_mode == float16_type_mode) in excess_precision_type() 8751 if (type_mode == float16_type_mode in excess_precision_type() 8752 || type_mode == float_type_mode) in excess_precision_type() 8756 if (type_mode == float16_type_mode in excess_precision_type() 8757 || type_mode == float_type_mode in excess_precision_type() 8758 || type_mode == double_type_mode) in excess_precision_type() 8770 machine_mode type_mode = TYPE_MODE (TREE_TYPE (type)); in excess_precision_type() local 8774 if (type_mode == float16_type_mode) in excess_precision_type() 8778 if (type_mode == float16_type_mode in excess_precision_type() [all …]
|
H A D | tree-vect-patterns.c | 3570 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); in vect_recog_mixed_size_cond_pattern() local 3571 if (GET_MODE_BITSIZE (type_mode) == cmp_mode_size) in vect_recog_mixed_size_cond_pattern() 3596 if (GET_MODE_BITSIZE (type_mode) > cmp_mode_size) in vect_recog_mixed_size_cond_pattern()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dbxout.cc | 3459 fixed_size_mode rtl_mode, type_mode; in dbxout_parms() local 3467 && is_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (parms)), &type_mode) in dbxout_parms() 3625 && type_mode != rtl_mode in dbxout_parms() 3626 && GET_MODE_SIZE (type_mode) < UNITS_PER_WORD) in dbxout_parms() 3627 number += GET_MODE_SIZE (rtl_mode) - GET_MODE_SIZE (type_mode); in dbxout_parms()
|
H A D | tree-switch-conversion.cc | 522 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); in array_value_type() local 523 scalar_int_mode mode = get_narrowest_mode (type_mode); in array_value_type() 524 if (GET_MODE_SIZE (type_mode) <= GET_MODE_SIZE (mode)) in array_value_type() 561 || GET_MODE_SIZE (mode) >= GET_MODE_SIZE (type_mode)) in array_value_type() 569 if (GET_MODE_SIZE (type_mode) in array_value_type()
|
H A D | tree.cc | 7768 machine_mode type_mode = TYPE_MODE (type); in excess_precision_type() local 7772 if (type_mode == float16_type_mode) in excess_precision_type() 7776 if (type_mode == float16_type_mode in excess_precision_type() 7777 || type_mode == float_type_mode) in excess_precision_type() 7781 if (type_mode == float16_type_mode in excess_precision_type() 7782 || type_mode == float_type_mode in excess_precision_type() 7783 || type_mode == double_type_mode) in excess_precision_type() 7795 machine_mode type_mode = TYPE_MODE (TREE_TYPE (type)); in excess_precision_type() local 7799 if (type_mode == float16_type_mode) in excess_precision_type() 7803 if (type_mode == float16_type_mode in excess_precision_type() [all …]
|
H A D | tree-vect-patterns.cc | 3928 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); in vect_recog_mixed_size_cond_pattern() local 3929 if (GET_MODE_BITSIZE (type_mode) == cmp_mode_size) in vect_recog_mixed_size_cond_pattern() 3954 if (GET_MODE_BITSIZE (type_mode) > cmp_mode_size) in vect_recog_mixed_size_cond_pattern()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 841 machine_mode type_mode = TYPE_MODE (size_type_node); in d_build_d_type_nodes() local 842 size_type_node = lang_hooks.types.type_for_mode (type_mode, 1); in d_build_d_type_nodes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 826 machine_mode type_mode = TYPE_MODE (size_type_node); in d_build_d_type_nodes() local 827 size_type_node = lang_hooks.types.type_for_mode (type_mode, 1); in d_build_d_type_nodes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.c | 2640 riscv_pass_fpr_single (machine_mode type_mode, unsigned regno, in riscv_pass_fpr_single() argument 2646 if (type_mode != value_mode) in riscv_pass_fpr_single() 2649 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x)); in riscv_pass_fpr_single()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.cc | 2995 riscv_pass_fpr_single (machine_mode type_mode, unsigned regno, in riscv_pass_fpr_single() argument 3001 if (type_mode != value_mode) in riscv_pass_fpr_single() 3004 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x)); in riscv_pass_fpr_single()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.cc | 478 loongarch_pass_fpr_single (machine_mode type_mode, unsigned regno, in loongarch_pass_fpr_single() argument 484 if (type_mode != value_mode) in loongarch_pass_fpr_single() 487 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x)); in loongarch_pass_fpr_single()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 6436 mips_return_fpr_single (machine_mode type_mode, in mips_return_fpr_single() argument 6442 if (type_mode != value_mode) in mips_return_fpr_single() 6445 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x)); in mips_return_fpr_single()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 6351 mips_return_fpr_single (machine_mode type_mode, in mips_return_fpr_single() argument 6357 if (type_mode != value_mode) in mips_return_fpr_single() 6360 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x)); in mips_return_fpr_single()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2012 | 3551 * language.h (type_mode): Remove. 3558 Remove type_mode/type_check. 3559 (type_mode): Remove.
|
H A D | ChangeLog-1991 | 2015 main.c Added the variables range_mode, range_check, type_mode,
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2012 | 3551 * language.h (type_mode): Remove. 3558 Remove type_mode/type_check. 3559 (type_mode): Remove.
|
H A D | ChangeLog-1991 | 2015 main.c Added the variables range_mode, range_check, type_mode,
|