| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog.ptr | 19 (fold_builtin_strstr): Use size_int instead of build_int_cst (sizetype. 34 for converting to sizetype. 85 sizetype). 92 BIT_AND_EXPR in sizetype. 99 * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype 106 expression to sizetype first. 133 type do the multiplication in sizetype. 151 sizetype for the call to make_tree and then convert 163 be sizetype and not the first's type. 175 why the increment is sizetype for [all …]
|
| D | tree-object-size.cc | 133 ? TYPE_MAX_VALUE (sizetype) : size_zero_node); in size_initval() 142 ? size_zero_node : TYPE_MAX_VALUE (sizetype)); in size_unknown() 228 gcc_checking_assert (TREE_TYPE (name) == sizetype); in bundle_sizes() 236 gcc_checking_assert (types_compatible_p (TREE_TYPE (expr), sizetype)); in bundle_sizes() 237 return build2 (MODIFY_EXPR, sizetype, name, expr); in bundle_sizes() 287 wholeval = bundle_sizes (make_ssa_name (sizetype), wholeval); in object_sizes_set() 292 tree newval = bundle_sizes (make_ssa_name (sizetype), val); in object_sizes_set() 330 make_ssa_name (sizetype), in object_sizes_set_temp() 331 make_ssa_name (sizetype)); in object_sizes_set_temp() 338 if (tree_fits_uhwi_p (TYPE_MAX_VALUE (sizetype))) in init_offset_limit() [all …]
|
| D | tree-ssa-address.cc | 528 parts->index = fold_convert (sizetype, val); in move_variant_to_index() 529 parts->step = wide_int_to_tree (sizetype, addr->elts[i].coef); in move_variant_to_index() 542 parts->index = fold_convert (sizetype, elt); in add_to_parts() 672 elt = fold_convert (sizetype, addr->elts[i].val); in most_expensive_mult_to_index() 674 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt); in most_expensive_mult_to_index() 678 mult_elt = fold_build1 (NEGATE_EXPR, sizetype, elt); in most_expensive_mult_to_index() 683 parts->step = wide_int_to_tree (sizetype, best_mult); in most_expensive_mult_to_index() 712 parts->offset = wide_int_to_tree (sizetype, addr->offset); in addr_to_parts() 739 part = fold_convert (sizetype, addr->elts[i].val); in addr_to_parts() 741 part = fold_build2 (MULT_EXPR, sizetype, part, in addr_to_parts() [all …]
|
| D | stor-layout.cc | 671 = fold_convert_loc (loc, sizetype, in layout_decl() 931 return size_binop (PLUS_EXPR, offset, fold_convert (sizetype, bytepos)); in byte_from_pos() 946 fold_convert (sizetype, TREE_OPERAND (pos, 0)), in pos_from_bit() 953 fold_convert (sizetype, in pos_from_bit() 1225 rli->offset = fold_build3 (COND_EXPR, sizetype, DECL_QUALIFIER (field), in place_union_field() 1360 fold_convert (sizetype, in place_field() 1568 fold_convert (sizetype, d)); in place_field() 1683 fold_convert (sizetype, in place_field() 1960 = fold_convert (sizetype, in finalize_type_size() 2535 = fold_convert (sizetype, in layout_type() [all …]
|
| D | tree-affine.cc | 123 type = sizetype; in aff_combination_scale() 183 type = sizetype; in aff_combination_add_elt() 277 tree_to_aff_combination (op1, sizetype, &tmp); in expr_to_aff_combination() 434 tree_to_aff_combination (TREE_OPERAND (expr, 1), sizetype, &tmp); in tree_to_aff_combination() 538 type = sizetype; in aff_combination_to_tree() 1020 tree_to_aff_combination (base_addr, sizetype, addr); in get_inner_reference_aff() 1024 tree_to_aff_combination (toff, sizetype, &tmp); in get_inner_reference_aff() 1028 aff_combination_const (&tmp, sizetype, bits_to_bytes_round_down (bitpos)); in get_inner_reference_aff()
|
| D | tree-ssa-loop-prefetch.cc | 464 step = fold_build2 (MULT_EXPR, sizetype, in idx_analyze_ref() 465 fold_convert (sizetype, step), in idx_analyze_ref() 466 fold_convert (sizetype, stepsize)); in idx_analyze_ref() 473 *ar_data->step = fold_build2 (PLUS_EXPR, sizetype, in idx_analyze_ref() 474 fold_convert (sizetype, *ar_data->step), in idx_analyze_ref() 475 fold_convert (sizetype, step)); in idx_analyze_ref() 1202 forward = fold_build2 (MULT_EXPR, sizetype, in issue_prefetch_ref() 1203 fold_convert (sizetype, ref->group->step), in issue_prefetch_ref() 1204 fold_convert (sizetype, size_int (ahead))); in issue_prefetch_ref()
|
| D | LANGUAGES | 37 bitsizetype (rather than sizetype). 43 in trees, care should be taken to change the tree's type again to sizetype.
|
| D | tree-data-ref.cc | 607 if (TYPE_PRECISION (type) >= TYPE_PRECISION (sizetype)) in compute_distributive_range() 690 if (TYPE_PRECISION (to_type) >= TYPE_PRECISION (sizetype)) in nop_conversion_for_offset_p() 788 *var = fold_build2 (code, sizetype, var0, var1); in split_constant_offset_1() 801 *var = fold_build2 (MULT_EXPR, sizetype, var0, in split_constant_offset_1() 802 fold_convert (sizetype, op1)); in split_constant_offset_1() 949 || (TYPE_PRECISION (type) == TYPE_PRECISION (sizetype) in split_constant_offset_1() 950 && TYPE_PRECISION (itype) == TYPE_PRECISION (sizetype)))) in split_constant_offset_1() 960 *var = fold_convert (sizetype, *var); in split_constant_offset_1() 1054 *var = fold_convert (sizetype, *var); in split_constant_offset() 1169 tree mofft = wide_int_to_tree (sizetype, moff); in dr_analyze_innermost() [all …]
|
| D | gimple-ssa-strength-reduction.cc | 879 sizetype, savings); in slsr_process_phi() 1024 *poffset = fold_build2 (MULT_EXPR, sizetype, fold_convert (sizetype, t2), in restructure_reference() 1025 wide_int_to_tree (sizetype, c3)); in restructure_reference() 1066 type, sizetype, 0); in slsr_process_ref() 1225 ctype, sizetype, savings); in create_mul_imm_cand() 1332 stype = (TREE_CODE (addend_in) == INTEGER_CST ? sizetype in create_add_ssa_cand() 1378 stype = (TREE_CODE (addend_in) == INTEGER_CST ? sizetype in create_add_ssa_cand() 1443 stype = sizetype; in create_add_imm_cand() 1649 integer_one_node, ctype, sizetype, 0); in slsr_process_cast() 1651 integer_one_node, ctype, sizetype, 0); in slsr_process_cast() [all …]
|
| D | pointer-query.cc | 83 && TYPE_PRECISION (type) == TYPE_PRECISION (sizetype)) in get_offset_range() 100 && wr[0].get_precision () < TYPE_PRECISION (sizetype)) in get_offset_range() 513 return fold_convert (sizetype, size); in gimple_call_alloc_size() 533 const tree size_max = TYPE_MAX_VALUE (sizetype); in gimple_call_alloc_size() 540 return wide_int_to_tree (sizetype, rng1[1]); in gimple_call_alloc_size() 560 const unsigned prec = TYPE_PRECISION (sizetype); in gimple_parm_array_size() 2361 return wide_int_to_tree (sizetype, maxsize); in compute_objsize() 2591 idxtype = build_range_type (sizetype, size_zero_node, NULL_TREE); in build_printable_array_type()
|
| D | tree-loop-distribution.cc | 1656 scev_step = fold_convert_loc (loc, sizetype, scev_step); in compute_access_range() 1659 scev_step = fold_build1_loc (loc, NEGATE_EXPR, sizetype, scev_step); in compute_access_range() 1672 niters = fold_convert_loc (loc, sizetype, niters); in compute_access_range() 1677 access_size = fold_build2_loc (loc, MULT_EXPR, sizetype, in compute_access_range() 1682 tree adj = fold_build2_loc (loc, MINUS_EXPR, sizetype, in compute_access_range() 2629 fold_convert (sizetype, niters), in data_ref_segment_size() 2632 fold_convert (sizetype, DR_STEP (dr)), in data_ref_segment_size() 2633 fold_convert (sizetype, niters)); in data_ref_segment_size() 2658 niters = fold_convert (sizetype, niters); in compute_alias_check_pairs() 2917 part1->builtin->size = fold_build2 (PLUS_EXPR, sizetype, in fuse_memset_builtins() [all …]
|
| D | gimple-ssa-warn-access.cc | 1211 range[0] = wide_int_to_tree (sizetype, bndrng[0]); in get_size_range() 1213 range[1] = wide_int_to_tree (sizetype, bndrng[1]); in get_size_range() 1217 range[0] = wide_int_to_tree (sizetype, bndrng[0]); in get_size_range() 1218 range[1] = wide_int_to_tree (sizetype, bndrng[1]); in get_size_range() 1446 size = wide_int_to_tree (sizetype, pad->src.size_remaining ()); in check_access() 1491 range[0] = wide_int_to_tree (sizetype, pad->src_bndrng[0]); in check_access() 2718 bndrng, wide_int_to_tree (sizetype, maxrem), in check_strncmp() 3114 tree size = build_int_cstu (sizetype, bytes); in check_atomic_builtin() 3371 access_nelts = build_int_cstu (sizetype, access.second.minsize); in maybe_check_access_sizes() 3384 tree sizrng[2] = { size_zero_node, build_all_ones_cst (sizetype) }; in maybe_check_access_sizes() [all …]
|
| D | ubsan.cc | 212 tree itype = build_range_type (sizetype, size_zero_node, NULL_TREE); in ubsan_get_type_descriptor_type() 1180 ptri, fold_build1 (NEGATE_EXPR, sizetype, off), in ubsan_expand_ptr_ifn() 1429 if (TYPE_PRECISION (sizetype) != POINTER_SIZE) in instrument_pointer_overflow() 1441 if (TYPE_PRECISION (sizetype) != POINTER_SIZE) in maybe_instrument_pointer_overflow() 1523 t = fold_convert (sizetype, moff); in maybe_instrument_pointer_overflow() 2216 t = fold_build2 (MINUS_EXPR, sizetype, in instrument_object_size() 2219 t = fold_build2 (PLUS_EXPR, sizetype, t, TYPE_SIZE_UNIT (type)); in instrument_object_size() 2237 tree sz = fold_build2 (EXACT_DIV_EXPR, sizetype, sizet, in instrument_object_size()
|
| D | tree-dfa.cc | 512 TYPE_PRECISION (sizetype)); in get_ref_base_and_extent() 582 TYPE_PRECISION (sizetype)); in get_ref_base_and_extent() 840 TYPE_PRECISION (sizetype)); in get_addr_base_and_unit_offset_1()
|
| D | tree-ssa-loop-split.cc | 424 tree tem = gimple_convert (stmts, sizetype, enddiff); in compute_new_first_bound() 425 tem = gimple_build (stmts, NEGATE_EXPR, sizetype, tem); in compute_new_first_bound() 439 enddiff = gimple_convert (stmts, sizetype, enddiff); in compute_new_first_bound() 473 type2 = sizetype; in compute_new_first_bound()
|
| D | tree-tailcall.cc | 793 gcc_assert (code == PLUS_EXPR && TREE_TYPE (acc) == sizetype); in adjust_return_value_with_ops() 1085 ret_type = sizetype; in create_tailcall_accumulator() 1170 ret_type = sizetype; in tree_optimize_tail_calls_1()
|
| D | gimple-array-bounds.cc | 261 maxbound = wide_int_to_tree (sizetype, in check_array_ref() 267 maxbound = fold_convert (sizetype, maxbound); in check_array_ref()
|
| D | tree-vect-loop-manip.cc | 1806 offset = build_zero_cst (sizetype); in vect_update_init_of_dr() 1808 niters = fold_build2 (MULT_EXPR, sizetype, in vect_update_init_of_dr() 1809 fold_convert (sizetype, niters), in vect_update_init_of_dr() 1810 fold_convert (sizetype, DR_STEP (dr))); in vect_update_init_of_dr() 1811 offset = fold_build2 (code, sizetype, in vect_update_init_of_dr() 1812 fold_convert (sizetype, offset), niters); in vect_update_init_of_dr() 1836 if (!types_compatible_p (sizetype, TREE_TYPE (niters))) in vect_update_inits_of_drs() 1837 niters = fold_convert (sizetype, niters); in vect_update_inits_of_drs()
|
| D | tree-ssa-loop-ivopts.cc | 1256 type = sizetype; in get_iv() 2097 sizetype, &iv_base, &iv_step, dta->stmt, in idx_find_step() 2104 step = fold_build2 (MULT_EXPR, sizetype, step, iv_step); in idx_find_step() 2105 dta->step = fold_build2 (PLUS_EXPR, sizetype, dta->step, step); in idx_find_step() 3004 steptype = sizetype; in find_inv_vars_cb() 3357 && TYPE_PRECISION (TREE_TYPE (iv->base)) < TYPE_PRECISION (sizetype)) in add_iv_candidate_for_biv() 3359 tree base = fold_convert (sizetype, iv->base); in add_iv_candidate_for_biv() 3360 tree step = fold_convert (sizetype, iv->step); in add_iv_candidate_for_biv() 3541 basetype = sizetype; in add_iv_candidate_for_use() 3560 wide_int_to_tree (sizetype, new_step), in add_iv_candidate_for_use() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog.ptr | 37 the second operand to sizetype. 39 * rtti.c (build_headof): Use sizetype instead of 46 ssize_int. Convert the index to sizetype before
|
| D | init.cc | 281 ce.index = build2 (RANGE_EXPR, sizetype, size_zero_node, in build_zero_init_1() 497 ce.index = build2 (RANGE_EXPR, sizetype, size_zero_node, max_index); in build_value_init_noctor() 2788 (name, build_function_type_list (sizetype, NULL_TREE)); in throw_bad_array_new_length() 2966 csz /= int_size_in_bytes (sizetype); in build_new_constexpr_heap_type() 2968 tree atype1 = build_cplus_array_type (sizetype, itype1); in build_new_constexpr_heap_type() 3228 = wi::set_bit_in_zero <offset_int> (TYPE_PRECISION (sizetype) - 1); in build_new_1() 3255 wide_int_to_tree (sizetype, in build_new_1() 3266 max_outer_nelts_tree = wide_int_to_tree (sizetype, max_outer_nelts); in build_new_1() 3268 size = size_binop (MULT_EXPR, size, fold_convert (sizetype, nelts)); in build_new_1() 3361 tree errval = TYPE_MAX_VALUE (sizetype); in build_new_1() [all …]
|
| D | semantics.cc | 5259 > TYPE_PRECISION (sizetype)) in handle_omp_array_sections_1() 5260 low_bound = fold_convert (sizetype, low_bound); in handle_omp_array_sections_1() 5264 > TYPE_PRECISION (sizetype)) in handle_omp_array_sections_1() 5265 length = fold_convert (sizetype, length); in handle_omp_array_sections_1() 5340 = fold_convert (sizetype, TYPE_MAX_VALUE (TYPE_DOMAIN (type))); in handle_omp_array_sections_1() 5399 fold_convert (sizetype, low_bound), in handle_omp_array_sections_1() 5400 fold_convert (sizetype, length)); in handle_omp_array_sections_1() 5579 > TYPE_PRECISION (sizetype)) in handle_omp_array_sections() 5580 low_bound = fold_convert (sizetype, low_bound); in handle_omp_array_sections() 5584 > TYPE_PRECISION (sizetype)) in handle_omp_array_sections() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | sdemtk.h | 74 SIZE, TYPE_MODE (sizetype))
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | implptrconst.exp | 42 {name sizetype}
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | vxworks.cc | 189 enum machine_mode size_mode = TYPE_MODE (sizetype); in vxworks_emit_call_builtin___clear_cache()
|