Searched refs:bit_position (Results 1 – 25 of 25) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-dump.cc | 520 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
|
| D | tree-vectorizer.cc | 1595 offset_tree = bit_position (field); in get_vec_alignment_for_record_type()
|
| D | tree-ssa-phiopt.cc | 3726 tree_offset1 = bit_position (field1); in hoist_adjacent_loads() 3727 tree_offset2 = bit_position (field2); in hoist_adjacent_loads()
|
| D | tree-sra.cc | 821 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()
|
| D | dbxout.cc | 1561 && (! tree_fits_shwi_p (bit_position (tem)) in dbxout_type_fields()
|
| D | stor-layout.cc | 1862 || !tree_fits_poly_uint64_p (bit_position (field)) in compute_record_mode()
|
| D | tree.h | 4827 extern tree bit_position (const_tree);
|
| D | dwarf2out.cc | 19794 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()
|
| D | ChangeLog-2000 | 23874 * 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,
|
| D | expr.cc | 6822 && tree_fits_shwi_p (bit_position (field))) in store_constructor()
|
| D | tree.cc | 3626 bit_position (const_tree field) in bit_position() function
|
| D | ChangeLog-2007 | 13945 list_length, fields_length, int_size_in_bytes, bit_position, 13963 int_size_in_bytes, bit_position, int_bit_position, byte_position,
|
| D | ChangeLog-2012 | 52 bit_position is small enough to fit a single HOST_WIDE_INT.
|
| D | ChangeLog-2003 | 22121 * tree.c (bit_position): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-call.cc | 990 && 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/ |
| D | ChangeLog-2000 | 4866 * 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.
|
| D | constexpr.cc | 3760 && 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()
|
| D | init.cc | 215 tree bitpos = bit_position (field); in build_zero_init_1()
|
| D | typeck.cc | 1684 if (!tree_int_cst_equal (bit_position (memb1), bit_position (memb2))) in next_common_initial_sequence()
|
| D | semantics.cc | 11695 if (!tree_int_cst_equal (bit_position (field1), in is_corresponding_member_aggr() 11696 bit_position (field2))) in is_corresponding_member_aggr()
|
| D | ChangeLog | 593 compute it as sum of bit_position (field) and DECL_SIZE (field)
|
| D | class.cc | 6450 offset = size_binop (PLUS_EXPR, bit_position (field), in end_of_class()
|
| D | ChangeLog-2011 | 4520 Add FIELD_SIZE argument, if non-NULL and field bit_position
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | iq2000.cc | 1312 && tree_fits_shwi_p (bit_position (field)) in iq2000_function_arg()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 6032 && tree_fits_shwi_p (bit_position (field)) in mips_function_arg()
|