| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-dse.c | 239 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local 241 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref() 242 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref() 246 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref() 271 HOST_WIDE_INT const_size; in compute_trims() local 273 if (ref->size.is_constant (&const_size)) in compute_trims() 275 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
|
| H A D | tree-dfa.c | 734 HOST_WIDE_INT const_offset, const_size; in get_ref_base_and_extent_hwi() local 739 || !size.is_constant (&const_size) in get_ref_base_and_extent_hwi() 742 || maybe_ne (max_size, const_size)) in get_ref_base_and_extent_hwi() 746 *psize = const_size; in get_ref_base_and_extent_hwi()
|
| H A D | calls.c | 3089 HOST_WIDE_INT const_size = 0; in load_register_parameters() local 3110 const_size = int_size_in_bytes (type); in load_register_parameters() 3111 gcc_assert (const_size >= 0); in load_register_parameters() 3112 nregs = (const_size + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD; in load_register_parameters() 3113 size = const_size; in load_register_parameters() 3172 gcc_checking_assert (known_eq (size, const_size)); in load_register_parameters() 3178 && const_size != 0 in load_register_parameters() 3180 (XEXP (args[i].value, 0), const_size))) in load_register_parameters() 3183 if (const_size % UNITS_PER_WORD == 0 in load_register_parameters() 3193 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; in load_register_parameters() [all …]
|
| H A D | dwarf2cfi.c | 495 HOST_WIDE_INT const_size = size.to_constant (); in add_cfi_args_size() local 501 gcc_assert (const_size >= 0); in add_cfi_args_size() 504 cfi->dw_cfi_oprnd1.dw_cfi_offset = const_size; in add_cfi_args_size()
|
| H A D | dse.c | 1410 HOST_WIDE_INT const_size; in record_store() local 1425 || (MEM_SIZE (mem).is_constant (&const_size) in record_store() 1426 && const_size > MAX_OFFSET) in record_store()
|
| H A D | emit-rtl.c | 2128 poly_uint64 const_size; in set_mem_attributes_minus_bitpos() local 2129 if (poly_int_tree_p (new_size, &const_size)) in set_mem_attributes_minus_bitpos() 2132 attrs.size = const_size; in set_mem_attributes_minus_bitpos()
|
| H A D | expr.c | 1642 poly_int64 const_size; in emit_block_move_hints() local 1643 if (poly_int_rtx_p (size, &const_size)) in emit_block_move_hints() 1647 set_mem_size (x, const_size); in emit_block_move_hints() 1648 set_mem_size (y, const_size); in emit_block_move_hints()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-dse.cc | 347 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local 351 BITS_PER_UNIT)).is_constant (&const_size)) in setup_live_bytes_from_ref() 352 && (const_size / BITS_PER_UNIT <= param_dse_max_object_size) in setup_live_bytes_from_ref() 353 && const_size > 1) in setup_live_bytes_from_ref() 356 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref() 388 HOST_WIDE_INT const_size; in compute_trims() local 390 if (ref->size.is_constant (&const_size)) in compute_trims() 392 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
|
| H A D | tree-dfa.cc | 749 HOST_WIDE_INT const_offset, const_size; in get_ref_base_and_extent_hwi() local 754 || !size.is_constant (&const_size) in get_ref_base_and_extent_hwi() 757 || maybe_ne (max_size, const_size)) in get_ref_base_and_extent_hwi() 761 *psize = const_size; in get_ref_base_and_extent_hwi()
|
| H A D | calls.cc | 2095 HOST_WIDE_INT const_size = 0; in load_register_parameters() local 2116 const_size = int_size_in_bytes (type); in load_register_parameters() 2117 gcc_assert (const_size >= 0); in load_register_parameters() 2118 nregs = (const_size + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD; in load_register_parameters() 2119 size = const_size; in load_register_parameters() 2178 gcc_checking_assert (known_eq (size, const_size)); in load_register_parameters() 2184 && const_size != 0 in load_register_parameters() 2186 (XEXP (args[i].value, 0), const_size))) in load_register_parameters() 2189 if (const_size % UNITS_PER_WORD == 0 in load_register_parameters() 2199 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; in load_register_parameters() [all …]
|
| H A D | dwarf2cfi.cc | 495 HOST_WIDE_INT const_size = size.to_constant (); in add_cfi_args_size() local 501 gcc_assert (const_size >= 0); in add_cfi_args_size() 504 cfi->dw_cfi_oprnd1.dw_cfi_offset = const_size; in add_cfi_args_size()
|
| H A D | emit-rtl.cc | 2138 poly_uint64 const_size; in set_mem_attributes_minus_bitpos() local 2139 if (poly_int_tree_p (new_size, &const_size)) in set_mem_attributes_minus_bitpos() 2142 attrs.size = const_size; in set_mem_attributes_minus_bitpos()
|
| H A D | expr.cc | 1846 poly_int64 const_size; in emit_block_move_hints() local 1847 if (poly_int_rtx_p (size, &const_size)) in emit_block_move_hints() 1851 set_mem_size (x, const_size); in emit_block_move_hints() 1852 set_mem_size (y, const_size); in emit_block_move_hints()
|
| H A D | ChangeLog-1999 | 5293 * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 7036 HOST_WIDE_INT const_size, const_outgoing_args_size, const_fp_offset; in aarch64_layout_frame() local 7038 if (frame.frame_size.is_constant (&const_size) in aarch64_layout_frame() 7039 && const_size < max_push_offset in aarch64_layout_frame() 7040 && known_eq (frame.hard_fp_offset, const_size)) in aarch64_layout_frame() 7046 frame.callee_adjust = const_size; in aarch64_layout_frame() 9306 HOST_WIDE_INT const_size; in aarch64_classify_address() local 9527 && GET_MODE_SIZE (mode).is_constant (&const_size) in aarch64_classify_address() 9528 && const_size >= 4) in aarch64_classify_address()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 8433 HOST_WIDE_INT const_size, const_below_saved_regs, const_above_fp; in aarch64_layout_frame() local 8437 else if (frame.frame_size.is_constant (&const_size) in aarch64_layout_frame() 8438 && const_size < max_push_offset in aarch64_layout_frame() 8439 && known_eq (frame.bytes_above_hard_fp, const_size)) in aarch64_layout_frame() 8445 frame.callee_adjust = const_size; in aarch64_layout_frame() 10727 HOST_WIDE_INT const_size; in aarch64_classify_address() local 10977 && GET_MODE_SIZE (mode).is_constant (&const_size) in aarch64_classify_address() 10978 && const_size >= 4) in aarch64_classify_address()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 9731 int const_size = thumb1_size_rtx_costs (XEXP (x, 1), CONST_INT, SET); in thumb1_size_rtx_costs() local 9738 return COSTS_N_INSNS (1) + const_size; in thumb1_size_rtx_costs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 9879 int const_size = thumb1_size_rtx_costs (XEXP (x, 1), CONST_INT, SET); in thumb1_size_rtx_costs() local 9886 return COSTS_N_INSNS (1) + const_size; in thumb1_size_rtx_costs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1998 | 5729 type unsigned int; const_size and nonvirtual_const_size likewise.
|