Searched refs:leaf_function (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa.h | 285 extern int leaf_function;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa.h | 284 extern int leaf_function;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 5511 int leaf_function ATTRIBUTE_UNUSED) in save_global_or_fp_reg_p() 5519 return_addr_reg_needed_p (int leaf_function) in return_addr_reg_needed_p() argument 5526 if (!leaf_function in return_addr_reg_needed_p() 5538 save_local_or_in_reg_p (unsigned int regno, int leaf_function) in save_local_or_in_reg_p() argument 5549 if (regno == RETURN_ADDR_REGNUM && return_addr_reg_needed_p (leaf_function)) in save_local_or_in_reg_p() 5569 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function) in sparc_compute_frame_size() argument 5578 if (leaf_function && !cfun->calls_alloca) in sparc_compute_frame_size() 5605 if (save_local_or_in_reg_p (i, leaf_function)) in sparc_compute_frame_size() 5846 int offset, int leaf_function, sorr_pred_t save_p, in emit_save_or_restore_regs() argument 5859 if (save_p (i, leaf_function)) in emit_save_or_restore_regs() [all …]
|
H A D | sparc.md | 417 (define_attr "leaf_function" "false,true" 454 (if_then_else (ior (eq_attr "leaf_function" "true") 7241 (ior (eq_attr "leaf_function" "true") (eq_attr "flat" "true"))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 5446 int leaf_function ATTRIBUTE_UNUSED) in save_global_or_fp_reg_p() 5454 return_addr_reg_needed_p (int leaf_function) in return_addr_reg_needed_p() argument 5461 if (!leaf_function in return_addr_reg_needed_p() 5473 save_local_or_in_reg_p (unsigned int regno, int leaf_function) in save_local_or_in_reg_p() argument 5484 if (regno == RETURN_ADDR_REGNUM && return_addr_reg_needed_p (leaf_function)) in save_local_or_in_reg_p() 5504 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function) in sparc_compute_frame_size() argument 5513 if (leaf_function && !cfun->calls_alloca) in sparc_compute_frame_size() 5540 if (save_local_or_in_reg_p (i, leaf_function)) in sparc_compute_frame_size() 5778 int offset, int leaf_function, sorr_pred_t save_p, in emit_save_or_restore_regs() argument 5791 if (save_p (i, leaf_function)) in emit_save_or_restore_regs() [all …]
|
H A D | sparc.md | 417 (define_attr "leaf_function" "false,true" 454 (if_then_else (ior (eq_attr "leaf_function" "true") 7241 (ior (eq_attr "leaf_function" "true") (eq_attr "flat" "true"))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1999 | 15406 * final.c (leaf_function): Don't define. 15407 (final_start_function): Replace uses of leaf_function with 15411 (rest_of_compilation): Replace uses of leaf_function with 15420 * sparc.md (leaf_function attribute, untyped_return): Likewise.
|
H A D | ChangeLog-2004 | 24878 (leaf_function): Likewise. 27291 Rename leaf_function into leaf_function_p.
|
H A D | ChangeLog-2009 | 25555 (pic, calls_alloca, calls_eh_return, leaf_function): Likewise.
|
H A D | ChangeLog-2012 | 20752 * config/sparc/sparc.md (attr "leaf_function"): Likewise.
|
H A D | ChangeLog-2002 | 26030 (output_restore_regs): Mark leaf_function as unused.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1994 | 1567 * config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1994 | 1567 * config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function
|