| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-dfa.c | 494 tree low_bound, unit_size; in get_ref_base_and_extent() local 500 && (unit_size = array_ref_element_size (exp), in get_ref_base_and_extent() 501 TREE_CODE (unit_size) == INTEGER_CST)) in get_ref_base_and_extent() 507 woffset *= wi::to_offset (unit_size); in get_ref_base_and_extent() 537 && (unit_size = array_ref_element_size (exp), in get_ref_base_and_extent() 538 TREE_CODE (unit_size) == INTEGER_CST) in get_ref_base_and_extent() 549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent() 568 woffset *= wi::to_offset (unit_size); in get_ref_base_and_extent() 804 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local 814 && (unit_size = array_ref_element_size (exp), in get_addr_base_and_unit_offset_1() [all …]
|
| H A D | ipa-sra.c | 113 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS; member 320 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS; member 420 to->unit_size = from->unit_size; in duplicate() 502 ipf->unit_offset, ipf->unit_size); in dump() 646 fprintf (f, ", unit size: %u", access->unit_size); in dump_isra_access() 1623 unsigned unit_offset, unsigned unit_size) in record_nonregister_call_use() argument 1632 param_flow->unit_size = unit_size; in record_nonregister_call_use() 2236 to->unit_size = from->size / BITS_PER_UNIT; in copy_accesses_to_ipa_desc() 2457 && a1->unit_offset < a2->unit_offset + a2->unit_size in overlapping_certain_accesses_p() 2458 && a1->unit_offset + a1->unit_size > a2->unit_offset) in overlapping_certain_accesses_p() [all …]
|
| H A D | tree-object-size.c | 144 tree low_bound, unit_size; in compute_object_offset() local 146 unit_size = array_ref_element_size (CONST_CAST_TREE (expr)); in compute_object_offset() 155 off = size_binop (MULT_EXPR, unit_size, t); in compute_object_offset()
|
| H A D | ipa-prop.c | 3367 tree unit_size = TYPE_SIZE_UNIT (TREE_TYPE (type)); in find_constructor_constant_at_offset() local 3368 gcc_assert (TREE_CODE (unit_size) == INTEGER_CST); in find_constructor_constant_at_offset() 3379 gcc_assert (TREE_CODE (unit_size) == INTEGER_CST); in find_constructor_constant_at_offset() 3383 off *= wi::to_offset (unit_size); in find_constructor_constant_at_offset() 3388 off = wi::to_offset (unit_size) * ix; in find_constructor_constant_at_offset()
|
| H A D | gimple-fold.c | 7080 tree low_bound, unit_size; in fold_const_aggregate_ref_1() local 7085 && (unit_size = array_ref_element_size (t), in fold_const_aggregate_ref_1() 7086 tree_fits_uhwi_p (unit_size))) in fold_const_aggregate_ref_1() 7092 woffset *= tree_to_uhwi (unit_size); in fold_const_aggregate_ref_1() 7109 tree_to_uhwi (unit_size) in fold_const_aggregate_ref_1()
|
| H A D | gimplify.c | 1213 tree unit_size = DECL_SIZE_UNIT (decl); in build_asan_poison_call_expr() local 1214 if (zerop (unit_size)) in build_asan_poison_call_expr() 1223 base, unit_size); in build_asan_poison_call_expr() 1235 tree unit_size = DECL_SIZE_UNIT (decl); in asan_poison_variable() local 1239 if (zerop (unit_size)) in asan_poison_variable() 1252 base, unit_size); in asan_poison_variable()
|
| H A D | expr.c | 7363 tree unit_size = array_ref_element_size (exp); in get_inner_reference() local 7376 unit_size)); in get_inner_reference()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-dfa.cc | 500 tree low_bound, unit_size; in get_ref_base_and_extent() local 506 && (unit_size = array_ref_element_size (exp), in get_ref_base_and_extent() 507 TREE_CODE (unit_size) == INTEGER_CST)) in get_ref_base_and_extent() 513 woffset *= wi::to_offset (unit_size); in get_ref_base_and_extent() 549 && (unit_size = array_ref_element_size (exp), in get_ref_base_and_extent() 550 TREE_CODE (unit_size) == INTEGER_CST) in get_ref_base_and_extent() 564 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent() 583 woffset *= wi::to_offset (unit_size); in get_ref_base_and_extent() 819 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local 832 unit_size = array_ref_element_size (exp); in get_addr_base_and_unit_offset_1() [all …]
|
| H A D | ipa-sra.cc | 117 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS; member 324 unsigned unit_size : ISRA_ARG_SIZE_LIMIT_BITS; member 425 to->unit_size = from->unit_size; in duplicate() 522 ipf->unit_offset, ipf->unit_size); in dump() 659 fprintf (f, ", unit size: %u", access->unit_size); in dump_isra_access() 1636 unsigned unit_offset, unsigned unit_size) in record_nonregister_call_use() argument 1645 param_flow->unit_size = unit_size; in record_nonregister_call_use() 2249 to->unit_size = from->size / BITS_PER_UNIT; in copy_accesses_to_ipa_desc() 2469 && a1->unit_offset < a2->unit_offset + a2->unit_size in overlapping_certain_accesses_p() 2470 && a1->unit_offset + a1->unit_size > a2->unit_offset) in overlapping_certain_accesses_p() [all …]
|
| H A D | tree-object-size.cc | 437 tree low_bound, unit_size; in compute_object_offset() local 439 unit_size = array_ref_element_size (CONST_CAST_TREE (expr)); in compute_object_offset() 448 off = size_binop (MULT_EXPR, unit_size, t); in compute_object_offset()
|
| H A D | ipa-prop.cc | 3563 tree unit_size = TYPE_SIZE_UNIT (TREE_TYPE (type)); in find_constructor_constant_at_offset() local 3564 gcc_assert (TREE_CODE (unit_size) == INTEGER_CST); in find_constructor_constant_at_offset() 3575 gcc_assert (TREE_CODE (unit_size) == INTEGER_CST); in find_constructor_constant_at_offset() 3579 off *= wi::to_offset (unit_size); in find_constructor_constant_at_offset() 3584 off = wi::to_offset (unit_size) * ix; in find_constructor_constant_at_offset()
|
| H A D | gimple-fold.cc | 8194 tree low_bound, unit_size; in fold_const_aggregate_ref_1() local 8199 && (unit_size = array_ref_element_size (t), in fold_const_aggregate_ref_1() 8200 tree_fits_uhwi_p (unit_size))) in fold_const_aggregate_ref_1() 8206 woffset *= tree_to_uhwi (unit_size); in fold_const_aggregate_ref_1() 8223 tree_to_uhwi (unit_size) in fold_const_aggregate_ref_1()
|
| H A D | gimplify.cc | 1220 tree unit_size = DECL_SIZE_UNIT (decl); in build_asan_poison_call_expr() local 1221 if (zerop (unit_size)) in build_asan_poison_call_expr() 1230 base, unit_size); in build_asan_poison_call_expr() 1242 tree unit_size = DECL_SIZE_UNIT (decl); in asan_poison_variable() local 1246 if (zerop (unit_size)) in asan_poison_variable() 1262 base, unit_size); in asan_poison_variable()
|
| H A D | expr.cc | 7724 tree unit_size = array_ref_element_size (exp); in get_inner_reference() local 7737 unit_size)); in get_inner_reference()
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_allocation.c | 2605 uint32_t lb_size, unit_size, dscr_size, crclen, lastblock_grow; in udf_grow_node() local 2622 unit_size = lb_size; in udf_grow_node() 2624 unit_size = ump->metadata_alloc_unit_size * lb_size; in udf_grow_node() 2625 max_len = ((UDF_EXT_MAXLEN / unit_size) * unit_size); in udf_grow_node() 2878 uint32_t lb_size, unit_size, dscr_size, crclen; in udf_shrink_node() local 2897 unit_size = lb_size; in udf_shrink_node() 2899 unit_size = ump->metadata_alloc_unit_size * lb_size; in udf_shrink_node() 2900 max_len = ((UDF_EXT_MAXLEN / unit_size) * unit_size); in udf_shrink_node() [all...] |
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | predicates.md | 538 int unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op)); 539 rtx sign = INTVAL (XVECEXP (op, 0, sign_ix)) >> (unit_size * BITS_PER_UNIT - 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | predicates.md | 538 int unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op)); 539 rtx sign = INTVAL (XVECEXP (op, 0, sign_ix)) >> (unit_size * BITS_PER_UNIT - 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | vsx.md | 3544 HOST_WIDE_INT unit_size = GET_MODE_UNIT_SIZE (<MODE>mode); 3545 HOST_WIDE_INT offset = unit_size * elt_adj; 3548 if (unit_size == 4)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.c | 2506 int nunit, unit_size; in s390_bytemask_vector_p() local 2514 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op)); in s390_bytemask_vector_p() 2525 for (j = 0; j < unit_size; j++) in s390_bytemask_vector_p() 2529 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j); in s390_bytemask_vector_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.cc | 2575 int nunit, unit_size; in s390_bytemask_vector_p() local 2583 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op)); in s390_bytemask_vector_p() 2594 for (j = 0; j < unit_size; j++) in s390_bytemask_vector_p() 2598 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j); in s390_bytemask_vector_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | vsx.md | 3768 HOST_WIDE_INT unit_size = GET_MODE_UNIT_SIZE (<MODE>mode); 3769 HOST_WIDE_INT offset = unit_size * elt_adj; 3772 if (unit_size == 4)
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2015 | 8651 (remote_escape_output): Add unit_size parameter. Refactor to 8653 * common/rsp-low.h (remote_escape_output): Add unit_size 8656 (remote_write_bytes_aux): Add unit_size parameter and use it. 8659 (remote_read_bytes_1): Add unit_size parameter and use it.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2015 | 8651 (remote_escape_output): Add unit_size parameter. Refactor to 8653 * common/rsp-low.h (remote_escape_output): Add unit_size 8656 (remote_write_bytes_aux): Add unit_size parameter and use it. 8659 (remote_read_bytes_1): Add unit_size parameter and use it.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 21013 int unit_size = GET_MODE_UNIT_SIZE (vmode); in aarch64_evpc_sel() local 21016 || unit_size > 8) in aarch64_evpc_sel()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 24195 int unit_size = GET_MODE_UNIT_SIZE (vmode); in aarch64_evpc_sel() local 24198 || unit_size > 8) in aarch64_evpc_sel()
|