Home
last modified time | relevance | path

Searched refs:current_function_args_info (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h501 #define current_function_args_info (cfun->args_info) macro
H A Dfunction.c3107 current_function_args_info = all.args_so_far; in assign_parms()
H A Dbuiltins.c4106 int *word_ptr = (int *) &current_function_args_info; in expand_builtin_args_info()
H A DChangeLog-199911279 current_function_stdarg, current_function_args_info, cleanup_label,
11336 current_function_outgoing_args_size, current_function_args_info,
H A DFSFChangeLog.118203 current_function_args_info.
H A DChangeLog-200129093 functions, drop current_function_args_info.words test.
H A DChangeLog-200026689 now current_function_args_info.
H A DChangeLog-20026853 (expand_prologue): Use current_function_args_info.anonymous_args.
H A DChangeLog-200310560 on 'stdarg_p' unconditional. Divide current_function_args_info.ints
H A DChangeLog-200437963 (xtensa_builtin_saveregs): Use current_function_args_info.arg_words.
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c6557 && current_function_args_info.gprs < GP_ARG_NUM_REG) in s390_register_info()
6559 int min_gpr = current_function_args_info.gprs; in s390_register_info()
6581 && current_function_args_info.fprs < FP_ARG_NUM_REG) in s390_register_info()
6583 int min_fpr = current_function_args_info.fprs; in s390_register_info()
7931 n_gpr = current_function_args_info.gprs; in s390_va_start()
7932 n_fpr = current_function_args_info.fprs; in s390_va_start()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c4219 cum = &current_function_args_info; in mips_va_start()
6690 && current_function_args_info.fp_code != 0) in mips_output_function_prologue()
7992 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2) in build_mips16_function_stub()
8020 mips16_fp_args (file, current_function_args_info.fp_code, 1); in build_mips16_function_stub()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4573 words = current_function_args_info.words; in ix86_va_start()
4574 n_gpr = current_function_args_info.regno; in ix86_va_start()
4575 n_fpr = current_function_args_info.sse_regno; in ix86_va_start()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c5863 words = current_function_args_info.words; in rs6000_va_start()
5864 n_gpr = MIN (current_function_args_info.sysv_gregno - GP_ARG_MIN_REG, in rs6000_va_start()
5866 n_fpr = MIN (current_function_args_info.fregno - FP_ARG_MIN_REG, in rs6000_va_start()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c5587 int first_reg = current_function_args_info.words; in sparc_builtin_saveregs()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c2975 && current_frame_info.n_input_regs <= current_function_args_info.int_regs in ia64_expand_prologue()