Searched refs:vec_pos (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 1669 int vec_pos = 0; in nvptx_expand_call() local 1679 XVECEXP (pat, 0, vec_pos++) = call; in nvptx_expand_call() 1684 XVECEXP (pat, 0, vec_pos++) = gen_rtx_USE (VOIDmode, XEXP (arg, 0)); in nvptx_expand_call() 1687 XVECEXP (pat, 0, vec_pos++) = gen_rtx_USE (VOIDmode, varargs); in nvptx_expand_call() 1689 gcc_assert (vec_pos = XVECLEN (pat, 0)); in nvptx_expand_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 1873 int vec_pos = 0; in nvptx_expand_call() local 1883 XVECEXP (pat, 0, vec_pos++) = call; in nvptx_expand_call() 1888 XVECEXP (pat, 0, vec_pos++) = gen_rtx_USE (VOIDmode, XEXP (arg, 0)); in nvptx_expand_call() 1891 XVECEXP (pat, 0, vec_pos++) = gen_rtx_USE (VOIDmode, varargs); in nvptx_expand_call() 1893 gcc_assert (vec_pos = XVECLEN (pat, 0)); in nvptx_expand_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 18922 int vec_pos = -1; in power9_sched_reorder2() local 18940 && vec_pos == -1) in power9_sched_reorder2() 18942 vec_pos = pos; in power9_sched_reorder2() 18946 if (vec_pos >= 0) in power9_sched_reorder2() 18950 move_to_end_of_ready (ready, vec_pos, lastpos); in power9_sched_reorder2()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 18460 int vec_pos = -1; in power9_sched_reorder2() local 18478 && vec_pos == -1) in power9_sched_reorder2() 18480 vec_pos = pos; in power9_sched_reorder2() 18484 if (vec_pos >= 0) in power9_sched_reorder2() 18488 move_to_end_of_ready (ready, vec_pos, lastpos); in power9_sched_reorder2()
|