Home
last modified time | relevance | path

Searched refs:offset_type (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2read.c109 typedef uint32_t offset_type; typedef
111 DEF_VEC_I (offset_type);
149 offset_type address_table_size;
152 const offset_type *symbol_table;
155 offset_type symbol_table_slots;
1739 static offset_type
1740 byte_swap (offset_type value) in byte_swap()
1742 offset_type result; in byte_swap()
2382 const gdb_byte *cu_list, offset_type n_elements, in create_cus_from_index_list()
2387 offset_type i; in create_cus_from_index_list()
[all …]
HDgnu-v3-abi.c521 struct type *offset_type = vtable_ptrdiff_type (gdbarch); in gnuv3_decode_method_ptr() local
538 TYPE_LENGTH (offset_type), byte_order); in gnuv3_decode_method_ptr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDrtti.c1112 tree offset_type = integer_types[itk_long]; in get_pseudo_ti_init() local
1145 offset = fold_convert (offset_type, offset); in get_pseudo_ti_init()
1147 LSHIFT_EXPR, offset_type, offset, in get_pseudo_ti_init()
1148 build_int_cst (offset_type, 8)); in get_pseudo_ti_init()
1150 BIT_IOR_EXPR, offset_type, offset, in get_pseudo_ti_init()
1151 build_int_cst (offset_type, flags)); in get_pseudo_ti_init()
HDerror.c387 goto offset_type; in dump_type()
480 offset_type: in dump_type()
694 goto offset_type; in dump_type_prefix()
728 offset_type: in dump_type_prefix()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDrtti.c1166 tree offset_type = LONGPTR_T; in get_pseudo_ti_init() local
1195 offset = fold_convert (offset_type, offset); in get_pseudo_ti_init()
1197 LSHIFT_EXPR, offset_type, offset, in get_pseudo_ti_init()
1198 build_int_cst (offset_type, 8)); in get_pseudo_ti_init()
1200 BIT_IOR_EXPR, offset_type, offset, in get_pseudo_ti_init()
1201 build_int_cst (offset_type, flags)); in get_pseudo_ti_init()
HDerror.c457 goto offset_type; in dump_type()
552 offset_type: in dump_type()
767 goto offset_type; in dump_type_prefix()
800 offset_type: in dump_type_prefix()
/dragonfly/contrib/binutils-2.34/binutils/
HDdebug.h247 bfd_boolean (*offset_type) (void *); member
HDdebug.c2608 return (*fns->offset_type) (fhandle); in debug_write_type()
/dragonfly/contrib/binutils-2.27/binutils/
HDdebug.h247 bfd_boolean (*offset_type) (void *); member
HDdebug.c2607 return (*fns->offset_type) (fhandle); in debug_write_type()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-vect-stmts.c1770 tree offset_type = TREE_TYPE (gs_info->offset); in check_load_store_masking() local
1773 TYPE_SIGN (offset_type), in check_load_store_masking()
1925 tree offset_type = build_nonstandard_integer_type (element_bits, in vect_truncate_gather_scatter_offset() local
1932 gs_info->offset = fold_convert (offset_type, step); in vect_truncate_gather_scatter_offset()
1966 tree offset_type = TREE_TYPE (gs_info->offset); in vect_use_strided_gather_scatters_p() local
1967 unsigned int offset_bits = TYPE_PRECISION (offset_type); in vect_use_strided_gather_scatters_p()
1976 bool unsigned_p = TYPE_UNSIGNED (offset_type); in vect_use_strided_gather_scatters_p()
1977 offset_type = build_nonstandard_integer_type (element_bits, unsigned_p); in vect_use_strided_gather_scatters_p()
1978 gs_info->offset = fold_convert (offset_type, gs_info->offset); in vect_use_strided_gather_scatters_p()
2767 tree offset_type = TREE_TYPE (gs_info->offset); in vect_get_gather_scatter_ops() local
[all …]
HDtree-vect-patterns.c4229 tree offset_type = TREE_TYPE (gs_info->offset); in vect_get_gather_scatter_offset_type() local
4233 unsigned int offset_bits = TYPE_PRECISION (offset_type); in vect_get_gather_scatter_offset_type()
4240 TYPE_UNSIGNED (offset_type)); in vect_get_gather_scatter_offset_type()
4242 return offset_type; in vect_get_gather_scatter_offset_type()
4333 tree offset_type = vect_get_gather_scatter_offset_type (&gs_info); in vect_try_gather_scatter_pattern() local
4334 tree offset = vect_add_conversion_to_patterm (offset_type, gs_info.offset, in vect_try_gather_scatter_pattern()
HDgimple-ssa-store-merging.c3680 tree offset_type in output_merged_store() local
3688 build_int_cst (offset_type, try_pos)); in output_merged_store()
3715 offset_type = get_alias_type_for_stmts (orig_stmts, true, in output_merged_store()
3739 build_int_cst (offset_type, load_pos)); in output_merged_store()
HDtree.def126 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.def123 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)