Lines Matching refs:savres_strategy

901   info->savres_strategy = rs6000_savres_strategy (info, using_static_chain_p);  in rs6000_stack_info()
903 if (!(info->savres_strategy & SAVE_INLINE_GPRS) in rs6000_stack_info()
904 || !(info->savres_strategy & SAVE_INLINE_FPRS) in rs6000_stack_info()
905 || !(info->savres_strategy & SAVE_INLINE_VRS) in rs6000_stack_info()
906 || !(info->savres_strategy & REST_INLINE_GPRS) in rs6000_stack_info()
907 || !(info->savres_strategy & REST_INLINE_FPRS) in rs6000_stack_info()
908 || !(info->savres_strategy & REST_INLINE_VRS)) in rs6000_stack_info()
1066 fprintf (stderr, "\tsave-strategy = %04x\n", info->savres_strategy); in debug_stack_info()
2616 gcc_assert (!(info->savres_strategy & SAVE_MULTIPLE) in rs6000_get_separate_components()
2617 && !(info->savres_strategy & REST_MULTIPLE)); in rs6000_get_separate_components()
2633 if ((info->savres_strategy & SAVE_INLINE_GPRS) in rs6000_get_separate_components()
2634 && (info->savres_strategy & REST_INLINE_GPRS)) in rs6000_get_separate_components()
2661 if ((info->savres_strategy & SAVE_INLINE_FPRS) in rs6000_get_separate_components()
2662 && (info->savres_strategy & REST_INLINE_FPRS)) in rs6000_get_separate_components()
2681 && (info->savres_strategy & SAVE_INLINE_GPRS) in rs6000_get_separate_components()
2682 && (info->savres_strategy & REST_INLINE_GPRS) in rs6000_get_separate_components()
2683 && (info->savres_strategy & SAVE_INLINE_FPRS) in rs6000_get_separate_components()
2684 && (info->savres_strategy & REST_INLINE_FPRS) in rs6000_get_separate_components()
2685 && (info->savres_strategy & SAVE_INLINE_VRS) in rs6000_get_separate_components()
2686 && (info->savres_strategy & REST_INLINE_VRS)) in rs6000_get_separate_components()
3196 strategy = info->savres_strategy; in rs6000_emit_prologue()
3932 if ((info->savres_strategy & SAVE_INLINE_FPRS) == 0) in rs6000_output_savres_externs()
3934 bool lr = (info->savres_strategy & SAVE_NOINLINE_FPRS_SAVES_LR) != 0; in rs6000_output_savres_externs()
3939 if ((info->savres_strategy & REST_INLINE_FPRS) == 0) in rs6000_output_savres_externs()
3941 bool lr = (info->savres_strategy in rs6000_output_savres_externs()
4289 int strategy = info->savres_strategy; in rs6000_emit_epilogue()