Searched refs:current_function_args_info (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | function.h | 501 #define current_function_args_info (cfun->args_info) macro
|
| H A D | function.c | 3107 current_function_args_info = all.args_so_far; in assign_parms()
|
| H A D | builtins.c | 4106 int *word_ptr = (int *) ¤t_function_args_info; in expand_builtin_args_info()
|
| H A D | ChangeLog-1999 | 11279 current_function_stdarg, current_function_args_info, cleanup_label, 11336 current_function_outgoing_args_size, current_function_args_info,
|
| H A D | FSFChangeLog.11 | 8203 current_function_args_info.
|
| H A D | ChangeLog-2001 | 29093 functions, drop current_function_args_info.words test.
|
| H A D | ChangeLog-2000 | 26689 now current_function_args_info.
|
| H A D | ChangeLog-2002 | 6853 (expand_prologue): Use current_function_args_info.anonymous_args.
|
| H A D | ChangeLog-2003 | 10560 on 'stdarg_p' unconditional. Divide current_function_args_info.ints
|
| H A D | ChangeLog-2004 | 37963 (xtensa_builtin_saveregs): Use current_function_args_info.arg_words.
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 6557 && 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 D | mips.c | 4219 cum = ¤t_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 D | i386.c | 4573 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 D | rs6000.c | 5863 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 D | sparc.c | 5587 int first_reg = current_function_args_info.words; in sparc_builtin_saveregs()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 2975 && current_frame_info.n_input_regs <= current_function_args_info.int_regs in ia64_expand_prologue()
|