Home
last modified time | relevance | path

Searched refs:fixed_size_mode (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDmachmode.h763 class fixed_size_mode
766 typedef mode_traits<fixed_size_mode>::from_int from_int;
769 ALWAYS_INLINE fixed_size_mode () {}
770 ALWAYS_INLINE fixed_size_mode (from_int m) : m_mode (machine_mode (m)) {}
771 ALWAYS_INLINE fixed_size_mode (const scalar_mode &m) : m_mode (m) {}
772 ALWAYS_INLINE fixed_size_mode (const scalar_int_mode &m) : m_mode (m) {}
773 ALWAYS_INLINE fixed_size_mode (const scalar_float_mode &m) : m_mode (m) {}
774 ALWAYS_INLINE fixed_size_mode (const scalar_mode_pod &m) : m_mode (m) {}
775 ALWAYS_INLINE fixed_size_mode (const scalar_int_mode_pod &m) : m_mode (m) {}
776 ALWAYS_INLINE fixed_size_mode (const complex_mode &m) : m_mode (m) {}
[all …]
HDcoretypes.h62 class fixed_size_mode; variable
70 typedef pod_mode<fixed_size_mode> fixed_size_mode_pod;
HDtarghooks.h247 extern fixed_size_mode default_get_reg_raw_mode (int);
HDtarghooks.c1922 fixed_size_mode
1927 return as_a <fixed_size_mode> (reg_raw_mode[regno]); in default_get_reg_raw_mode()
HDdbxout.c3459 fixed_size_mode rtl_mode, type_mode; in dbxout_parms()
3467 && is_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (parms)), &type_mode) in dbxout_parms()
3468 && is_a <fixed_size_mode> (GET_MODE (DECL_RTL (parms)), &rtl_mode)) in dbxout_parms()
HDvarasm.c3596 fixed_size_mode mode;
3785 fixed_size_mode mode; in force_const_mem()
3788 if (!is_a <fixed_size_mode> (in_mode, &mode)) in force_const_mem()
3895 fixed_size_mode
3915 output_constant_pool_2 (fixed_size_mode mode, rtx x, unsigned int align) in output_constant_pool_2()
HDbuiltins.c1387 fixed_size_mode mode = targetm.calls.get_raw_arg_mode (regno); in apply_args_size()
1399 apply_args_mode[regno] = as_a <fixed_size_mode> (VOIDmode); in apply_args_size()
1422 fixed_size_mode mode = targetm.calls.get_raw_result_mode (regno); in apply_result_size()
1433 apply_result_mode[regno] = as_a <fixed_size_mode> (VOIDmode); in apply_result_size()
1452 fixed_size_mode mode; in result_vector()
1481 fixed_size_mode mode; in expand_builtin_apply_args_1()
1585 fixed_size_mode mode; in expand_builtin_apply()
1746 fixed_size_mode mode; in expand_builtin_return()
HDsimplify-rtx.c5937 simplify_immed_subreg (fixed_size_mode outermode, rtx op, in simplify_immed_subreg()
6314 fixed_size_mode fs_outermode, fs_innermode; in simplify_subreg()
6316 if (is_a <fixed_size_mode> (outermode, &fs_outermode) in simplify_subreg()
6317 && is_a <fixed_size_mode> (innermode, &fs_innermode) in simplify_subreg()
6325 && is_a <fixed_size_mode> (outermode, &fs_outermode) in simplify_subreg()
HDexpr.c2650 fixed_size_mode mode = as_a <fixed_size_mode> (GET_MODE (srcreg)); in copy_blkmode_from_reg()
2651 fixed_size_mode tmode = as_a <fixed_size_mode> (GET_MODE (target)); in copy_blkmode_from_reg()
2652 fixed_size_mode copy_mode; in copy_blkmode_from_reg()
2763 fixed_size_mode mode = as_a <fixed_size_mode> (mode_in); in copy_blkmode_to_reg()
2764 fixed_size_mode dst_mode; in copy_blkmode_to_reg()
HDgimple-ssa-store-merging.c1655 fixed_size_mode mode = as_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (expr))); in encode_tree_to_bitpos()
HDexpmed.c925 fixed_size_mode value_mode = as_a <fixed_size_mode> (GET_MODE (value)); in store_integral_bit_field()
HDrtl.h3217 extern fixed_size_mode get_pool_mode (const_rtx);
HDomp-low.c5076 fixed_size_mode mode in lower_oacc_reductions()
5077 = as_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (var))); in lower_oacc_reductions()
HDtarget.def5125 fixed_size_mode, (int regno),
5135 fixed_size_mode, (int regno),