Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcppbuiltin.c114 && POINTER_SIZE == 64 in define_builtin_macros_for_lp64()
174 POINTER_SIZE / BITS_PER_UNIT); in define_builtin_macros_for_type_sizes()
H A Ddwarf2asm.c392 return POINTER_SIZE / BITS_PER_UNIT; in size_of_encoded_value()
923 assemble_integer (sym_ref, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in dw2_output_indirect_constant_1()
954 assemble_align (POINTER_SIZE); in dw2_asm_output_encoded_addr_rtx()
955 assemble_integer (addr, size, POINTER_SIZE, 1); in dw2_asm_output_encoded_addr_rtx()
H A Ddefaults.h469 #define DWARF2_ADDR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
758 #ifndef POINTER_SIZE
759 #define POINTER_SIZE BITS_PER_WORD macro
857 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
H A Dstor-layout.c2133 TYPE_SIZE (type) = bitsize_int (POINTER_SIZE); in layout_type()
2134 TYPE_SIZE_UNIT (type) = size_int (POINTER_SIZE / BITS_PER_UNIT); in layout_type()
2137 SET_TYPE_MODE (type, mode_for_size (POINTER_SIZE, MODE_INT, 0)); in layout_type()
2138 TYPE_PRECISION (type) = POINTER_SIZE; in layout_type()
H A Dvarasm.c1402 assemble_align (POINTER_SIZE); in assemble_addr_to_section()
1403 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in assemble_addr_to_section()
2501 if (size > UNITS_PER_WORD && size > POINTER_SIZE / BITS_PER_UNIT) in default_assemble_integer()
6002 assemble_align (POINTER_SIZE); in dump_tm_clone_pairs()
6007 POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in dump_tm_clone_pairs()
6009 POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1); in dump_tm_clone_pairs()
H A Dtarghooks.c957 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0) in default_builtin_vector_alignment_reachable()
H A Dipa-prop.c380 || size != POINTER_SIZE in extr_type_from_vtbl_ptr_store()
381 || max_size != POINTER_SIZE) in extr_type_from_vtbl_ptr_store()
448 ao.size = POINTER_SIZE; in detect_type_change_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcppbuiltin.c124 && POINTER_SIZE == 64 in define_builtin_macros_for_lp64()
184 1 << ceil_log2 ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT)); in define_builtin_macros_for_type_sizes()
H A Ddefaults.h453 #define DWARF2_ADDR_SIZE ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT)
742 #ifndef POINTER_SIZE
743 #define POINTER_SIZE BITS_PER_WORD macro
746 #define POINTER_SIZE_UNITS ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT)
845 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
H A Dipa-polymorphic-call.c86 || cur_offset >= POINTER_SIZE in possible_placement_new()
92 : POINTER_SIZE) in possible_placement_new()
135 unsigned HOST_WIDE_INT otr_type_size = POINTER_SIZE; in restrict_to_inner_class()
300 + POINTER_SIZE in restrict_to_inner_class()
1289 return tci->offset > POINTER_SIZE ? error_mark_node : NULL_TREE; in extr_type_from_vtbl_ptr_store()
1292 || maybe_ne (size, POINTER_SIZE) in extr_type_from_vtbl_ptr_store()
1293 || maybe_ne (max_size, POINTER_SIZE)) in extr_type_from_vtbl_ptr_store()
1303 return (known_le (offset + POINTER_SIZE, tci->offset) in extr_type_from_vtbl_ptr_store()
1305 && known_gt (tci->offset + POINTER_SIZE, in extr_type_from_vtbl_ptr_store()
1685 ao.size = POINTER_SIZE; in get_dynamic_type()
H A Drtl-chkp.c289 rtx ptr = adjust_address (value, Pmode, i * POINTER_SIZE / 8); in chkp_copy_bounds_for_stack_parm()
290 rtx to = adjust_address (slot, Pmode, i * POINTER_SIZE / 8); in chkp_copy_bounds_for_stack_parm()
H A Dsanopt.c429 offset_int ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE); in has_dominating_ubsan_ptr_check()
477 offset_int cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE); in maybe_optimize_ubsan_ptr_ifn()
499 expr_offset = wi::sext (expr_offset, POINTER_SIZE); in maybe_optimize_ubsan_ptr_ifn()
501 if (total_offset != wi::sext (total_offset, POINTER_SIZE)) in maybe_optimize_ubsan_ptr_ifn()
H A Ddwarf2asm.c984 assemble_integer (sym_ref, POINTER_SIZE_UNITS, POINTER_SIZE, 1); in dw2_output_indirect_constant_1()
1028 assemble_align (POINTER_SIZE); in dw2_asm_output_encoded_addr_rtx()
1029 assemble_integer (addr, size, POINTER_SIZE, 1); in dw2_asm_output_encoded_addr_rtx()
H A Dtree-chkp.c1639 if (!all_bounds[offs / POINTER_SIZE])
1648 all_bounds[offs / POINTER_SIZE] = chkp_find_bounds (temp, &gsi);
1709 bitmap_set_bit (have_bound, offs / POINTER_SIZE);
1963 = TREE_INT_CST_LOW (TYPE_SIZE (type)) / POINTER_SIZE;
4481 HOST_WIDE_INT offs = bnd_no * POINTER_SIZE / BITS_PER_UNIT;
H A Dipa-chkp.c424 snprintf (offs, 25, "__%u", bnd_no * POINTER_SIZE / BITS_PER_UNIT); in chkp_add_bounds_params_to_function()
H A Dstor-layout.c2403 TYPE_SIZE (type) = bitsize_int (POINTER_SIZE); in layout_type()
2407 SET_TYPE_MODE (type, int_mode_for_size (POINTER_SIZE, 0).require ()); in layout_type()
2408 TYPE_PRECISION (type) = POINTER_SIZE; in layout_type()
H A Dubsan.c129 if (bitsize <= POINTER_SIZE) in ubsan_encode_value()
1406 if (TYPE_PRECISION (sizetype) != POINTER_SIZE) in instrument_pointer_overflow()
1418 if (TYPE_PRECISION (sizetype) != POINTER_SIZE) in maybe_instrument_pointer_overflow()
H A Dvarasm.c1572 assemble_align (POINTER_SIZE); in assemble_addr_to_section()
1573 assemble_integer (symbol, POINTER_SIZE_UNITS, POINTER_SIZE, 1); in assemble_addr_to_section()
4596 || TYPE_PRECISION (dest_type) <= POINTER_SIZE)) in initializer_constant_valid_p_1()
6054 assemble_align (POINTER_SIZE); in dump_tm_clone_pairs()
6059 POINTER_SIZE_UNITS, POINTER_SIZE, 1); in dump_tm_clone_pairs()
6061 POINTER_SIZE_UNITS, POINTER_SIZE, 1); in dump_tm_clone_pairs()
H A Dexcept.c292 if (POINTER_SIZE > BITS_PER_WORD) in init_eh()
295 tmp = size_int ((5 * BITS_PER_WORD / POINTER_SIZE) - 1); in init_eh()
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto-object.c333 align = exact_log2 (POINTER_SIZE / BITS_PER_UNIT); in lto_obj_begin_section()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcvt.c229 if (TYPE_PRECISION (intype) == POINTER_SIZE) in cp_convert_to_pointer()
231 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 0), expr); in cp_convert_to_pointer()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcvt.c232 if (TYPE_PRECISION (intype) == POINTER_SIZE) in cp_convert_to_pointer()
234 expr = cp_convert (c_common_type_for_size (POINTER_SIZE, 0), expr, in cp_convert_to_pointer()
H A Drtti.c113 integer_types[(POINTER_SIZE <= TYPE_PRECISION (integer_types[itk_long]) \
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-cppbuiltin.c680 psize = POINTER_SIZE / BITS_PER_UNIT; in cpp_atomic_builtins()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h662 #define POINTER_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD) macro

12