Home
last modified time | relevance | path

Searched refs:newi2pat (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDcombine.c596 combine_validate_cost (rtx i1, rtx i2, rtx i3, rtx newpat, rtx newi2pat) in combine_validate_cost() argument
623 if (newi2pat) in combine_validate_cost()
625 new_i2_cost = insn_rtx_cost (newi2pat); in combine_validate_cost()
675 if (newi2pat) in combine_validate_cost()
1811 rtx newpat, newi2pat = 0; in try_combine() local
2641 newi2pat = PATTERN (m_split); in try_combine()
2646 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine()
2710 newi2pat = NULL_RTX; in try_combine()
2773 newi2pat = gen_rtx_SET (VOIDmode, newdest, src_op0); in try_combine()
2797 newi2pat = gen_rtx_SET (VOIDmode, newdest, in try_combine()
[all …]
HDChangeLog-19971420 * combine.c (try_combine): When setting elim_i2, check whether newi2pat
1422 elim_i2 and elim_i1. When setting elim_i1, check if newi2pat
HDFSFChangeLog.117782 mentioned in newi2pat.
HDChangeLog-200021089 newi2pat before newpat.
HDChangeLog-200413640 * combine.c (try_combine): When swapping i2 and i3, newi2pat may be