Home
last modified time | relevance | path

Searched refs:make_bit_field_ref (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c4368 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 Dfold-const.cc4451 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 DChangeLog-20081154 * 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 DChangeLog-2017941 * 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 DChangeLog-20157818 * 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 DChangeLog-20167978 * 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 DChangeLog-199816592 (make_bit_field_ref): Use bitsize_int for bit position.
H A DChangeLog-200432294 make_bit_field_ref, optimize_bit_field_compare,
36869 * fold-const.c (make_bit_field_ref): Use BIT_FIELD_REF_UNSIGNED.
H A DChangeLog-200028147 (make_bit_field_ref): Remove extra parm to bitsize_int.
H A DChangeLog-200531989 * fold-const.c (make_bit_field_ref): If bitpos == 0 and bitsize
H A DChangeLog-20103139 fold_truth_not_expr, invert_truthvalue_loc, make_bit_field_ref,