HomeSort by: relevance | last modified time | path
    Searched refs:type_mode (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 556 || TYPE_MODE (type) == BLKmode)))
559 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type);
560 scalar_int_mode mode = get_narrowest_mode (type_mode);
561 if (GET_MODE_SIZE (type_mode) <= GET_MODE_SIZE (mode))
598 || GET_MODE_SIZE (mode) >= GET_MODE_SIZE (type_mode))
606 if (GET_MODE_SIZE (type_mode)
732 utype = lang_hooks.types.type_for_mode (TYPE_MODE (TREE_TYPE (utype)), 1);
735 || TYPE_MODE (utype) == BLKmode))
738 utype = lang_hooks.types.type_for_mode (TYPE_MODE (utype), 1);
tree.cc 2377 if (DECIMAL_FLOAT_MODE_P (TYPE_MODE (type))
2393 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
2417 return build_real (type, real_value_truncate (TYPE_MODE (type), d));
2432 real_from_integer (&d, type ? TYPE_MODE (type) : VOIDmode, wi::to_wide (i),
2464 real_from_integer (&d, TYPE_MODE (type), i, sgn);
2563 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2564 return build_fixed (type, FCONST1 (TYPE_MODE (type)));
2616 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2656 return build_fixed (type, FCONST0 (TYPE_MODE (type)));
3170 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))
7920 machine_mode type_mode = TYPE_MODE (type); local
    [all...]
tree-vect-patterns.cc 240 insn_code icode = optab_handler (optab, TYPE_MODE (vecitype));
242 || insn_data[icode].operand[0].mode != TYPE_MODE (vecotype))
2654 || TYPE_MODE (TREE_TYPE (container)) == E_BLKmode)
3621 || !is_a <scalar_mode> (TYPE_MODE (lhs_type), &lhs_mode))
3774 machine_mode vmode = TYPE_MODE (char_vectype);
3833 && optab_handler (optab1, TYPE_MODE (vectype)) != CODE_FOR_nothing)
3865 && optab_handler (optab2, TYPE_MODE (vectype)) != CODE_FOR_nothing)
3879 || optab_handler (optab1, TYPE_MODE (uvectype)) == CODE_FOR_nothing
3881 || optab_handler (optab2, TYPE_MODE (uvectype)) == CODE_FOR_nothing)
3888 || optab_handler (optab1, TYPE_MODE (uvectype)) == CODE_FOR_nothin
5125 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dbxout.cc 3471 fixed_size_mode rtl_mode, type_mode;
3479 && is_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (parms)), &type_mode)
3637 && type_mode != rtl_mode
3638 && GET_MODE_SIZE (type_mode) < UNITS_PER_WORD)
3639 number += GET_MODE_SIZE (rtl_mode) - GET_MODE_SIZE (type_mode);
3459 fixed_size_mode rtl_mode, type_mode; local
tree-switch-conversion.cc 523 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type);
524 scalar_int_mode mode = get_narrowest_mode (type_mode);
525 if (GET_MODE_SIZE (type_mode) <= GET_MODE_SIZE (mode))
562 || GET_MODE_SIZE (mode) >= GET_MODE_SIZE (type_mode))
570 if (GET_MODE_SIZE (type_mode)
696 utype = lang_hooks.types.type_for_mode (TYPE_MODE (TREE_TYPE (utype)), 1);
698 utype = lang_hooks.types.type_for_mode (TYPE_MODE (utype), 1);
tree.cc 2394 if (DECIMAL_FLOAT_MODE_P (TYPE_MODE (type))
2428 return build_real (type, real_value_truncate (TYPE_MODE (type), d));
2443 real_from_integer (&d, type ? TYPE_MODE (type) : VOIDmode, wi::to_wide (i),
2475 real_from_integer (&d, TYPE_MODE (type), i, sgn);
2575 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2576 return build_fixed (type, FCONST1 (TYPE_MODE (type)));
2628 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2668 return build_fixed (type, FCONST0 (TYPE_MODE (type)));
3131 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))));
3164 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))
7780 machine_mode type_mode = TYPE_MODE (type); local
    [all...]
