Home
last modified time | relevance | path

Searched refs:part_width (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c276 tree part_width = TYPE_SIZE (inner_type); variable
279 int delta = tree_to_uhwi (part_width)
296 i += delta, index = int_const_binop (PLUS_EXPR, index, part_width))
298 tree result = f (gsi, inner_type, a, b, index, part_width, code,
394 tree part_width = TYPE_SIZE (inner_type); in expand_vector_comparison() local
409 i++, index = int_const_binop (PLUS_EXPR, index, part_width)) in expand_vector_comparison()
411 tree a = tree_vec_extract (gsi, inner_type, op0, part_width, in expand_vector_comparison()
413 tree b = tree_vec_extract (gsi, inner_type, op1, part_width, in expand_vector_comparison()
1908 tree part_width = TYPE_SIZE (compute_type); in expand_vector_conversion() local
1911 int delta = tree_to_uhwi (part_width) in expand_vector_conversion()
[all …]
H A Dgimple-fold.c7350 tree part_width = TYPE_SIZE (type); in gimple_fold_indirect_ref() local
7352 return fold_build3 (BIT_FIELD_REF, type, op, part_width, index); in gimple_fold_indirect_ref()
7374 tree part_width = TYPE_SIZE (type); in gimple_fold_indirect_ref() local
7376 = tree_to_shwi (part_width) / BITS_PER_UNIT; in gimple_fold_indirect_ref()
7382 part_width, index); in gimple_fold_indirect_ref()
H A Dfold-const.c15114 tree part_width = TYPE_SIZE (type); in fold_indirect_ref_1() local
15116 return fold_build3_loc (loc, BIT_FIELD_REF, type, op, part_width, in fold_indirect_ref_1()
15147 tree part_width = TYPE_SIZE (type); in fold_indirect_ref_1() local
15149 = (tree_to_uhwi (part_width) / BITS_PER_UNIT in fold_indirect_ref_1()
15156 part_width, index); in fold_indirect_ref_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc322 tree part_width = TYPE_SIZE (inner_type); in expand_vector_piecewise() local
325 int delta = tree_to_uhwi (part_width) / vector_element_bits (type); in expand_vector_piecewise()
347 i += delta, index = int_const_binop (PLUS_EXPR, index, part_width)) in expand_vector_piecewise()
349 tree result = f (gsi, inner_type, a, b, index, part_width, code, in expand_vector_piecewise()
492 tree part_width = vector_element_bits_tree (TREE_TYPE (op0)); in expand_vector_comparison() local
509 i++, index = int_const_binop (PLUS_EXPR, index, part_width)) in expand_vector_comparison()
511 tree a = tree_vec_extract (gsi, inner_type, op0, part_width, in expand_vector_comparison()
513 tree b = tree_vec_extract (gsi, inner_type, op1, part_width, in expand_vector_comparison()
2058 tree part_width = TYPE_SIZE (compute_type); in expand_vector_conversion() local
2061 int delta = tree_to_uhwi (part_width) / arg_elt_bits; in expand_vector_conversion()
[all …]
H A Dgimple-fold.cc8520 tree part_width = TYPE_SIZE (type); in gimple_fold_indirect_ref() local
8522 return fold_build3 (BIT_FIELD_REF, type, op, part_width, index); in gimple_fold_indirect_ref()
8544 tree part_width = TYPE_SIZE (type); in gimple_fold_indirect_ref() local
8546 = tree_to_shwi (part_width) / BITS_PER_UNIT; in gimple_fold_indirect_ref()
8552 part_width, index); in gimple_fold_indirect_ref()
H A Dfold-const.cc16069 tree part_width = TYPE_SIZE (type); in fold_indirect_ref_1() local
16071 return fold_build3_loc (loc, BIT_FIELD_REF, type, op, part_width, in fold_indirect_ref_1()
16102 tree part_width = TYPE_SIZE (type); in fold_indirect_ref_1() local
16104 = (tree_to_uhwi (part_width) / BITS_PER_UNIT in fold_indirect_ref_1()
16111 part_width, index); in fold_indirect_ref_1()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dtoken.h127 extern void read_title_parts(node **part, hunits *part_width);
H A Denv.cpp2410 hunits part_width[3]; in title() local
2415 read_title_parts(part, part_width); in title()
2438 hunits f = length_title - part_width[1]; in title()
2440 n = new hmotion_node(f2 - part_width[2], curenv->get_fill_color(), n); in title()
2448 n = new hmotion_node(f - f2 - part_width[0], curenv->get_fill_color(), n); in title()
H A Dinput.cpp5073 void read_title_parts(node **part, hunits *part_width) in read_title_parts() argument
5095 part_width[i] = curenv->get_input_line_position(); in read_title_parts()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4371 unsigned HOST_WIDE_INT part_width = tree_to_uhwi (TYPE_SIZE_UNIT (type)); in cxx_fold_indirect_ref_1() local
4372 unsigned HOST_WIDE_INT max_offset = part_width * const_nunits; in cxx_fold_indirect_ref_1()
4373 if (off < max_offset && off % part_width == 0) in cxx_fold_indirect_ref_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5121 unsigned HOST_WIDE_INT part_width = tree_to_uhwi (TYPE_SIZE_UNIT (type)); in cxx_fold_indirect_ref_1() local
5122 unsigned HOST_WIDE_INT max_offset = part_width * const_nunits; in cxx_fold_indirect_ref_1()
5123 if (off < max_offset && off % part_width == 0) in cxx_fold_indirect_ref_1()