Lines Matching refs:mode_for_size
337 mode_for_size (unsigned int size, enum mode_class mclass, int limit) in mode_for_size() function
367 return mode_for_size (ui, mclass, limit); in mode_for_size_tree()
413 mode = mode_for_size (GET_MODE_BITSIZE (mode), MODE_INT, 0); in int_mode_for_mode()
463 mode = mode_for_size (nunits * GET_MODE_BITSIZE (innermode), in mode_for_vector()
2069 mode_for_size (TYPE_PRECISION (type), MODE_FLOAT, 0)); in layout_type()
2083 mode_for_size (2 * TYPE_PRECISION (TREE_TYPE (type)), in layout_type()
2137 SET_TYPE_MODE (type, mode_for_size (POINTER_SIZE, MODE_INT, 0)); in layout_type()
2146 SET_TYPE_MODE (type, mode_for_size (FUNCTION_BOUNDARY, MODE_INT, 0)); in layout_type()
2328 mode = mode_for_size (TYPE_VECTOR_SUBPARTS (t) in vector_type_mode()
2384 SET_TYPE_MODE (type, mode_for_size (precision, MODE_UFRACT, 0)); in make_fract_type()
2387 SET_TYPE_MODE (type, mode_for_size (precision, MODE_FRACT, 0)); in make_fract_type()
2410 SET_TYPE_MODE (type, mode_for_size (precision, MODE_UACCUM, 0)); in make_accum_type()
2413 SET_TYPE_MODE (type, mode_for_size (precision, MODE_ACCUM, 0)); in make_accum_type()