| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-function-handler.cc | 235 uint32_t arg_offset = exec->firstInArg; in operator ()() local 241 (arg_offset); in operator ()() 248 arg_offset += brigVar->base.byteCount; in operator ()()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
| H A D | ft32.c | 614 int arg_offset; in ft32_initial_elimination_offset() local 615 arg_offset = must_link ()? 2 : 1; in ft32_initial_elimination_offset() 617 + arg_offset * UNITS_PER_WORD) in ft32_initial_elimination_offset()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
| H A D | ft32.cc | 614 int arg_offset; in ft32_initial_elimination_offset() local 615 arg_offset = must_link ()? 2 : 1; in ft32_initial_elimination_offset() 617 + arg_offset * UNITS_PER_WORD) in ft32_initial_elimination_offset()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| H A D | mcore.c | 80 int arg_offset; member 1776 infp->arg_offset = step - 4; in layout_mcore_frame() 1808 infp->arg_offset = step - 4; in layout_mcore_frame() 1843 infp->arg_offset = regarg - 4; in layout_mcore_frame() 1881 infp->arg_offset = infp->growth[0] - 4; in layout_mcore_frame() 2032 for (offset = fi.arg_offset; remaining >= 4; offset -= 4, rn--, remaining -= 4) in mcore_expand_prolog()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| H A D | mcore.cc | 80 int arg_offset; member 1776 infp->arg_offset = step - 4; in layout_mcore_frame() 1808 infp->arg_offset = step - 4; in layout_mcore_frame() 1843 infp->arg_offset = regarg - 4; in layout_mcore_frame() 1881 infp->arg_offset = infp->growth[0] - 4; in layout_mcore_frame() 2032 for (offset = fi.arg_offset; remaining >= 4; offset -= 4, rn--, remaining -= 4) in mcore_expand_prolog()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-prop.c | 1621 int value_count, HOST_WIDE_INT arg_offset, in build_agg_jump_func_from_list() argument 1655 item.offset = list->offset - arg_offset; in build_agg_jump_func_from_list() 1863 HOST_WIDE_INT arg_offset, arg_size; in determine_known_aggregate_parts() local 1887 arg_offset = 0; in determine_known_aggregate_parts() 1897 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset, in determine_known_aggregate_parts() 1920 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset, in determine_known_aggregate_parts() 1990 build_agg_jump_func_from_list (list, value_count, arg_offset, jfunc); in determine_known_aggregate_parts()
|
| H A D | calls.c | 2765 poly_int64 arg_offset = 0; in compute_argument_addresses() local 2770 arg_offset = rtx_to_poly_int64 (XEXP (argblock, 1)); in compute_argument_addresses() 2792 addr = plus_constant (Pmode, addr, arg_offset); in compute_argument_addresses() 2826 addr = plus_constant (Pmode, addr, arg_offset); in compute_argument_addresses()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-prop.cc | 1703 int value_count, HOST_WIDE_INT arg_offset, in build_agg_jump_func_from_list() argument 1737 item.offset = list->offset - arg_offset; in build_agg_jump_func_from_list() 1993 HOST_WIDE_INT arg_offset, arg_size; in determine_known_aggregate_parts() local 2017 arg_offset = 0; in determine_known_aggregate_parts() 2027 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset, in determine_known_aggregate_parts() 2050 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset, in determine_known_aggregate_parts() 2122 build_agg_jump_func_from_list (list, value_count, arg_offset, jfunc); in determine_known_aggregate_parts()
|
| H A D | calls.cc | 1771 poly_int64 arg_offset = 0; in compute_argument_addresses() local 1776 arg_offset = rtx_to_poly_int64 (XEXP (argblock, 1)); in compute_argument_addresses() 1798 addr = plus_constant (Pmode, addr, arg_offset); in compute_argument_addresses() 1832 addr = plus_constant (Pmode, addr, arg_offset); in compute_argument_addresses()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.c | 184 int arg_offset; member 1732 infp->arg_offset = infp->reg_offset + infp->reg_size; in csky_layout_stack_frame() 1734 infp->frame_size = infp->arg_offset + infp->arg_size; in csky_layout_stack_frame() 1766 offset = cfun->machine->arg_offset; in csky_initial_elimination_offset()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.cc | 247 int arg_offset; member 1820 infp->arg_offset = infp->reg_offset + infp->reg_size; in csky_layout_stack_frame() 1822 infp->frame_size = infp->arg_offset + infp->arg_size; in csky_layout_stack_frame() 1857 offset = cfun->machine->arg_offset; in csky_initial_elimination_offset()
|