HomeSort by: relevance | last modified time | path
    Searched defs:part_width (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 293 tree part_width = TYPE_SIZE (inner_type); local
296 int delta = tree_to_uhwi (part_width) / vector_element_bits (type);
318 i += delta, index = int_const_binop (PLUS_EXPR, index, part_width))
320 tree result = f (gsi, inner_type, a, b, index, part_width, code,
463 tree part_width = vector_element_bits_tree (TREE_TYPE (op0)); local
480 i++, index = int_const_binop (PLUS_EXPR, index, part_width))
482 tree a = tree_vec_extract (gsi, inner_type, op0, part_width,
484 tree b = tree_vec_extract (gsi, inner_type, op1, part_width,
2039 tree part_width = TYPE_SIZE (compute_type);
2042 int delta = tree_to_uhwi (part_width) / arg_elt_bits
2038 tree part_width = TYPE_SIZE (compute_type); local
    [all...]
gimple-fold.cc 8685 tree part_width = TYPE_SIZE (type); local
8687 return fold_build3 (BIT_FIELD_REF, type, op, part_width, index);
8709 tree part_width = TYPE_SIZE (type); local
8711 = tree_to_shwi (part_width) / BITS_PER_UNIT;
8717 part_width, index);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 330 tree part_width = TYPE_SIZE (inner_type); local
333 int delta = tree_to_uhwi (part_width) / vector_element_bits (type);
355 i += delta, index = int_const_binop (PLUS_EXPR, index, part_width))
357 tree result = f (gsi, inner_type, a, b, index, part_width, code,
500 tree part_width = vector_element_bits_tree (TREE_TYPE (op0)); local
517 i++, index = int_const_binop (PLUS_EXPR, index, part_width))
519 tree a = tree_vec_extract (gsi, inner_type, op0, part_width,
521 tree b = tree_vec_extract (gsi, inner_type, op1, part_width,
2067 tree part_width = TYPE_SIZE (compute_type);
2070 int delta = tree_to_uhwi (part_width) / arg_elt_bits
2066 tree part_width = TYPE_SIZE (compute_type); local
    [all...]
gimple-fold.cc 8527 tree part_width = TYPE_SIZE (type); local
8529 return fold_build3 (BIT_FIELD_REF, type, op, part_width, index);
8551 tree part_width = TYPE_SIZE (type); local
8553 = tree_to_shwi (part_width) / BITS_PER_UNIT;
8559 part_width, index);
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 2410 hunits part_width[3]; local
2415 read_title_parts(part, part_width);
2438 hunits f = length_title - part_width[1];
2440 n = new hmotion_node(f2 - part_width[2], curenv->get_fill_color(), n);
2448 n = new hmotion_node(f - f2 - part_width[0], curenv->get_fill_color(), n);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 5121 unsigned HOST_WIDE_INT part_width = tree_to_uhwi (TYPE_SIZE_UNIT (type)); local
5122 unsigned HOST_WIDE_INT max_offset = part_width * const_nunits;
5123 if (off < max_offset && off % part_width == 0)

Completed in 43 milliseconds