Searched refs:entry_of_function (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgrtl.h | 30 extern rtx_insn *entry_of_function (void);
|
H A D | cfgrtl.c | 517 entry_of_function (void) in entry_of_function() function
|
H A D | builtins.c | 1739 emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in expand_builtin_apply_args() 5527 emit_insn_after (seq, entry_of_function ()); in expand_builtin_saveregs()
|
H A D | function.c | 5620 emit_insn_after (seq, entry_of_function ()); in get_arg_pointer_save_area()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgrtl.h | 30 extern rtx_insn *entry_of_function (void);
|
H A D | cfgrtl.cc | 518 entry_of_function (void) in entry_of_function() function
|
H A D | builtins.cc | 1628 emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in expand_builtin_apply_args() 4700 emit_insn_after (seq, entry_of_function ()); in expand_builtin_saveregs()
|
H A D | ChangeLog-2004 | 28814 * builtins.c (entry_of_function): Move to ... 28815 * cfgrtl.c (entry_of_function): Here and make non-static. 28816 * integrate.c (emit_initial_value_sets): Use entry_of_function. 28817 * rtl.h (entry_of_function): Prototype. 28949 (entry_of_function): New function.
|
H A D | ChangeLog-2005 | 960 * cfgrtl.c (entry_of_function, rtl_verify_flow_info, 35879 * function.c (get_arg_pointer_save_area): Use entry_of_function
|
H A D | ChangeLog-2013 | 6243 (entry_of_function): Likewise. 7390 (entry_of_function): Likewise.
|
H A D | ChangeLog-2014 | 28098 * rtl.h (entry_of_function): Strengthen return type from rtx to 28100 * cfgrtl.c (entry_of_function): Likewise.
|
H A D | ChangeLog-2008 | 1734 parm_birth_insn instead of after entry_of_function's first insn.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 4175 emit_insn_after (seq, entry_of_function ()); in ix86_va_start() 7016 insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in ix86_get_drap_rtx()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 4600 emit_insn_after (seq, entry_of_function ()); in ix86_va_start() 7509 insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in ix86_get_drap_rtx()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 12500 emit_insn_after (seq, entry_of_function ()); in s390_va_start()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 12778 emit_insn_after (seq, entry_of_function ()); in s390_va_start()
|