Home
last modified time | relevance | path

Searched refs:TARGET_FUNCTION_VALUE (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtarget-def.h509 #define TARGET_FUNCTION_VALUE default_function_value macro
529 TARGET_FUNCTION_VALUE, \
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi1018 If this target hook returns @code{true}, @code{TARGET_FUNCTION_VALUE}
4066 @deftypefn {Target Hook} rtx TARGET_FUNCTION_VALUE (tree @var{ret_type}, tree @var{fn_decl_or_type}…
4100 @code{TARGET_FUNCTION_VALUE} is not used for return values with
4106 This macro has been deprecated. Use @code{TARGET_FUNCTION_VALUE} for
4111 This macro has been deprecated. Use @code{TARGET_FUNCTION_VALUE} for
4163 Note that the register provided by @code{TARGET_FUNCTION_VALUE} must
4166 4-byte register, @code{TARGET_FUNCTION_VALUE} should provide an
4179 @code{TARGET_FUNCTION_VALUE} (@pxref{Scalar Return}). Instead, the
H A Dgccint.info19757 If this target hook returns `true', `TARGET_FUNCTION_VALUE' must
22589 -- Target Hook: rtx TARGET_FUNCTION_VALUE (tree RET_TYPE, tree
22622 `TARGET_FUNCTION_VALUE' is not used for return values with
22627 This macro has been deprecated. Use `TARGET_FUNCTION_VALUE' for a
22631 This macro has been deprecated. Use `TARGET_FUNCTION_VALUE' for a
22677 Note that the register provided by `TARGET_FUNCTION_VALUE' must be
22680 4-byte register, `TARGET_FUNCTION_VALUE' should provide an
22690 the value is not returned according to `TARGET_FUNCTION_VALUE' (*note
33928 * TARGET_FUNCTION_VALUE: Scalar Return. (line 11)
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c1374 #undef TARGET_FUNCTION_VALUE
1375 #define TARGET_FUNCTION_VALUE ix86_function_value macro