HomeSort by: relevance | last modified time | path
    Searched defs:arg_offset (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/ft32/
ft32.cc 614 int arg_offset; local
615 arg_offset = must_link ()? 2 : 1;
617 + arg_offset * UNITS_PER_WORD)
  /src/external/gpl3/gcc.old/dist/gcc/config/ft32/
ft32.cc 614 int arg_offset; local
615 arg_offset = must_link ()? 2 : 1;
617 + arg_offset * UNITS_PER_WORD)
  /src/external/gpl3/gcc/dist/gcc/
calls.cc 1793 poly_int64 arg_offset = 0;
1798 arg_offset = rtx_to_poly_int64 (XEXP (argblock, 1));
1820 addr = plus_constant (Pmode, addr, arg_offset);
1854 addr = plus_constant (Pmode, addr, arg_offset);
1792 poly_int64 arg_offset = 0; local
ipa-prop.cc 1805 is ARG_OFFSET and store it into JFUNC. */
1809 int value_count, HOST_WIDE_INT arg_offset,
1843 item.offset = list->offset - arg_offset;
2099 HOST_WIDE_INT arg_offset, arg_size; local
2109 arg_base and arg_offset based on what is actually passed as an actual
2123 arg_offset = 0;
2133 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset,
2156 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset,
2200 && (content->offset + content->size - arg_offset
2233 build_agg_jump_func_from_list (list, value_count, arg_offset, jfunc)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 80 int arg_offset; member in struct:mcore_frame
1781 infp->arg_offset = step - 4;
1813 infp->arg_offset = step - 4;
1848 infp->arg_offset = regarg - 4;
1886 infp->arg_offset = infp->growth[0] - 4;
2038 for (offset = fi.arg_offset; remaining >= 4; offset -= 4, rn--, remaining -= 4)
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 1772 poly_int64 arg_offset = 0;
1777 arg_offset = rtx_to_poly_int64 (XEXP (argblock, 1));
1799 addr = plus_constant (Pmode, addr, arg_offset);
1833 addr = plus_constant (Pmode, addr, arg_offset);
1771 poly_int64 arg_offset = 0; local
ipa-prop.cc 1699 is ARG_OFFSET and store it into JFUNC. */
1703 int value_count, HOST_WIDE_INT arg_offset,
1737 item.offset = list->offset - arg_offset;
1993 HOST_WIDE_INT arg_offset, arg_size; local
2003 arg_base and arg_offset based on what is actually passed as an actual
2017 arg_offset = 0;
2027 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset,
2050 arg_base = get_ref_base_and_extent_hwi (arg, &arg_offset,
2122 build_agg_jump_func_from_list (list, value_count, arg_offset, jfunc);
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 80 int arg_offset; member in struct:mcore_frame
1781 infp->arg_offset = step - 4;
1813 infp->arg_offset = step - 4;
1848 infp->arg_offset = regarg - 4;
1886 infp->arg_offset = infp->growth[0] - 4;
2037 for (offset = fi.arg_offset; remaining >= 4; offset -= 4, rn--, remaining -= 4)
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 246 int arg_offset; member in struct:machine_function
1824 infp->arg_offset = infp->reg_offset + infp->reg_size;
1826 infp->frame_size = infp->arg_offset + infp->arg_size;
1861 offset = cfun->machine->arg_offset;
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 3916 int arg_offset = 0; local
3921 add_input_operand (arg_offset++);
3930 add_input_operand (arg_offset++);
3935 for (int argno = arg_offset; argno < call_expr_nargs (exp); argno++)
3975 int arg_offset = 0; local
3978 add_input_operand (arg_offset++);
3983 add_input_operand (arg_offset++);
3987 add_mem_operand (mode, arg_offset++);
3989 for (int argno = arg_offset; argno < call_expr_nargs (exp); argno++)
4012 int arg_offset = 0 local
4038 int arg_offset = 0; local
4087 int arg_offset = 0; local
4158 int arg_offset = 0; local
4201 int arg_offset = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 247 int arg_offset; member in struct:machine_function
1820 infp->arg_offset = infp->reg_offset + infp->reg_size;
1822 infp->frame_size = infp->arg_offset + infp->arg_size;
1857 offset = cfun->machine->arg_offset;

Completed in 36 milliseconds