tree-vect-patterns.cc 227 insn_code icode = optab_handler (optab, TYPE_MODE (vecitype));
229 || insn_data[icode].operand[0].mode != TYPE_MODE (vecotype))
2512 || !is_a <scalar_mode> (TYPE_MODE (lhs_type), &lhs_mode))
2666 if (can_vec_perm_const_p (TYPE_MODE (char_vectype), indices))
2725 && optab_handler (optab1, TYPE_MODE (vectype)) != CODE_FOR_nothing)
2757 && optab_handler (optab2, TYPE_MODE (vectype)) != CODE_FOR_nothing)
2766 || optab_handler (optab1, TYPE_MODE (vectype)) == CODE_FOR_nothing
2768 || optab_handler (optab2, TYPE_MODE (vectype)) == CODE_FOR_nothing)
2775 || optab_handler (optab1, TYPE_MODE (vectype)) == CODE_FOR_nothing
2777 || optab_handler (optab2, TYPE_MODE (vectype)) == CODE_FOR_nothing
3928 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 841 machine_mode type_mode = TYPE_MODE (size_type_node); local
842 size_type_node = lang_hooks.types.type_for_mode (type_mode, 1);
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 388 HOST_WIDE_INT elt_size = GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (type)));
406 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_FP_ARG)
408 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_WORD)))
469 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
478 loongarch_pass_fpr_single (machine_mode type_mode, unsigned regno,
484 if (type_mode != value_mode)
487 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x));
546 TYPE_MODE (fields[0].type),
551 TYPE_MODE (fields[0].type),
554 TYPE_MODE (fields[1].type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 2863 HOST_WIDE_INT elt_size = GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (type)));
2881 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_FP_ARG)
2883 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_WORD)))
2989 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
2998 riscv_pass_fpr_single (machine_mode type_mode, unsigned regno,
3004 if (type_mode != value_mode)
3007 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x));
3068 TYPE_MODE (fields[0].type),
3073 TYPE_MODE (fields[0].type),
3076 TYPE_MODE (fields[1].type)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 389 HOST_WIDE_INT elt_size = GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (type)));
407 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_FP_ARG)
409 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_WORD)))
470 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
479 loongarch_pass_fpr_single (machine_mode type_mode, unsigned regno,
485 if (type_mode != value_mode)
488 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x));
547 TYPE_MODE (fields[0].type),
552 TYPE_MODE (fields[0].type),
555 TYPE_MODE (fields[1].type)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 4909 HOST_WIDE_INT elt_size = GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (type))).to_constant ();
4927 && GET_MODE_SIZE (TYPE_MODE (type)).to_constant () <= UNITS_PER_FP_ARG)
4929 && GET_MODE_SIZE (TYPE_MODE (type)).to_constant () <= UNITS_PER_WORD)))
5035 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
5044 riscv_pass_fpr_single (machine_mode type_mode, unsigned regno,
5050 if (type_mode != value_mode)
5053 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x));
5261 TYPE_MODE (fields[0].type),
5266 TYPE_MODE (fields[0].type),
5269 TYPE_MODE (fields[1].type)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 6032 of TYPE_MODE, regardless of the actual type. */
6607 return type itself has mode TYPE_MODE. On NewABI targets,
6616 mips_return_fpr_single (machine_mode type_mode,
6622 if (type_mode != value_mode)
6625 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x));
6677 mode = TYPE_MODE (valtype);
6744 TYPE_MODE (TREE_TYPE (fields[0])));
6748 TYPE_MODE (TREE_TYPE (fields[0])),
6750 TYPE_MODE (TREE_TYPE (fields[1])),
6857 || TYPE_MODE (type) == BLKmode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 5899 of TYPE_MODE, regardless of the actual type. */
6457 return type itself has mode TYPE_MODE. On NewABI targets,
6466 mips_return_fpr_single (machine_mode type_mode,
6472 if (type_mode != value_mode)
6475 x = gen_rtx_PARALLEL (type_mode, gen_rtvec (1, x));
6527 mode = TYPE_MODE (valtype);
6594 TYPE_MODE (TREE_TYPE (fields[0])));
6598 TYPE_MODE (TREE_TYPE (fields[0])),
6600 TYPE_MODE (TREE_TYPE (fields[1])),
6707 || TYPE_MODE (type) == BLKmode)
    [all...]

Completed in 67 milliseconds