Home
last modified time | relevance | path

Searched refs:mode_for_size (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmachmode.h846 extern opt_machine_mode mode_for_size (poly_uint64, enum mode_class, int);
855 return dyn_cast <scalar_int_mode> (mode_for_size (size, MODE_INT, limit));
864 return dyn_cast <scalar_float_mode> (mode_for_size (size, MODE_FLOAT, 0));
873 (mode_for_size (size, MODE_DECIMAL_FLOAT, 0));
Dstor-layout.cc302 mode_for_size (poly_uint64 size, enum mode_class mclass, int limit) in mode_for_size() function
338 return mode_for_size (ui, mclass, limit); in mode_for_size_tree()
435 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial)) in bitwise_mode_for_mode()
447 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial)) in bitwise_mode_for_mode()
454 return mode_for_size (bitsize, MODE_INT, true); in bitwise_mode_for_mode()
2728 SET_TYPE_MODE (type, mode_for_size (precision, mclass, 0).require ()); in make_fract_type()
2750 SET_TYPE_MODE (type, mode_for_size (precision, mclass, 0).require ()); in make_accum_type()
Dcaller-save.cc1134 smode = mode_for_size (exact_div (GET_MODE_BITSIZE (mode), in replace_reg_with_saved_mem()
Dlower-subreg.cc685 partmode = mode_for_size (inner_size * BITS_PER_UNIT, in simplify_subreg_concatn()
Dtarghooks.cc1389 return mode_for_size (BITS_PER_WORD, GET_MODE_CLASS (mode), 0).require (); in default_secondary_memory_needed_mode()
Dvarasm.cc2917 omode = mode_for_size (subsize * BITS_PER_UNIT, mclass, 0).require (); in assemble_integer()
2918 imode = mode_for_size (size * BITS_PER_UNIT, mclass, 0).require (); in assemble_integer()
Demit-rtl.cc6148 (mode_for_size (POINTER_SIZE, GET_MODE_CLASS (Pmode), 0).require ()); in init_derived_machine_modes()
Dexpmed.cc1823 || !mode_for_size (bitsize, GET_MODE_CLASS (tmode), 0).exists (&mode1)) in extract_bit_field_1()
DChangeLog-20172397 * machmode.h (mode_for_size, int_mode_for_size, float_mode_for_size)
2402 * stor-layout.c (mode_for_size, smallest_mode_for_size): Take the mode
16421 (mode_for_size): Return an opt_machine_mode.
16422 * stor-layout.c (mode_for_size): Likewise.
18866 int_mode_for_mode instead of mode_for_size.
18875 instead of mode_for_size.
18879 instead of mode_for_size.
19183 * stor-layout.c (mode_for_size): Likewise.
Dmatch.pd7304 opt_machine_mode m = mode_for_size ((prec + 1) / 2, MODE_INT, 1);
DChangeLog-200024351 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
24434 * stor-layout.c (mode_for_size): SIZE arg now unsigned.
27198 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
27199 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
DChangeLog-1998498 * alpha.c (alpha_expand_block_move): mode_for_size expects
4388 * stor-layout.c (mode_for_size): Cast MAX_FIXED_MODE_SIZE to
DChangeLog-20069054 returned by mode_for_size, rather than the mode of src itself,
22124 mode_for_size.
DChangeLog-20031368 * expmed.c (extract_bit_field): Only call mode_for_size for scalar
3316 * stor-layout.c (mode_for_size, smallest_mode_for_size):
DChangeLog-200813676 * stor-layout.c (mode_for_size, mode_for_size_tree,
DChangeLog-20126470 the TMODE-based mode_for_size calculation succeeds. Split the
DChangeLog-202128067 * expr.c (alignment_for_piecewise_move): Call mode_for_size
DChangeLog-20055642 mode_for_size request.
DChangeLog-201833727 than bytes to mode_for_size.
DChangeLog-20106884 by using mode_for_size of inner_size.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc13581 return mode_for_size (32, GET_MODE_CLASS (mode), 0).require (); in sparc_secondary_memory_needed_mode()
13587 return mode_for_size (BITS_PER_WORD, in sparc_secondary_memory_needed_mode()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc1708 return mode_for_size (BITS_PER_WORD, GET_MODE_CLASS (mode), 0).require (); in alpha_secondary_memory_needed_mode()
/netbsd/src/external/gpl3/gcc/dist/contrib/
DChangeLog3514 (mode_for_size): Remove.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc4746 return mode_for_size (32, GET_MODE_CLASS (mode), 0).require (); in s390_secondary_memory_needed_mode()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc19581 return mode_for_size (32, GET_MODE_CLASS (mode), 0).require (); in ix86_secondary_memory_needed_mode()

12