HomeSort by: relevance | last modified time | path
    Searched refs:size_binop (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/
function.h 592 (TO).var = size_binop (PLUS_EXPR, (TO).var, \
602 (TO).var = size_binop (MINUS_EXPR, ssize_int (0), \
605 (TO).var = size_binop (MINUS_EXPR, (TO).var, \
613 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \
gimple-laddress.cc 115 offset = size_binop (PLUS_EXPR, offset, size_int (bytepos));
stor-layout.cc 946 return size_binop (PLUS_EXPR, bitpos,
947 size_binop (MULT_EXPR, bits_from_bytes (offset),
962 bytepos = size_binop (TRUNC_DIV_EXPR, bitpos, bitsize_unit_node);
963 return size_binop (PLUS_EXPR, offset, fold_convert (sizetype, bytepos));
977 *poffset = size_binop (MULT_EXPR,
984 *poffset = size_binop (MULT_EXPR,
986 size_binop (FLOOR_DIV_EXPR, pos,
989 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, toff_align);
1005 *poffset = size_binop (PLUS_EXPR, *poffset, offset);
1255 rli->offset = size_binop (MAX_EXPR, rli->offset, DECL_SIZE_UNIT (field))
    [all...]
tree-object-size.cc 301 val = size_binop (code, val, oldval);
302 wholeval = size_binop (code, wholeval, old_wholeval);
360 tree tmp = size_binop (MAX_EXPR, wholesize, sz);
381 return size_binop (MINUS_EXPR, size_binop (MAX_EXPR, sz, offset), offset);
404 off = size_binop (PLUS_EXPR,
441 off = size_binop (MULT_EXPR, unit_size, t);
452 return size_binop (code, base, off);
720 bytes = size_binop (MIN_EXPR, bytes, bytes2);
809 bytes = size_binop (MULT_EXPR, targ1, targ2)
    [all...]
tree-predcom.cc 1754 new_offset = size_binop (MULT_EXPR, DR_STEP (dr), ssize_int (iter));
1756 coff = size_binop (PLUS_EXPR, coff, new_offset);
1758 off = size_binop (PLUS_EXPR, off, new_offset);
1764 new_offset = size_binop (MULT_EXPR, DR_STEP (dr), niters);
1766 coff = size_binop (PLUS_EXPR, coff, new_offset);
1768 off = size_binop (PLUS_EXPR, off, new_offset);
1798 coff = size_binop (MINUS_EXPR, coff, ssize_int (boff));
1818 off = size_binop (PLUS_EXPR, off, coff);
fold-const.h 187 #define size_binop(CODE,T1,T2)\ macro
tree-data-ref.cc 793 *off = size_binop (PLUS_EXPR, off0, off1);
800 *off = size_binop (code, off0, off1);
813 *off = size_binop (MULT_EXPR, off0, fold_convert (ssizetype, op1));
842 off0 = size_binop (PLUS_EXPR, off0, off1);
1187 poffset = size_binop (PLUS_EXPR, poffset, mofft);
1234 init = size_binop (PLUS_EXPR, init, dinit);
1238 init = size_binop (PLUS_EXPR, init, dinit);
1240 step = size_binop (PLUS_EXPR,
1373 off = size_binop (PLUS_EXPR,
1374 size_binop (MULT_EXPR
    [all...]
tree-ssa-forwprop.cc 1125 off = size_binop (PLUS_EXPR, off, size_int (offset));
1131 off = size_binop (PLUS_EXPR, off,
1156 off = size_binop (PLUS_EXPR, off, gimple_assign_rhs2 (stmt));
1171 return size_binop (MINUS_EXPR, offs[0][i], offs[1][j]);
1355 diff = size_binop (PLUS_EXPR, diff,
3374 size_binop (EXACT_DIV_EXPR,
3381 = size_binop (PLUS_EXPR, TREE_OPERAND (new_rhs, 2),
3382 size_binop (EXACT_DIV_EXPR,
  /src/external/gpl3/gcc.old/dist/gcc/
function.h 573 (TO).var = size_binop (PLUS_EXPR, (TO).var, \
583 (TO).var = size_binop (MINUS_EXPR, ssize_int (0), \
586 (TO).var = size_binop (MINUS_EXPR, (TO).var, \
594 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \
gimple-laddress.cc 115 offset = size_binop (PLUS_EXPR, offset, size_int (bytepos));
stor-layout.cc 918 return size_binop (PLUS_EXPR, bitpos,
919 size_binop (MULT_EXPR, bits_from_bytes (offset),
934 bytepos = size_binop (TRUNC_DIV_EXPR, bitpos, bitsize_unit_node);
935 return size_binop (PLUS_EXPR, offset, fold_convert (sizetype, bytepos));
949 *poffset = size_binop (MULT_EXPR,
956 *poffset = size_binop (MULT_EXPR,
958 size_binop (FLOOR_DIV_EXPR, pos,
961 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, toff_align);
977 *poffset = size_binop (PLUS_EXPR, *poffset, offset);
1227 rli->offset = size_binop (MAX_EXPR, rli->offset, DECL_SIZE_UNIT (field))
    [all...]
tree-object-size.cc 308 val = size_binop (code, val, oldval);
309 wholeval = size_binop (code, wholeval, old_wholeval);
367 tree tmp = size_binop (MAX_EXPR, wholesize, sz);
388 return size_binop (MINUS_EXPR, size_binop (MAX_EXPR, sz, offset), offset);
411 off = size_binop (PLUS_EXPR,
448 off = size_binop (MULT_EXPR, unit_size, t);
459 return size_binop (code, base, off);
708 bytes = size_binop (MIN_EXPR, bytes, bytes2);
797 bytes = size_binop (MULT_EXPR, targ1, targ2)
    [all...]
tree-predcom.cc 1723 new_offset = size_binop (MULT_EXPR, DR_STEP (dr), ssize_int (iter));
1725 coff = size_binop (PLUS_EXPR, coff, new_offset);
1727 off = size_binop (PLUS_EXPR, off, new_offset);
1733 new_offset = size_binop (MULT_EXPR, DR_STEP (dr), niters);
1735 coff = size_binop (PLUS_EXPR, coff, new_offset);
1737 off = size_binop (PLUS_EXPR, off, new_offset);
1767 coff = size_binop (MINUS_EXPR, coff, ssize_int (boff));
1787 off = size_binop (PLUS_EXPR, off, coff);
fold-const.h 188 #define size_binop(CODE,T1,T2)\ macro
tree-data-ref.cc 786 *off = size_binop (PLUS_EXPR, off0, off1);
793 *off = size_binop (code, off0, off1);
806 *off = size_binop (MULT_EXPR, off0, fold_convert (ssizetype, op1));
835 off0 = size_binop (PLUS_EXPR, off0, off1);
1179 poffset = size_binop (PLUS_EXPR, poffset, mofft);
1221 init = size_binop (PLUS_EXPR, init, dinit);
1225 init = size_binop (PLUS_EXPR, init, dinit);
1227 step = size_binop (PLUS_EXPR,
1360 off = size_binop (PLUS_EXPR,
1361 size_binop (MULT_EXPR
    [all...]
tree-ssa-forwprop.cc 1188 off = size_binop (PLUS_EXPR, off, size_int (offset));
1194 off = size_binop (PLUS_EXPR, off,
1219 off = size_binop (PLUS_EXPR, off, gimple_assign_rhs2 (stmt));
1234 return size_binop (MINUS_EXPR, offs[0][i], offs[1][j]);
1347 diff = size_binop (PLUS_EXPR, diff,
3291 size_binop (EXACT_DIV_EXPR,
3298 = size_binop (PLUS_EXPR, TREE_OPERAND (new_rhs, 2),
3299 size_binop (EXACT_DIV_EXPR,
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 2944 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
4395 binfo_offset = size_binop (PLUS_EXPR,
4425 size_binop (PLUS_EXPR,
4466 size_binop (PLUS_EXPR,
4492 index = size_binop (PLUS_EXPR, index, size_one_node))
4502 offset = size_binop (PLUS_EXPR, offset,
4696 = size_binop (PLUS_EXPR, rli->bitpos,
4814 offset = size_binop (PLUS_EXPR, offset, alignment);
6630 size_binop (PLUS_EXPR,
6712 return size_binop (PLUS_EXPR, BINFO_OFFSET (binfo), size)
    [all...]
expr.cc 58 cst = size_binop (PLUS_EXPR, cst, byte_position (member));
semantics.cc 5809 size = size_binop (PLUS_EXPR, size, size_one_node);
5866 = size_binop (PLUS_EXPR,
6070 size = size_binop (PLUS_EXPR,
6111 l = size_binop (PLUS_EXPR,
6114 l = size_binop (MINUS_EXPR, l,
6136 size = size_binop (EXACT_DIV_EXPR, size,
6138 size = size_binop (MULT_EXPR, size, l);
6144 size = size_binop (MULT_EXPR, size, l);
6155 size = size_binop (MINUS_EXPR, size, size_one_node);
6684 tree size = size_binop (EXACT_DIV_EXPR, TYPE_SIZE_UNIT (oatype)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 2718 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
4118 binfo_offset = size_binop (PLUS_EXPR,
4148 size_binop (PLUS_EXPR,
4189 size_binop (PLUS_EXPR,
4215 index = size_binop (PLUS_EXPR, index, size_one_node))
4225 offset = size_binop (PLUS_EXPR, offset,
4419 = size_binop (PLUS_EXPR, rli->bitpos,
4537 offset = size_binop (PLUS_EXPR, offset, alignment);
6321 size_binop (PLUS_EXPR,
6403 return size_binop (PLUS_EXPR, BINFO_OFFSET (binfo), size)
    [all...]
expr.cc 58 cst = size_binop (PLUS_EXPR, cst, byte_position (member));
semantics.cc 5350 size = size_binop (PLUS_EXPR, size, size_one_node);
5407 = size_binop (PLUS_EXPR,
5609 size = size_binop (PLUS_EXPR,
5650 l = size_binop (PLUS_EXPR,
5653 l = size_binop (MINUS_EXPR, l,
5675 size = size_binop (EXACT_DIV_EXPR, size,
5677 size = size_binop (MULT_EXPR, size, l);
5683 size = size_binop (MULT_EXPR, size, l);
5694 size = size_binop (MINUS_EXPR, size, size_one_node);
6261 tree size = size_binop (EXACT_DIV_EXPR, TYPE_SIZE_UNIT (oatype)
    [all...]
init.cc 3256 size = size_binop (MULT_EXPR, size,
3270 size = size_binop (MULT_EXPR, size, fold_convert (sizetype, nelts));
3353 size = size_binop (PLUS_EXPR, size, cookie_size);
3561 cookie_ptr = size_binop (MINUS_EXPR, cookie_size, size_in_bytes (sizetype));
4157 virtual_size = size_binop (MULT_EXPR, size_exp,
4208 virtual_size = size_binop (MULT_EXPR, size_exp,
4229 virtual_size = size_binop (PLUS_EXPR, virtual_size, cookie_size);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 303 rli->offset = size_binop (MAX_EXPR, rli->offset,
304 size_binop (PLUS_EXPR,
607 rli->offset = size_binop (MAX_EXPR, rli->offset,
608 size_binop (PLUS_EXPR,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 303 rli->offset = size_binop (MAX_EXPR, rli->offset,
304 size_binop (PLUS_EXPR,
607 rli->offset = size_binop (MAX_EXPR, rli->offset,
608 size_binop (PLUS_EXPR,

Completed in 75 milliseconds

1 2 3 4