Home
last modified time | relevance | path

Searched refs:leaf_function_p (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h132 extern int leaf_function_p (void);
H A Dira.c2256 crtl->is_leaf = leaf_function_p (); in ira_setup_eliminable_regset()
5212 crtl->is_leaf = leaf_function_p (); in ira()
H A Dfinal.c4468 leaf_function_p (void) in leaf_function_p() function
H A Dfunction.c6281 = optimize > 0 && only_leaf_regs_used () && leaf_function_p (); in rest_of_handle_check_leaf_regs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h132 extern int leaf_function_p (void);
H A Dira.cc2385 crtl->is_leaf = leaf_function_p (); in ira_setup_eliminable_regset()
5599 crtl->is_leaf = leaf_function_p (); in ira()
H A Dfinal.cc4094 leaf_function_p (void) in leaf_function_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h232 ? (leaf_function_p () \
H A Diq2000.cc1740 && (! leaf_function_p () in iq2000_can_eliminate()
1741 || (to == GP_REG_FIRST + 31 && leaf_function_p ()))) in iq2000_can_eliminate()
1764 if (leaf_function_p ()) in iq2000_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h232 ? (leaf_function_p () \
H A Diq2000.c1740 && (! leaf_function_p () in iq2000_can_eliminate()
1741 || (to == GP_REG_FIRST + 31 && leaf_function_p ()))) in iq2000_can_eliminate()
1764 if (leaf_function_p ()) in iq2000_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c256 || (!leaf_function_p () && call_used_or_fixed_reg_p (regno)))); in must_save_p()
422 || (!leaf_function_p () && call_used_or_fixed_reg_p (i))))) in expand_prologue_reg_save()
461 || (!leaf_function_p () && call_used_or_fixed_reg_p (i))))) in expand_epilogue_reg_restore()
655 || (!leaf_function_p () && call_used_or_fixed_reg_p (i))))) in n_regs_saved_by_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.cc257 || (!leaf_function_p () && call_used_or_fixed_reg_p (regno)))); in must_save_p()
423 || (!leaf_function_p () && call_used_or_fixed_reg_p (i))))) in expand_prologue_reg_save()
462 || (!leaf_function_p () && call_used_or_fixed_reg_p (i))))) in expand_epilogue_reg_restore()
656 || (!leaf_function_p () && call_used_or_fixed_reg_p (i))))) in n_regs_saved_by_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c2196 return ((from == RETURN_ADDRESS_POINTER_REGNUM && !leaf_function_p()) in microblaze_can_eliminate()
2197 || (to == MB_ABI_SUB_RETURN_ADDR_REGNUM && leaf_function_p()) in microblaze_can_eliminate()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc2197 return ((from == RETURN_ADDRESS_POINTER_REGNUM && !leaf_function_p()) in microblaze_can_eliminate()
2198 || (to == MB_ABI_SUB_RETURN_ADDR_REGNUM && leaf_function_p()) in microblaze_can_eliminate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c2096 if (!leaf_function_p ()) in gcn_conditional_register_usage()
2604 offsets->lr_needs_saving = (!leaf_function_p () in gcn_compute_frame_offsets()
4999 if (!leaf_function_p ()) in gcn_hsa_declare_function_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc2154 if (!leaf_function_p ()) in gcn_conditional_register_usage()
2671 offsets->lr_needs_saving = (!leaf_function_p () in gcn_compute_frame_offsets()
5326 if (!leaf_function_p ()) in gcn_hsa_declare_function_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c619 return leaf_function_p (); in mn10300_can_use_retf_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.cc619 return leaf_function_p (); in mn10300_can_use_retf_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c4014 rv = leaf_function_p (); in m32c_leaf_function_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc4018 rv = leaf_function_p (); in m32c_leaf_function_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc3597 if (!leaf_function_p ()) in order_regs_for_local_alloc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c3565 if (!leaf_function_p ()) in order_regs_for_local_alloc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c594 int leaf_function_p; member
608 #define sparc_leaf_function_p cfun->machine->leaf_function_p
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc575 int leaf_function_p; member
589 #define sparc_leaf_function_p cfun->machine->leaf_function_p

12