Searched refs:FUNCTION_ARG (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h618 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \ macro
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c79 even though pass_on_stack is zero, just because FUNCTION_ARG says so.
222 FUNCTION_ARG (args_so_far, VOIDmode, void_type_node, 1)
1075 args[i].reg = FUNCTION_ARG (*args_so_far, mode, type,
1094 /* If FUNCTION_ARG returned a (parallel [(expr_list (nil) ...) ...]),
2706 next_arg_reg = FUNCTION_ARG (args_so_far, VOIDmode,
3430 argvec[count].reg = FUNCTION_ARG (args_so_far, Pmode, NULL_TREE, 1);
3515 argvec[count].reg = FUNCTION_ARG (args_so_far, mode, NULL_TREE, 1);
3833 FUNCTION_ARG (args_so_far, VOIDmode, void_type_node, 1),
H A Dfunction.c2193 entry_parm = FUNCTION_ARG (all->args_so_far, data->promoted_mode,
2208 In this case, we call FUNCTION_ARG with NAMED set to 1 instead of 0
2223 tem = FUNCTION_ARG (all->args_so_far, data->promoted_mode,
H A Dexpr.c1262 rtx tmp = FUNCTION_ARG (args_so_far, mode, NULL_TREE, 1);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1142 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1153 `FUNCTION_ARG' and other related values. For some target machines, the type
1192 suitable for analyzing the *following* argument with `FUNCTION_ARG'. */
1128 #define FUNCTION_ARG macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1530 such as FUNCTION_ARG to determine where the next arg should go.
1573 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1577 This is different from FUNCTION_ARG because of register windows. */
1565 #define FUNCTION_ARG macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1434 `FUNCTION_ARG' and other related values. For some target machines, the
1467 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1461 #define FUNCTION_ARG macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1472 such as FUNCTION_ARG to determine where the next arg should go. */
1519 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1514 #define FUNCTION_ARG macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1355 such as FUNCTION_ARG to determine where the next arg should go.
1431 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1427 #define FUNCTION_ARG macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1993 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1982 #define FUNCTION_ARG macro

Completed in 247 milliseconds