Searched refs:sparc_leaf_function_p (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 608 #define sparc_leaf_function_p cfun->machine->leaf_function_p macro 4027 if (sparc_leaf_function_p || TARGET_FLAT) in emit_cbcond_nop() 4143 if (sparc_leaf_function_p || TARGET_FLAT) in eligible_for_return_delay() 4207 if (sparc_leaf_function_p || TARGET_FLAT) in eligible_for_sibcall_delay() 6002 emit_save_or_restore_regs (16, 32, base, offset, sparc_leaf_function_p, in emit_save_or_restore_local_in_regs() 6074 sparc_leaf_function_p in sparc_expand_prologue() 6077 size = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p); in sparc_expand_prologue() 6097 else if (sparc_leaf_function_p) in sparc_expand_prologue() 6149 if (sparc_leaf_function_p) in sparc_expand_prologue() 6180 sparc_leaf_function_p = optimize > 0 && crtl->is_leaf; in sparc_flat_expand_prologue() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 589 #define sparc_leaf_function_p cfun->machine->leaf_function_p macro 4023 if (sparc_leaf_function_p || TARGET_FLAT) in emit_cbcond_nop() 4139 if (sparc_leaf_function_p || TARGET_FLAT) in eligible_for_return_delay() 4203 if (sparc_leaf_function_p || TARGET_FLAT) in eligible_for_sibcall_delay() 5934 emit_save_or_restore_regs (16, 32, base, offset, sparc_leaf_function_p, in emit_save_or_restore_local_in_regs() 6006 sparc_leaf_function_p in sparc_expand_prologue() 6009 size = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p); in sparc_expand_prologue() 6029 else if (sparc_leaf_function_p) in sparc_expand_prologue() 6081 if (sparc_leaf_function_p) in sparc_expand_prologue() 6112 sparc_leaf_function_p = optimize > 0 && crtl->is_leaf; in sparc_flat_expand_prologue() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 9566 current_function_uses_only_leaf_regs as well as sparc_leaf_function_p. 11000 (sparc_leaf_function_p, sparc_prologue_data_valid_p): New macro 11003 (eligible_for_return_delay): Use 'sparc_leaf_function_p' instead 11006 (sparc_expand_prologue): Compute 'sparc_leaf_function_p' and set 11007 'sparc_prologue_data_valid_p'. Use 'sparc_leaf_function_p'. 11009 made in 'sparc_expand_prologue'. Use 'sparc_leaf_function_p'. 11011 (sparc_expand_epilogue): Use 'sparc_leaf_function_p'.
|