Lines Matching refs:copy_start
283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
429 (copy_start)) in create_pre_exit()