/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-ccp.h | 22 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
|
H A D | tree-ssa-ccp.c | 572 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree); 573 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *, 1319 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop() 1348 bit_value_binop (enum tree_code code, signop sgn, int width, in bit_value_binop() function 1486 bit_value_binop (PLUS_EXPR, sgn, width, val, mask, in bit_value_binop() 1628 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop() function 1652 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_binop() 1767 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_assume_aligned() 1929 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1, in evaluate_stmt() 1943 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2); in evaluate_stmt()
|
H A D | ipa-cp.c | 1116 bit_value_binop (code, sgn, precision, &adjusted_value, &adjusted_mask, in meet_with()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-ccp.h | 22 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *,
|
H A D | tree-ssa-ccp.cc | 573 static ccp_prop_value_t bit_value_binop (enum tree_code, tree, tree, tree); 574 void bit_value_binop (enum tree_code, signop, int, widest_int *, widest_int *, 1342 bit_value_binop (PLUS_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop() 1486 bit_value_binop (enum tree_code code, signop sgn, int width, in bit_value_binop() function 2008 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop() function 2032 bit_value_binop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_binop() 2147 bit_value_binop (BIT_AND_EXPR, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_assume_aligned() 2310 val = bit_value_binop (subcode, TREE_TYPE (lhs), rhs1, in evaluate_stmt() 2324 val = bit_value_binop (code, TREE_TYPE (rhs1), rhs1, rhs2); in evaluate_stmt()
|
H A D | ipa-cp.cc | 1182 bit_value_binop (code, sgn, precision, &adjusted_value, &adjusted_mask, in meet_with()
|
H A D | ChangeLog-2021 | 15285 * tree-ssa-ccp.c (bit_value_binop) <case RSHIFT_EXPR>: If sgn is 15570 (bit_value_binop) [LROTATE_EXPR, RROTATE_EXPR]: Handle rotates 16063 * tree-ssa-ccp.c (bit_value_binop) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: 16526 * tree-ssa-ccp.c (bit_value_binop) [MINUS_EXPR]: Use same 16535 (bit_value_binop) [MULT_EXPR]: Call it from here for 17429 (bit_value_binop): Initialize *VAL's precision.
|
H A D | ChangeLog | 3079 * tree-ssa-ccp.cc (bit_value_binop): Call wi::ext on the results
|
H A D | ChangeLog-2016 | 14660 (bit_value_binop): Change call from bit_value_binop_1 to 14661 bit_value_binop.
|
H A D | ChangeLog-2020 | 3574 * tree-ssa-ccp.c (bit_value_binop) <case LSHIFT_EXPR, 39596 * tree-ssa-ccp.c (bit_value_binop): For x * x note that the second
|
H A D | ChangeLog-2015 | 35791 (bit_value_binop): Likewise. 36430 (bit_value_binop): Likewise.
|
H A D | ChangeLog-2012 | 35085 (bit_value_binop): Likewise.
|
H A D | ChangeLog-2010 | 18492 (bit_value_binop): Likewise.
|
H A D | ChangeLog-2011 | 40014 to bit_value_binop.
|
H A D | ChangeLog-2017 | 12630 (bit_value_binop): Likewise.
|
H A D | ChangeLog-2014 | 40290 (bit_value_binop): Likewise.
|