Searched refs:total_size (Results 51 - 75 of 102) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mt/
H A Dmt.h491 unsigned int total_size; /* # Bytes that the entire frame takes up. */
483 unsigned int total_size; /* # Bytes that the entire frame takes up. */ member in struct:mt_frame_info
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu.c1958 HOST_WIDE_INT total_size;
1974 total_size = size + saved_regs_size
1979 || cfun->calls_alloca || total_size > 0)
1980 total_size += STACK_POINTER_OFFSET;
1990 if (total_size > 0)
2009 if (total_size > 0)
2013 /* We compare against total_size-1 because
2014 ($sp >= total_size) <=> ($sp > total_size-1) */
2017 rtx size_v4si = spu_const (V4SImode, total_size
1954 HOST_WIDE_INT total_size; local
2071 HOST_WIDE_INT saved_regs_size, total_size; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c1930 HOST_WIDE_INT total_size;
1933 total_size = compute_frame_size (get_frame_size ());
1934 size_rtx = GEN_INT (total_size);
1936 if (total_size < (1 << (12+3)))
1943 emit_move_insn (tmp_reg, GEN_INT (total_size - MIN_FRAME_SIZE));
1928 HOST_WIDE_INT total_size; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dira-color.c2974 unsigned int total_size)
2986 && inherent_size <= total_size
3009 if (slot->width < total_size
3062 ira_assert (slot->width >= total_size);
3091 ira_mark_new_stack_slot (rtx x, int regno, unsigned int total_size)
3097 ira_assert (PSEUDO_REGNO_BYTES (regno) <= total_size);
3109 slot->width = total_size;
2965 ira_reuse_stack_slot(int regno, unsigned int inherent_size, unsigned int total_size) argument
3083 ira_mark_new_stack_slot(rtx x, int regno, unsigned int total_size) argument
H A Dlto-streamer-out.c194 unsigned int start = string_stream->total_size;
1343 offset = ob->main_stream->total_size;
1809 header.cfg_size = ob->cfg_stream->total_size;
1810 header.main_size = ob->main_stream->total_size;
1811 header.string_size = ob->string_stream->total_size;
2507 header.main_size = ob->main_stream->total_size;
2508 header.string_size = ob->string_stream->total_size;
H A Dtree-sra.c3374 int agg_size, total_size = 0; local
3387 total_size = 0;
3435 total_size += access->size;
3443 if (total_size >= agg_size)
3456 int total_size, cur_parm_size, agg_size, new_param_count, parm_size_limit; local
3485 total_size = 0;
3495 total_size += repr->size;
3497 total_size += cur_parm_size;
3508 if (total_size < agg_size
3509 && total_size <
[all...]
H A Dreload1.c2233 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]);
2242 x = ira_reuse_stack_slot (i, inherent_size, total_size);
2261 x = assign_stack_local (mode, total_size,
2263 || total_size > inherent_size ? -1 : 0);
2272 adjust = inherent_size - total_size;
2275 = adjust_address_nv (x, mode_for_size (total_size
2283 ira_mark_new_stack_slot (stack_slot, i, total_size);
2288 && spill_stack_slot_width[from_reg] >= total_size
2306 if (spill_stack_slot_width[from_reg] > total_size)
2307 total_size
2221 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]); local
[all...]
H A Dggc-zone.c2354 size_t alloc_size, total_size; local
2356 total_size = 0;
2360 total_size += d->d.type_totals[i];
2362 d->d.total = total_size;
H A Dlto-streamer.h595 unsigned int total_size; member in struct:lto_output_stream
H A Ddf-scan.c635 guarantees total_size + BITMAP_ADDEND amount of entries in refs
637 ref_info->total_size. */
643 if (ref_info->refs_size < ref_info->total_size + bitmap_addend)
645 int new_size = ref_info->total_size + bitmap_addend;
646 new_size += ref_info->total_size / 4;
1557 ref_info->total_size
1634 ref_info->total_size = df_count_refs (include_defs, include_uses, include_eq_uses);
1869 ref_info->total_size = df_count_refs (include_defs, include_uses, include_eq_uses);
2638 ref_info->total_size++;
H A Ddf.h504 unsigned int total_size;
503 unsigned int total_size; member in struct:df_ref_info
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c416 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up */ local
5255 : cfun->machine->frame.total_size;
6319 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up */
6353 total_size = var_size + args_size + cprestore_size;
6391 total_size += gp_reg_rounded + MIPS_STACK_ALIGN (fp_reg_size);
6394 total_size += current_function_pretend_args_size;
6395 total_size += MIPS_STACK_ALIGN (cfun->machine->varargs_size);
6398 cfun->machine->frame.total_size = total_size;
6417 cfun->machine->frame.gp_save_offset = offset - total_size;
6285 HOST_WIDE_INT total_size; /* # bytes that the entire frame takes up */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c2534 HOST_WIDE_INT total_size;
2538 total_size = compute_frame_size (get_frame_size ());
2539 size_rtx = GEN_INT (total_size);
2541 if (total_size < (1 << (12+3)))
2548 emit_move_insn (tmp_reg, GEN_INT (total_size - MIN_FRAME_SIZE));
2589 plus_constant (stack_pointer_rtx, -total_size));
2532 HOST_WIDE_INT total_size; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtarget-descriptions.c640 int bitsize, total_size;
661 total_size = tdesc_type->u.u.size * TARGET_CHAR_BIT;
663 FIELD_BITPOS (fld[0]) = total_size - f->start - bitsize;
638 int bitsize, total_size; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dggc-zone.c2203 size_t alloc_size, total_size; local
2205 total_size = 0;
2209 total_size += d->d.type_totals[i];
2211 d->d.total = total_size;
H A Dreload1.c1978 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]);
1992 x = assign_stack_local (GET_MODE (regno_reg_rtx[i]), total_size,
1993 inherent_size == total_size ? 0 : -1);
1999 adjust = inherent_size - total_size;
2007 && spill_stack_slot_width[from_reg] >= total_size
2025 if (spill_stack_slot_width[from_reg] > total_size)
2026 total_size = spill_stack_slot_width[from_reg];
2030 x = assign_stack_local (mode, total_size,
2031 inherent_size == total_size ? 0 : -1);
2046 adjust = GET_MODE_SIZE (mode) - total_size;
1966 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c113 HOST_WIDE_INT total_size; /* total bytes allocated for stack */ member in struct:rs6000_stack
13064 info_ptr->total_size = RS6000_ALIGN (non_fixed_size + info_ptr->fixed_size,
13258 if (info->total_size)
13260 info->total_size);
13594 || info->total_size > 32767)
13603 sp_offset = info->total_size;
14023 unsigned int regno, int offset, HOST_WIDE_INT total_size)
14059 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
14153 if (info->total_size < 32767)
14154 sp_offset = info->total_size;
13989 emit_frame_save(rtx frame_reg, rtx frame_ptr, enum machine_mode mode, unsigned int regno, int offset, HOST_WIDE_INT total_size) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.c1319 info_ptr->total_size
1329 if (info_ptr->total_size > 0
1336 info_ptr->total_size += 4 * UNITS_PER_WORD;
1460 fprintf (stderr, "\ttotal_size\t= %6d\n", info->total_size);
1540 if (frv_stack_info ()->total_size == 0 && frv_function_contains_far_jump ())
1844 if (info->total_size == 0)
1872 if (frame_pointer_needed && info->total_size > 2048)
1877 accessor.base_offset = info->total_size;
1888 rtx asm_offset = frv_frame_offset_rtx (-info->total_size);
1889 rtx dwarf_offset = GEN_INT (-info->total_size);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c6885 int total_size, save_size;
6901 total_size = d + tregs_space;
6902 total_size += rounded_frame_size (total_size);
6903 save_size = total_size - rounded_frame_size (d);
6913 && (CONST_OK_FOR_I10 (-total_size)
6915 && total_size <= 2044)))
6916 d_rounding = total_size - save_size;
7132 int total_size;
7137 total_size
6873 int total_size, save_size; local
7120 int total_size; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/frv/
H A Dfrv.c1285 info_ptr->total_size
1295 if (info_ptr->total_size > 0
1302 info_ptr->total_size += 4 * UNITS_PER_WORD;
1426 fprintf (stderr, "\ttotal_size\t= %6d\n", info->total_size);
1506 if (frv_stack_info ()->total_size == 0 && frv_function_contains_far_jump ())
1783 if (info->total_size == 0)
1811 if (frame_pointer_needed && info->total_size > 2048)
1816 accessor.base_offset = info->total_size;
1827 rtx asm_offset = frv_frame_offset_rtx (-info->total_size);
1828 rtx dwarf_offset = GEN_INT (-info->total_size);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.c5844 int total_size, save_size;
5860 total_size = d + tregs_space;
5861 total_size += rounded_frame_size (total_size);
5862 save_size = total_size - rounded_frame_size (d);
5872 && (CONST_OK_FOR_I10 (-total_size)
5874 && total_size <= 2044)))
5875 d_rounding = total_size - save_size;
6125 int total_size;
6130 total_size
5834 int total_size, save_size; local
6115 int total_size; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c110 HOST_WIDE_INT total_size; /* total bytes allocated for stack */ member in struct:rs6000_stack
17487 info_ptr->total_size = RS6000_ALIGN (non_fixed_size + info_ptr->fixed_size,
17672 if (info->total_size)
17674 info->total_size);
17967 || info->total_size > 32767)
17974 sp_offset = info->total_size;
18309 unsigned int regno, int offset, HOST_WIDE_INT total_size)
18345 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
18690 || info->total_size > 32767);
18815 if (info->total_size < 3276
18273 emit_frame_save(rtx frame_reg, rtx frame_ptr, enum machine_mode mode, unsigned int regno, int offset, HOST_WIDE_INT total_size) argument
[all...]
/netbsd-6-1-5-RELEASE/sbin/bioctl/
H A Dbioctl.c696 uint64_t total_size = 0, disksize = 0; local
784 total_size += bd.bd_size;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtwa.c928 uint64_t total_size;
930 total_size = 0;
933 total_size += td->td_size;
943 if (total_size > 0) {
944 openings = (TWA_Q_LENGTH - 2) * td->td_size / total_size;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/
H A Dmf-runtime.c1443 unsigned long total_size; member in struct:tree_stats
1464 s->total_size += (obj->high - obj->low + 1);
1555 s.obj_count, s.live_obj_count, s.total_size, s.total_weight, s.weighted_size,

Completed in 912 milliseconds

12345