Searched refs:bit_value_unop (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-ccp.h | 26 void bit_value_unop (enum tree_code, signop, int, widest_int *, widest_int *,
|
H A D | tree-ssa-ccp.c | 1301 bit_value_unop (enum tree_code code, signop type_sgn, int type_precision, in bit_value_unop() function 1317 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm, in bit_value_unop() 1484 bit_value_unop (NEGATE_EXPR, r2type_sgn, r2type_precision, &temv, &temm, in bit_value_binop() 1593 bit_value_unop (enum tree_code code, tree type, tree rhs) in bit_value_unop() function 1605 bit_value_unop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_unop() 1925 val = bit_value_unop (subcode, TREE_TYPE (lhs), rhs1); in evaluate_stmt()
|
H A D | ipa-cp.c | 1126 bit_value_unop (code, sgn, precision, &adjusted_value, in meet_with()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-ccp.h | 26 void bit_value_unop (enum tree_code, signop, int, widest_int *, widest_int *,
|
H A D | tree-ssa-ccp.cc | 1324 bit_value_unop (enum tree_code code, signop type_sgn, int type_precision, in bit_value_unop() function 1340 bit_value_unop (BIT_NOT_EXPR, type_sgn, type_precision, &temv, &temm, in bit_value_unop() 1368 bit_value_unop (NEGATE_EXPR, rtype_sgn, rtype_precision, &temv, in bit_value_unop() 1377 bit_value_unop (NEGATE_EXPR, type_sgn, type_precision, val, mask, in bit_value_unop() 1973 bit_value_unop (enum tree_code code, tree type, tree rhs) in bit_value_unop() function 1985 bit_value_unop (code, TYPE_SIGN (type), TYPE_PRECISION (type), &value, &mask, in bit_value_unop() 2306 val = bit_value_unop (subcode, TREE_TYPE (lhs), rhs1); in evaluate_stmt()
|
H A D | ipa-cp.cc | 1192 bit_value_unop (code, sgn, precision, &adjusted_value, in meet_with()
|
H A D | ChangeLog-2016 | 14657 (bit_value_unop_1): Change to bit_value_unop and export it. 14663 (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
|
H A D | ChangeLog-2015 | 35790 (bit_value_unop): Adjust what we treat as varying mask. 36429 (bit_value_unop): Likewise.
|
H A D | ChangeLog-2021 | 17427 (bit_value_unop) [ABS_EXPR, ABSU_EXPR]: Add support for
|
H A D | ChangeLog-2012 | 35084 (bit_value_unop): Handle UNDEFINED operands.
|
H A D | ChangeLog-2010 | 18491 (bit_value_unop): Likewise.
|
H A D | ChangeLog-2014 | 40289 (bit_value_unop): Use wide-int interfaces.
|