Searched refs:expand_vec_perm_1 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc14857 static bool expand_vec_perm_1 (struct expand_vec_perm_d *d);
14963 ok = (expand_vec_perm_1 (&dperm)
19006 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
19215 expand_vec_perm_1 (struct expand_vec_perm_d *d) function
19392 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
19540 return expand_vec_perm_1 (&dcopy);
19569 ok = expand_vec_perm_1 (&dcopy);
19635 ok = expand_vec_perm_1 (&dcopy);
19956 ok = expand_vec_perm_1 (&dfinal);
19972 ok = expand_vec_perm_1 (
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c13202 static bool expand_vec_perm_1 (struct expand_vec_perm_d *d);
13281 ok = (expand_vec_perm_1 (&dperm)
17048 expand_vec_perm_1 (struct expand_vec_perm_d *d) function
17225 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
17373 return expand_vec_perm_1 (&dcopy);
17402 ok = expand_vec_perm_1 (&dcopy);
17466 ok = expand_vec_perm_1 (&dcopy);
17747 ok = expand_vec_perm_1 (&dfinal);
17763 ok = expand_vec_perm_1 (&dremap);
17840 ok = expand_vec_perm_1 (
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c5576 expand_vec_perm_1 (enum insn_code icode, rtx target,
5746 rtx tmp = expand_vec_perm_1 (icode, target, v0, v1, sel_rtx);
5758 rtx tmp = expand_vec_perm_1 (icode, target_qi, v0_qi, v1_qi, sel_qi);
5791 tmp = expand_vec_perm_1 (icode, target, v0, v1, sel);
5841 tmp = expand_vec_perm_1 (icode, tmp, gen_lowpart (qimode, v0),
5553 expand_vec_perm_1 (enum insn_code icode, rtx target, function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc6156 expand_vec_perm_1 (enum insn_code icode, rtx target,
6328 rtx tmp = expand_vec_perm_1 (icode, target, v0, v1, sel_rtx);
6340 rtx tmp = expand_vec_perm_1 (icode, target_qi, v0_qi, v1_qi, sel_qi);
6373 tmp = expand_vec_perm_1 (icode, target, v0, v1, sel);
6423 tmp = expand_vec_perm_1 (icode, tmp, gen_lowpart (qimode, v0),
6133 expand_vec_perm_1 (enum insn_code icode, rtx target, function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c11501 expand_vec_perm_1 (struct expand_vec_perm_d *d)
11697 ok = expand_vec_perm_1 (&dfinal);
11705 ok = expand_vec_perm_1 (&dremap);
11765 if (expand_vec_perm_1 (d))
11476 expand_vec_perm_1 (struct expand_vec_perm_d *d) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc11501 expand_vec_perm_1 (struct expand_vec_perm_d *d)
11697 ok = expand_vec_perm_1 (&dfinal);
11705 ok = expand_vec_perm_1 (&dremap);
11765 if (expand_vec_perm_1 (d))

Completed in 461 milliseconds