Home
last modified time | relevance | path

Searched refs:bit_position (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-dump.cc520 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
Dtree-vectorizer.cc1595 offset_tree = bit_position (field); in get_vec_alignment_for_record_type()
Dtree-ssa-phiopt.cc3726 tree_offset1 = bit_position (field1); in hoist_adjacent_loads()
3727 tree_offset2 = bit_position (field2); in hoist_adjacent_loads()
Dtree-sra.cc821 if (!tree_fits_shwi_p (bit_position (fld))) in type_internals_preclude_sra_p_1()
1837 tr_pos = bit_position (fld); in build_user_friendly_ref_for_offset()
Ddbxout.cc1561 && (! tree_fits_shwi_p (bit_position (tem)) in dbxout_type_fields()
Dstor-layout.cc1862 || !tree_fits_poly_uint64_p (bit_position (field)) in compute_record_mode()
Dtree.h4827 extern tree bit_position (const_tree);
Ddwarf2out.cc19794 bitpos_int = wi::to_offset (bit_position (decl)); in field_byte_offset()
20085 tree off = bit_position (decl); in add_data_member_location_attribute()
21826 if (! tree_fits_shwi_p (bit_position (decl)) in add_bit_offset_attribute()
DChangeLog-200023874 * tree.c (bit_position, byte_position): Likewise.
24457 * tree.c (bit_position): Compute from new fields.
25072 (build_unary_op, add_pending_init): Use bit_position.
25079 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
25103 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
25106 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
25107 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
25110 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
Dexpr.cc6822 && tree_fits_shwi_p (bit_position (field))) in store_constructor()
Dtree.cc3626 bit_position (const_tree field) in bit_position() function
DChangeLog-200713945 list_length, fields_length, int_size_in_bytes, bit_position,
13963 int_size_in_bytes, bit_position, int_bit_position, byte_position,
DChangeLog-201252 bit_position is small enough to fit a single HOST_WIDE_INT.
DChangeLog-200322121 * tree.c (bit_position): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc990 && tree_fits_uhwi_p (bit_position (f))) in rs6000_darwin64_record_arg_advance_recurse()
1379 && tree_fits_uhwi_p (bit_position (f))) in rs6000_darwin64_record_arg_recurse()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20004866 * dump.c (dequeue_and_dump): Don't try to print the bit_position
5125 * dump.c (dequeue_and_dump): Call bit_position.
5352 (get_vfield_offset): Use bit_position.
5359 (finish_struct_1): Use bit_position.
5365 * expr.c (cplus_expand_constant): Use bit_position.
5367 * rtti.c (get_base_offset): Use bit_position.
5371 (build_component_addr): Use bit_position.
Dconstexpr.cc3760 && tree_int_cst_compare (bit_position (index), in get_or_insert_ctor_field()
3761 bit_position (CONSTRUCTOR_ELTS (ctor) in get_or_insert_ctor_field()
4211 tree bitpos = bit_position (field); in cxx_eval_bit_field_ref()
Dinit.cc215 tree bitpos = bit_position (field); in build_zero_init_1()
Dtypeck.cc1684 if (!tree_int_cst_equal (bit_position (memb1), bit_position (memb2))) in next_common_initial_sequence()
Dsemantics.cc11695 if (!tree_int_cst_equal (bit_position (field1), in is_corresponding_member_aggr()
11696 bit_position (field2))) in is_corresponding_member_aggr()
DChangeLog593 compute it as sum of bit_position (field) and DECL_SIZE (field)
Dclass.cc6450 offset = size_binop (PLUS_EXPR, bit_position (field), in end_of_class()
DChangeLog-20114520 Add FIELD_SIZE argument, if non-NULL and field bit_position
/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.cc1312 && tree_fits_shwi_p (bit_position (field)) in iq2000_function_arg()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc6032 && tree_fits_shwi_p (bit_position (field)) in mips_function_arg()