Home
last modified time | relevance | path

Searched refs:function_value (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc-protos.h28 extern struct rtx_def *function_value (tree, enum machine_mode, int);
H A Dsparc.h1488 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 1)
1493 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 0)
1499 function_value (NULL_TREE, (MODE), 1)
H A Dsparc.c5495 function_value (tree type, enum machine_mode mode, int incoming_p) in function_value() function
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha-protos.h89 extern rtx function_value (tree, tree, enum machine_mode);
H A Dalpha.h823 function_value (VALTYPE, FUNC, VOIDmode)
829 function_value (NULL, NULL, MODE)
H A Dalpha.c5846 function_value (tree valtype, tree func ATTRIBUTE_UNUSED, in function_value() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc-protos.h30 extern struct rtx_def *function_value PARAMS ((tree, enum machine_mode, int));
H A Dsparc.h1695 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 1)
1700 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 0)
1706 function_value (NULL_TREE, (MODE), 1)
H A Dsparc.c5249 function_value (type, mode, incoming_p) in function_value() function
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa-protos.h163 extern rtx function_value (tree, tree);
H A Dpa.h640 #define FUNCTION_VALUE(VALTYPE, FUNC) function_value (VALTYPE, FUNC)
H A Dpa.c8991 function_value (tree valtype, tree func ATTRIBUTE_UNUSED) in function_value() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa-protos.h165 extern rtx function_value PARAMS ((tree, tree));
H A Dpa.h754 #define FUNCTION_VALUE(VALTYPE, FUNC) function_value (VALTYPE, FUNC)
H A Dpa.c8052 function_value (valtype, func) in function_value() function
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h722 rtx (*function_value) (tree ret_type, tree fn_decl_or_type, member
H A Dexplow.c1475 val = targetm.calls.function_value (valtype, func ? func : fntype, outgoing); in hard_function_value()
H A Dfunction.c3124 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()
4500 outgoing = targetm.calls.function_value (build_pointer_type (type), in expand_function_end()
H A Dreg-stack.c680 result = targetm.calls.function_value (TREE_TYPE (DECL_RESULT (decl)), in stack_result()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog8789 * pa-protos.h (function_value): New prototype.
8790 * pa.c (function_value): Use a PARALLEL to return small aggregates on
8792 * pa.h (FUNCTION_VALUE): Use function_value.
H A DChangeLog.04449 (function_value): New function.
4457 (FUNCTION_VALUE): Call function_value.
H A DChangeLog.510562 * config/sparc/sparc.c (function_value): Treat all non-record
H A DChangeLog.112743 * config/sparc/sparc.c (function_value): Perform the equivalent of
H A DFSFChangeLog.1112978 * expr.h (function_value): Deleted; no such function.