/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.cc | 426 poly_int64 bitsize = GET_MODE_BITSIZE (mode); in bitwise_mode_for_mode() local 1036 update_alignment_for_field (record_layout_info rli, tree field, in update_alignment_for_field() 1147 handle_warn_if_not_align (tree field, unsigned int record_align) in handle_warn_if_not_align() 1201 place_union_field (record_layout_info rli, tree field) in place_union_field() 1251 place_field (record_layout_info rli, tree field) in place_field() 1503 HOST_WIDE_INT bitsize = tree_to_uhwi (DECL_SIZE (field)); in place_field() local 1610 unsigned HOST_WIDE_INT bitsize in place_field() local 1835 tree field; in compute_record_mode() local 2025 start_bitfield_representative (tree field) in start_bitfield_representative() 2056 finish_bitfield_representative (tree repr, tree field) in finish_bitfield_representative() [all …]
|
H A D | tree-dfa.cc | 386 poly_offset_int bitsize = -1; in get_ref_base_and_extent() local 433 tree field = TREE_OPERAND (exp, 1); in get_ref_base_and_extent() local 799 tree field = TREE_OPERAND (exp, 1); in get_addr_base_and_unit_offset_1() local
|
H A D | expr.cc | 2901 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); in copy_blkmode_from_reg() local 3014 unsigned int bitsize; in copy_blkmode_to_reg() local 5037 unsigned HOST_WIDE_INT bitsize, bitpos, bitregion_start, bitregion_end; in optimize_bitfield_assignment_op() local 5222 tree field, repr; in get_bit_range() local 5405 poly_int64 bitsize, bitpos; in expand_assignment() local 6658 store_constructor_field (rtx target, poly_uint64 bitsize, poly_int64 bitpos, in store_constructor_field() 6744 tree field, value; in store_constructor() local 6798 HOST_WIDE_INT bitsize; in store_constructor() local 6986 poly_int64 bitsize; in store_constructor() local 7161 HOST_WIDE_INT bitsize; in store_constructor() local [all …]
|
H A D | tsan.cc | 92 tree field = TREE_OPERAND (expr, 1); in is_vptr_store() local 153 HOST_WIDE_INT bitpos, bitsize; in instrument_expr() local
|
H A D | fold-const.cc | 3748 tree field, value; in hash_operand() local 4452 HOST_WIDE_INT bitsize, poly_int64 bitpos, in make_bit_field_ref() 8303 tree val = NULL_TREE, field = NULL_TREE; in native_encode_initializer() local 8944 for (tree field = TYPE_FIELDS (type); field; field = DECL_CHAIN (field)) in native_interpret_aggregate() local 9410 poly_int64 bitsize, bitpos; in fold_unary_loc() local 10048 poly_int64 bitsize, bitpos0 = 0, bitpos1 = 0; in fold_comparison() local 12878 tree field, value; in fold_ternary_loc() local 13223 unsigned HOST_WIDE_INT bitsize = tree_to_uhwi (op1); in fold_ternary_loc() local 13273 unsigned bitsize = TYPE_PRECISION (TREE_TYPE (arg1)); in fold_ternary_loc() local 16362 poly_int64 bitsize; in split_address_to_core_and_offset() local
|
H A D | calls.cc | 1197 int bitsize = MIN (bytes * BITS_PER_UNIT, BITS_PER_WORD); in store_unaligned_arguments_into_pseudos() local 2199 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; in load_register_parameters() local 5265 cxx17_empty_base_field_p (const_tree field) in cxx17_empty_base_field_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.c | 423 poly_int64 bitsize = GET_MODE_BITSIZE (mode); in bitwise_mode_for_mode() local 1033 update_alignment_for_field (record_layout_info rli, tree field, in update_alignment_for_field() 1144 handle_warn_if_not_align (tree field, unsigned int record_align) in handle_warn_if_not_align() 1198 place_union_field (record_layout_info rli, tree field) in place_union_field() 1248 place_field (record_layout_info rli, tree field) in place_field() 1500 HOST_WIDE_INT bitsize = tree_to_uhwi (DECL_SIZE (field)); in place_field() local 1607 unsigned HOST_WIDE_INT bitsize in place_field() local 1832 tree field; in compute_record_mode() local 2012 start_bitfield_representative (tree field) in start_bitfield_representative() 2043 finish_bitfield_representative (tree repr, tree field) in finish_bitfield_representative() [all …]
|
H A D | tree-dfa.c | 385 poly_offset_int bitsize = -1; in get_ref_base_and_extent() local 427 tree field = TREE_OPERAND (exp, 1); in get_ref_base_and_extent() local 784 tree field = TREE_OPERAND (exp, 1); in get_addr_base_and_unit_offset_1() local
|
H A D | tree-vect-generic.c | 127 tree t, tree bitsize, tree bitpos) in tree_vec_extract() 144 tree field = gimplify_build3 (gsi, BIT_FIELD_REF, itype, t, in tree_vec_extract() local 158 tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize, in do_unop() 167 tree bitpos, tree bitsize, enum tree_code code, in do_binop() 185 tree bitpos, tree bitsize, enum tree_code code, tree type) in do_compare() 1620 tree bitpos, tree bitsize, enum tree_code code, in do_cond() 1671 tree decl, tree bitpos, tree bitsize, in do_vec_conversion()
|
H A D | expr.c | 2710 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); in copy_blkmode_from_reg() local 2823 unsigned int bitsize; in copy_blkmode_to_reg() local 4759 unsigned HOST_WIDE_INT bitsize, bitpos, bitregion_start, bitregion_end; in optimize_bitfield_assignment_op() local 4944 tree field, repr; in get_bit_range() local 5127 poly_int64 bitsize, bitpos; in expand_assignment() local 6310 store_constructor_field (rtx target, poly_uint64 bitsize, poly_int64 bitpos, in store_constructor_field() 6396 tree field, value; in store_constructor() local 6450 HOST_WIDE_INT bitsize; in store_constructor() local 6638 poly_int64 bitsize; in store_constructor() local 6813 HOST_WIDE_INT bitsize; in store_constructor() local [all …]
|
H A D | tsan.c | 87 tree field = TREE_OPERAND (expr, 1); in is_vptr_store() local 145 HOST_WIDE_INT bitpos, bitsize; in instrument_expr() local
|
H A D | fold-const.c | 3688 tree field, value; in hash_operand() local 4369 HOST_WIDE_INT bitsize, poly_int64 bitpos, in make_bit_field_ref() 8109 tree field = ce->index; in native_encode_initializer() local 8797 poly_int64 bitsize, bitpos; in fold_unary_loc() local 9419 poly_int64 bitsize, bitpos0 = 0, bitpos1 = 0; in fold_comparison() local 12283 tree field, value; in fold_ternary_loc() local 12625 unsigned HOST_WIDE_INT bitsize = tree_to_uhwi (op1); in fold_ternary_loc() local 12675 unsigned bitsize = TYPE_PRECISION (TREE_TYPE (arg1)); in fold_ternary_loc() local 15407 poly_int64 bitsize; in split_address_to_core_and_offset() local
|
H A D | calls.c | 1192 int bitsize = MIN (bytes * BITS_PER_UNIT, BITS_PER_WORD); in store_unaligned_arguments_into_pseudos() local 3193 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; in load_register_parameters() local 6258 cxx17_empty_base_field_p (const_tree field) in cxx17_empty_base_field_p()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf-hppa.h | 50 #define HOW(type, size, bitsize, pc_rel, complain, mask) \ argument 345 unsigned int field) in elf_hppa_reloc_final_type() 751 unsigned int field, in _bfd_elf_hppa_gen_reloc_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-hppa.h | 50 #define HOW(type, size, bitsize, pc_rel, complain, mask) \ argument 345 unsigned int field) in elf_hppa_reloc_final_type() 751 unsigned int field, in _bfd_elf_hppa_gen_reloc_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 195 HOST_WIDE_INT bitpos = 0, bitsize = 0; in c_finish_omp_atomic() local 230 tree field = TREE_OPERAND (lhs, 1); in c_finish_omp_atomic() local 351 tree field = TREE_OPERAND (lhs1, 1); in c_finish_omp_atomic() local 363 tree field = TREE_OPERAND (rhs1, 1); in c_finish_omp_atomic() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 142 tree field; in get_dtype_type_node() local 373 int kind, bitsize; in gfc_init_kinds() local 1515 tree field; in gfc_get_dtype_rank_type() local 2219 tree field; in gfc_nonrestricted_type() local 2574 tree typenode = NULL, field = NULL, field_type = NULL; in gfc_get_derived_type() local 3421 tree dtype, field, rank_off; in gfc_get_array_descr_info() local 3772 tree field; in gfc_get_cfi_dim_type() local 3810 tree field; in gfc_get_cfi_type() local
|
H A D | trans-intrinsic.cc | 1040 tree field, type, tmp; in conv_caf_vector_subscript_elem() local 1177 compute_component_offset (tree field, tree type) in compute_component_offset() 1198 field, last_type, inner_struct, mode, mode_rhs, dim_array, dim, dim_type, in conv_expr_ref_to_caf_ref() local 3526 int bitsize; in gfc_conv_intrinsic_dshift() local 7600 tree arg, allones, type, utype, res, cond, bitsize; in gfc_conv_intrinsic_mask() local 8077 tree field; in gfc_conv_intrinsic_sizeof() local 10102 tree field = NULL_TREE; in conv_intrinsic_ieee_class() local 10140 tree field = NULL_TREE; in conv_intrinsic_ieee_value() local 12203 tree lenmask, oldbits, newbits, bitsize; in gfc_conv_intrinsic_mvbits() local
|
H A D | simplify.cc | 151 convert_mpz_to_unsigned (mpz_t x, int bitsize) in convert_mpz_to_unsigned() 186 gfc_convert_mpz_to_signed (mpz_t x, int bitsize) in gfc_convert_mpz_to_signed() 3384 int i, k, bitsize; in gfc_simplify_ibits() local 3767 int ashift, *bits, i, k, bitsize, shift; in simplify_shift() local 8423 gfc_simplify_unpack (gfc_expr *vector, gfc_expr *mask, gfc_expr *field) in gfc_simplify_unpack()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 224 HOST_WIDE_INT bitpos = 0, bitsize = 0; in c_finish_omp_atomic() local 266 tree field = TREE_OPERAND (lhs, 1); in c_finish_omp_atomic() local 555 tree field = TREE_OPERAND (lhs1, 1); in c_finish_omp_atomic() local 567 tree field = TREE_OPERAND (rhs1, 1); in c_finish_omp_atomic() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 139 tree field; in get_dtype_type_node() local 387 int kind, bitsize; in gfc_init_kinds() local 1485 tree field; in gfc_get_dtype_rank_type() local 2159 tree field; in gfc_nonrestricted_type() local 2506 tree typenode = NULL, field = NULL, field_type = NULL; in gfc_get_derived_type() local 3311 tree dtype, field, rank_off; in gfc_get_array_descr_info() local
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.c | 292 unsigned int bitsize; member 1705 debug_type type, bfd_vma bitpos, bfd_vma bitsize, in debug_make_field() 2252 debug_get_field_type (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_type() 2262 debug_get_field_name (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_name() 2272 debug_get_field_bitpos (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_bitpos() 2282 debug_get_field_bitsize (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_bitsize() 2292 debug_get_field_visibility (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_visibility() 2302 debug_get_field_physname (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_physname()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.c | 297 unsigned int bitsize; member 1703 debug_type type, bfd_vma bitpos, bfd_vma bitsize, in debug_make_field() 2248 debug_get_field_type (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_type() 2258 debug_get_field_name (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_name() 2268 debug_get_field_bitpos (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_bitpos() 2278 debug_get_field_bitsize (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_bitsize() 2288 debug_get_field_visibility (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_visibility() 2298 debug_get_field_physname (void *handle ATTRIBUTE_UNUSED, debug_field field) in debug_get_field_physname()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | nds32-asm.h | 229 const struct nds32_field *field; member 262 int bitsize; member
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | nds32-asm.h | 229 const struct nds32_field *field; member 262 int bitsize; member
|