Searched refs:expand_vec_perm_const (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.h | 318 extern rtx expand_vec_perm_const (machine_mode, rtx, rtx,
|
H A D | optabs.c | 5597 expand_vec_perm_const (machine_mode mode, rtx v0, rtx v1, in expand_vec_perm_const() function 5803 sel = expand_vec_perm_const (qimode, sel, sel, const_sel, qimode, NULL); in expand_vec_perm_var() 6087 return expand_vec_perm_const (mode, m1, m2, sel, BLKmode, target); in expand_mult_highpart()
|
H A D | expr.c | 9709 temp = expand_vec_perm_const (mode, op0, op1, sel, in expand_expr_real_2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.h | 329 extern rtx expand_vec_perm_const (machine_mode, rtx, rtx,
|
H A D | optabs.cc | 6177 expand_vec_perm_const (machine_mode mode, rtx v0, rtx v1, in expand_vec_perm_const() function 6385 sel = expand_vec_perm_const (qimode, sel, sel, const_sel, qimode, NULL); in expand_vec_perm_var() 6539 return expand_vec_perm_const (mode, m1, m2, sel, BLKmode, target); in expand_mult_highpart()
|
H A D | expr.cc | 10156 temp = expand_vec_perm_const (mode, op0, op1, sel, in expand_expr_real_2()
|
H A D | ChangeLog-2018 | 36010 * optabs.c (expand_vec_perm_const): Create a vec_perm_indices for 36078 (expand_vec_perm_const): Declare. 36087 * expr.c (expand_expr_real_2): Use expand_vec_perm_const rather than 36102 (expand_vec_perm_const): ...this new function. Take the selector 36110 (expand_mult_highpart): Use expand_vec_perm_const.
|
H A D | ChangeLog-2019 | 4635 (expand_vec_perm_const): Likewise. 22183 (expand_vec_perm_const): Same. 25088 (expand_vec_perm_const): Add vec_shl_optab support.
|
H A D | ChangeLog-2021 | 34672 * optabs.c (expand_vec_perm_const): Don't force v0 and v1 into
|
H A D | ChangeLog-2020 | 24697 * optabs.c (expand_vec_perm_const): For shift_amt const0_rtx
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 23321 rtx x = expand_vec_perm_const (vmode, op0, op1, perm, BLKmode, target); in rs6000_do_expand_vec_perm()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 22673 rtx x = expand_vec_perm_const (vmode, op0, op1, perm, BLKmode, target); in rs6000_do_expand_vec_perm()
|