/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-generic.c | 276 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 D | gimple-fold.c | 7350 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 D | fold-const.c | 15114 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 D | tree-vect-generic.cc | 322 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 D | gimple-fold.cc | 8520 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 D | fold-const.cc | 16069 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 D | token.h | 127 extern void read_title_parts(node **part, hunits *part_width);
|
H A D | env.cpp | 2410 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 D | input.cpp | 5073 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 D | constexpr.c | 4371 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 D | constexpr.cc | 5121 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()
|