Lines Matching refs:cum
3743 @defmac CALL_POPS_ARGS (@var{cum})
3748 @var{cum} is the variable in which all arguments to the called function
3767 @defmac FUNCTION_ARG (@var{cum}, @var{mode}, @var{type}, @var{named})
3771 The arguments are @var{cum}, which summarizes all the previous
3829 @defmac FUNCTION_INCOMING_ARG (@var{cum}, @var{mode}, @var{type}, @var{named})
3844 @deftypefn {Target Hook} int TARGET_ARG_PARTIAL_BYTES (CUMULATIVE_ARGS *@var{cum}, enum machine_mod…
3863 @deftypefn {Target Hook} bool TARGET_PASS_BY_REFERENCE (CUMULATIVE_ARGS *@var{cum}, enum machine_mo…
3865 position indicated by @var{cum} should be passed by reference. This
3875 @deftypefn {Target Hook} bool TARGET_CALLEE_COPIES (CUMULATIVE_ARGS *@var{cum}, enum machine_mode @…
3902 @defmac INIT_CUMULATIVE_ARGS (@var{cum}, @var{fntype}, @var{libname}, @var{fndecl}, @var{n_named_ar…
3904 @var{cum} for the state at the beginning of the argument list. The
3924 @defmac INIT_CUMULATIVE_LIBCALL_ARGS (@var{cum}, @var{mode}, @var{libname})
3928 is not defined, @code{INIT_CUMULATIVE_ARGS (cum, NULL_RTX, libname,
3932 @defmac INIT_CUMULATIVE_INCOMING_ARGS (@var{cum}, @var{fntype}, @var{libname})
3945 @defmac FUNCTION_ARG_ADVANCE (@var{cum}, @var{mode}, @var{type}, @var{named})
3947 @var{cum} to advance past an argument in the argument list. The
3949 Once this is done, the variable @var{cum} is suitable for analyzing