Searched refs:size_binop (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c336 = fold_convert (sizetype, size_binop (CEIL_DIV_EXPR, DECL_SIZE (decl),
557 return size_binop (PLUS_EXPR, bitpos,
558 size_binop (MULT_EXPR,
566 return size_binop (PLUS_EXPR, offset,
568 size_binop (TRUNC_DIV_EXPR, bitpos,
576 *poffset = size_binop (MULT_EXPR,
578 size_binop (FLOOR_DIV_EXPR, pos,
581 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align));
594 tree extra_aligns = size_binop (FLOOR_DIV_EXPR, *pbitpos,
598 = size_binop (PLUS_EXP
[all...]
H A Dtree-dfa.c905 bit_offset = size_binop (PLUS_EXPR, bit_offset,
916 this_offset = size_binop (MULT_EXPR,
920 bit_offset = size_binop (PLUS_EXPR,
922 bit_offset = size_binop (PLUS_EXPR, bit_offset,
953 index = size_binop (MULT_EXPR,
957 index = size_binop (MULT_EXPR,
960 bit_offset = size_binop (PLUS_EXPR, bit_offset, index);
993 bit_offset = size_binop (PLUS_EXPR, bit_offset,
H A Dexpr.h32 /* For host_integerp, tree_low_cst, fold_convert, size_binop, ssize_int,
136 (TO).var = size_binop (PLUS_EXPR, (TO).var, \
146 (TO).var = size_binop (MINUS_EXPR, ssize_int (0), \
149 (TO).var = size_binop (MINUS_EXPR, (TO).var, \
157 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \
H A Dtree-object-size.c106 off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t),
138 off = size_binop (MULT_EXPR, TYPE_SIZE_UNIT (TREE_TYPE (expr)), t);
145 return size_binop (code, base, off);
207 bytes = size_binop (MINUS_EXPR,
268 bytes = size_binop (MULT_EXPR, bytes,
H A Dtree-data-ref.c1359 *misalign = size_binop (code, left_misalign, right_misalign);
1361 *aligned_to = size_binop (MIN_EXPR, left_aligned_to,
1373 *step = size_binop (MULT_EXPR, left_step, right_offset);
1379 *step = size_binop (code, left_step, right_step);
1391 *misalign = size_binop (code, left_misalign, right_misalign);
1396 *aligned_to = size_binop (MIN_EXPR, left_aligned_to, right_aligned_to);
1495 *misalign = size_binop (TREE_CODE (expr), address_misalign,
1507 *offset = size_binop (TREE_CODE (expr), address_offset, offset_expr);
1682 object_offset = size_binop (PLUS_EXPR, bit_pos_in_bytes, object_offset);
1684 object_misalign = size_binop (PLUS_EXP
[all...]
H A Dtree-mudflap.c871 rem = size_binop (TRUNC_MOD_EXPR, ofs, bpu);
872 ofs = size_binop (TRUNC_DIV_EXPR, ofs, bpu);
875 size = size_binop (PLUS_EXPR, size, rem);
876 size = size_binop (CEIL_DIV_EXPR, size, bpu);
H A Dfunction.c3359 = size_binop (MAX_EXPR, ARGS_SIZE_TREE (*initial_offset_ptr),
3388 locate->slot_offset.var = size_binop (MINUS_EXPR, ssize_int (0),
3413 locate->size.var = size_binop (MINUS_EXPR,
3414 size_binop (MINUS_EXPR,
3491 tree offset = size_binop (PLUS_EXPR,
3500 offset_ptr->var = size_binop (MINUS_EXPR, rounded, sp_offset_tree);
3504 alignment_pad->var = size_binop (MINUS_EXPR, offset_ptr->var,
H A Dexpr.c4483 = size_binop (MIN_EXPR,
5254 size_binop (MULT_EXPR, position,
5301 size_binop (MULT_EXPR, index,
5718 bit_offset = size_binop (PLUS_EXPR, bit_offset,
5733 offset = size_binop (PLUS_EXPR, offset, this_offset);
5734 bit_offset = size_binop (PLUS_EXPR, bit_offset,
5756 offset = size_binop (PLUS_EXPR, offset,
5757 size_binop (MULT_EXPR,
5767 bit_offset = size_binop (PLUS_EXPR, bit_offset,
5875 return size_binop (MULT_EXP
[all...]
H A Dtree-vect-transform.c154 base_offset = size_binop (PLUS_EXPR, base_offset, init);
1038 bitpos = size_binop (MULT_EXPR,
1851 tmis = size_binop (MULT_EXPR, tmis, size_int(BITS_PER_UNIT));
H A Dc-typeck.c1469 return size_binop (CEIL_DIV_EXPR, TYPE_SIZE_UNIT (type),
6394 purpose = size_binop (PLUS_EXPR, purpose, bitsize_one_node))
6647 = size_binop (PLUS_EXPR, constructor_unfilled_index,
6944 = size_binop (PLUS_EXPR,
7077 = size_binop (PLUS_EXPR, constructor_index, bitsize_one_node);
7103 = size_binop (PLUS_EXPR, constructor_index, bitsize_one_node);
7150 p->index = size_binop (PLUS_EXPR, p->index, bitsize_one_node);
H A Dbuiltins.c3238 lenp1 = size_binop (PLUS_EXPR, len, ssize_int (1));
3330 slen = size_binop (PLUS_EXPR, slen, ssize_int (1));
3740 len1 = size_binop (PLUS_EXPR, ssize_int (1), len1);
3742 len2 = size_binop (PLUS_EXPR, ssize_int (1), len2);
3861 len1 = size_binop (PLUS_EXPR, ssize_int (1), len1);
3863 len2 = size_binop (PLUS_EXPR, ssize_int (1), len2);
4310 size_binop (MINUS_EXPR, rounded_size, type_size));
8303 len = size_binop (PLUS_EXPR, len, ssize_int (1));
8344 slen = size_binop (PLUS_EXPR, slen, ssize_int (1));
10617 len = size_binop (PLUS_EXP
[all...]
H A Dc-common.c3037 value = size_binop (CEIL_DIV_EXPR, TYPE_SIZE_UNIT (type),
6467 off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t),
6484 off = size_binop (MULT_EXPR, TYPE_SIZE_UNIT (TREE_TYPE (expr)), t);
6497 return size_binop (code, base, off);
6585 curindex = size_binop (PLUS_EXPR, curindex, size_one_node);
H A Dfold-const.c31 /* The entry points in this file are fold, size_int_wide, size_binop
36 size_binop takes a tree code for an arithmetic operation
1891 size_binop (enum tree_code code, tree arg0, tree arg1)
1935 return size_binop (MINUS_EXPR, arg0, arg1);
1943 return size_binop (MINUS_EXPR, fold_convert (ctype, arg0),
1953 return fold_convert (ctype, size_binop (MINUS_EXPR, arg0, arg1));
1955 return size_binop (MINUS_EXPR, build_int_cst (ctype, 0),
1956 fold_convert (ctype, size_binop (MINUS_EXPR,
13507 value = size_binop (PLUS_EXPR, value, t);
13509 value = size_binop (BIT_AND_EXP
1879 size_binop (enum tree_code code, tree arg0, tree arg1) function
[all...]
H A Dtree-vect-analyze.c786 misalign = size_binop (TRUNC_MOD_EXPR, misalign, alignment);
H A Dvarasm.c4211 i = size_binop (MINUS_EXPR, fold_convert (sizetype, max_index),
4213 i = size_binop (PLUS_EXPR, i, build_int_cst (sizetype, 1));
4216 i = size_binop (MULT_EXPR, i, TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (val))));
H A Dcalls.c1191 = size_binop (MAX_EXPR, args_size->var,
1198 = size_binop (MINUS_EXPR, args_size->var,
H A Demit-rtl.c1606 off_tree = size_binop (PLUS_EXPR,
1607 size_binop (MULT_EXPR,
H A Dgimplify.c1782 elmt_size = size_binop (EXACT_DIV_EXPR, elmt_size, factor);
1804 offset = size_binop (EXACT_DIV_EXPR, offset, factor);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dexpr.c65 cst = size_binop (PLUS_EXPR, cst, byte_position (member));
H A Dclass.c2121 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
3223 binfo_offset = size_binop (PLUS_EXPR,
3233 binfo_offset = size_binop (PLUS_EXPR,
3265 size_binop (PLUS_EXPR,
3308 size_binop (PLUS_EXPR,
3335 index = size_binop (PLUS_EXPR, index, size_one_node))
3345 offset = size_binop (PLUS_EXPR, offset,
3492 = size_binop (PLUS_EXPR, rli->bitpos,
4323 size_binop (PLUS_EXPR,
4411 (size_binop (CEIL_DIV_EXP
[all...]
H A Dinit.c1638 index = size_binop (MINUS_EXPR, index, size_one_node);
1688 size = size_binop (MULT_EXPR, size, convert (sizetype, nelts));
1698 bitsize = size_binop (MULT_EXPR, TYPE_SIZE (elt_type), n);
1751 size = size_binop (PLUS_EXPR, size, cookie_size);
2241 virtual_size = size_binop (MULT_EXPR, size_exp,
2275 virtual_size = size_binop (MULT_EXPR, size_exp,
2293 virtual_size = size_binop (PLUS_EXPR, virtual_size, cookie_size);
H A Dcvt.c217 expr = size_binop (code,
H A Dmethod.c102 = size_binop (MULT_EXPR,
H A Drtti.c862 size_binop (MULT_EXPR,
H A Dmangle.c2408 max = size_binop (PLUS_EXPR, max, size_one_node);

Completed in 489 milliseconds

12