Home
last modified time | relevance | path

Searched refs:canonicalize_perm (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c17849 static bool canonicalize_perm (struct expand_vec_perm_d *d);
17942 canonicalize_perm (&dfirst); in expand_vec_perm_vperm2f128()
18151 canonicalize_perm (&dfirst); in expand_vec_perm_2vperm2f128_vshuf()
18152 canonicalize_perm (&dsecond); in expand_vec_perm_2vperm2f128_vshuf()
18223 canonicalize_perm (&dfirst); in expand_vec_perm2_vperm2f128_vblend()
18232 canonicalize_perm (&dsecond); in expand_vec_perm2_vperm2f128_vblend()
19266 canonicalize_perm (struct expand_vec_perm_d *d) in canonicalize_perm() function
19445 two_args = canonicalize_perm (&d); in ix86_vectorize_vec_perm_const()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20094 static bool canonicalize_perm (struct expand_vec_perm_d *d);
20187 canonicalize_perm (&dfirst); in expand_vec_perm_vperm2f128()
20634 canonicalize_perm (&dfirst); in expand_vec_perm_2vperm2f128_vshuf()
20635 canonicalize_perm (&dsecond); in expand_vec_perm_2vperm2f128_vshuf()
20706 canonicalize_perm (&dfirst); in expand_vec_perm2_vperm2f128_vblend()
20715 canonicalize_perm (&dsecond); in expand_vec_perm2_vperm2f128_vblend()
21960 canonicalize_perm (struct expand_vec_perm_d *d) in canonicalize_perm() function
22174 two_args = canonicalize_perm (&d); in ix86_vectorize_vec_perm_const()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201224558 (canonicalize_perm): ... new function.
H A DChangeLog-201915968 (canonicalize_perm): Formatting fix.