Searched refs:make_bit_field_ref (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 4368 make_bit_field_ref (location_t loc, tree inner, tree orig_inner, tree type, in make_bit_field_ref() function 4552 tree t1 = make_bit_field_ref (loc, linner, lhs, unsigned_type, in optimize_bit_field_compare() 4555 tree t2 = make_bit_field_ref (loc, rinner, rhs, unsigned_type, in optimize_bit_field_compare() 4603 lhs = make_bit_field_ref (loc, linner, lhs, unsigned_type, in optimize_bit_field_compare() 6494 lhs = make_bit_field_ref (loc, ll_inner, ll_arg, in fold_truth_andor_1() 6500 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, in fold_truth_andor_1() 6527 lhs = make_bit_field_ref (loc, ll_inner, ll_arg, lntype, in fold_truth_andor_1() 6531 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1() 6599 result = make_bit_field_ref (loc, ll_inner, ll_arg, in fold_truth_andor_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 4451 make_bit_field_ref (location_t loc, tree inner, tree orig_inner, tree type, in make_bit_field_ref() function 4635 tree t1 = make_bit_field_ref (loc, linner, lhs, unsigned_type, in optimize_bit_field_compare() 4638 tree t2 = make_bit_field_ref (loc, rinner, rhs, unsigned_type, in optimize_bit_field_compare() 4686 lhs = make_bit_field_ref (loc, linner, lhs, unsigned_type, in optimize_bit_field_compare() 6585 lhs = make_bit_field_ref (loc, ll_inner, ll_arg, in fold_truth_andor_1() 6591 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, in fold_truth_andor_1() 6618 lhs = make_bit_field_ref (loc, ll_inner, ll_arg, lntype, in fold_truth_andor_1() 6622 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1() 6692 result = make_bit_field_ref (loc, ll_inner, ll_arg, in fold_truth_andor_1()
|
H A D | ChangeLog-2008 | 1154 * fold-const.c (make_bit_field_ref): Change bitpos and bitsize 1166 (make_bit_field_ref): Remove. 25558 (make_bit_field_ref): Remove.
|
H A D | ChangeLog-2017 | 941 * fold-const.c (make_bit_field_ref): Take the bitpos as a poly_int64 11417 Formatting fixes. Instead of calling make_bit_field_ref with negative 22369 * fold-const.c (make_bit_field_ref): Likewise. 36789 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
|
H A D | ChangeLog-2015 | 7818 * fold-const.c (make_bit_field_ref): Add REVERSEP parameter and set 7821 Adjust calls to get_inner_reference and make_bit_field_ref. 7825 to decode_field_reference and make_bit_field_ref.
|
H A D | ChangeLog-2016 | 7978 * fold-const.c (make_bit_field_ref): Only adjust alias set 24901 * fold-const.c (make_bit_field_ref): Add arg for the original
|
H A D | ChangeLog-1998 | 16592 (make_bit_field_ref): Use bitsize_int for bit position.
|
H A D | ChangeLog-2004 | 32294 make_bit_field_ref, optimize_bit_field_compare, 36869 * fold-const.c (make_bit_field_ref): Use BIT_FIELD_REF_UNSIGNED.
|
H A D | ChangeLog-2000 | 28147 (make_bit_field_ref): Remove extra parm to bitsize_int.
|
H A D | ChangeLog-2005 | 31989 * fold-const.c (make_bit_field_ref): If bitpos == 0 and bitsize
|
H A D | ChangeLog-2010 | 3139 fold_truth_not_expr, invert_truthvalue_loc, make_bit_field_ref,
|