Searched refs:function_arg (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Ddgux.h244 (function_arg (&CUM, MODE, TYPE, NAMED)))
H A Di386.h96 #define MASK_DEBUG_ARG 000020000000 /* Debug function_arg */
1138 (function_arg (&CUM, MODE, TYPE, NAMED))
2734 extern struct rtx_def *function_arg ();
H A Di386.c826 function_arg (cum, mode, type, named)
856 "function_arg (size=%d, wds=%2d, nregs=%d, mode=%4s, named=%d",
818 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/mn10200/
H A Dmn10200.h512 extern struct rtx_def *function_arg();
514 function_arg (&CUM, MODE, TYPE, NAMED)
H A Dmn10200.c1339 function_arg (cum, mode, type, named)
1338 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/1750a/
H A D1750a.h70 extern struct rtx_def *function_arg ();
547 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) function_arg (CUM,MODE,TYPE,NAMED)
H A D1750a.c105 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dh8300.h620 See function `function_arg'. */
622 struct rtx_def *function_arg();
624 function_arg (&CUM, MODE, TYPE, NAMED)
H A Dh8300.c905 function_arg (cum, mode, type, named)
903 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/mn10300/
H A Dmn10300.h474 extern struct rtx_def *function_arg ();
476 function_arg (&CUM, MODE, TYPE, NAMED)
H A Dmn10300.c661 function_arg (cum, mode, type, named)
660 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.h1754 extern struct rtx_def *function_arg ();
1756 function_arg (& (CUM), (MODE), (TYPE), (NAMED), 0)
1762 function_arg (& (CUM), (MODE), (TYPE), (NAMED), 1)
H A Dsparc.c3916 function_arg (cum, mode, type, named, incoming_p)
3904 function_arg (cum, mode, type, named, incoming_p) function
/haiku-buildtools/gcc/gcc/
H A Dcalls.c279 targetm.calls.function_arg (&args_so_far, VOIDmode, void_type_node, true)
1430 args[i].reg = targetm.calls.function_arg (args_so_far, mode, type,
1442 if (targetm.calls.function_incoming_arg != targetm.calls.function_arg)
3360 next_arg_reg = targetm.calls.function_arg (args_so_far,
3978 argvec[count].reg = targetm.calls.function_arg (args_so_far,
4061 argvec[count].reg = targetm.calls.function_arg (args_so_far, mode,
4436 targetm.calls.function_arg (args_so_far,
H A Ddse.c2420 reg = targetm.calls.function_arg (args_so_far, mode, NULL_TREE, true);
H A Dvar-tracking.c6197 reg = targetm.calls.function_arg (args_so_far, mode,
6221 this_arg = targetm.calls.function_arg (args_so_far, mode,
6337 reg = targetm.calls.function_arg (args_so_far, mode,
H A Dexpr.c1252 rtx tmp = targetm.calls.function_arg (args_so_far, mode,
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.h1408 /* Flags for the call/call_value rtl operations set up by function_arg */
1519 function_arg (&CUM, MODE, TYPE, NAMED)
3299 extern struct rtx_def *function_arg ();
H A Drs6000.c1567 function_arg (cum, mode, type, named)
1558 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.h713 function_arg (&CUM, MODE, TYPE, NAMED)
H A Dv850.c47 extern rtx function_arg
171 function_arg (cum, mode, type, named)
168 function_arg (cum, mode, type, named) function
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.h180 extern struct rtx_def * function_arg ();
345 #define MASK_DEBUG_E 0 /* function_arg debug */
2528 in function_arg. */
2562 function_arg( &CUM, MODE, TYPE, NAMED)
H A Dmips.c3712 function_arg (cum, mode, type, named)
3730 "function_arg( {gp reg found = %d, arg # = %2d, words = %2d}, %4s, ",
3921 /* ??? function_arg can be called more than once for each argument.
7674 is the code built by function_arg. This function returns a nonzero
3697 function_arg (cum, mode, type, named) function
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c2841 entry_parm = targetm.calls.function_arg (args_so_far, passed_mode,
2877 next_arg_reg = targetm.calls.function_arg (args_so_far, VOIDmode,

Completed in 599 milliseconds