Searched refs:simd_clone_subparts (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-simd-clone.c59 simd_clone_subparts (tree vectype) function
785 if (simd_clone_subparts (TREE_TYPE (arg)) == node->simdclone->simdlen)
796 unsigned int simdlen = simd_clone_subparts (TREE_TYPE (arg));
983 if (simd_clone_subparts (vectype) < node->simdclone->simdlen)
984 j += node->simdclone->simdlen / simd_clone_subparts (vectype) - 1;
H A Dtree-vect-stmts.c3877 simd_clone_subparts (tree vectype) function
4160 || (simd_clone_subparts (arginfo[i].vectype)
4245 o = nunits / simd_clone_subparts (atype);
4248 if (simd_clone_subparts (atype)
4249 < simd_clone_subparts (arginfo[i].vectype))
4252 k = (simd_clone_subparts (arginfo[i].vectype)
4253 / simd_clone_subparts (atype));
4279 k = (simd_clone_subparts (atype)
4280 / simd_clone_subparts (arginfo[i].vectype));
4398 gcc_assert (ratype || simd_clone_subparts (rtyp
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-simd-clone.cc59 simd_clone_subparts (tree vectype) function
794 if (known_eq (simd_clone_subparts (TREE_TYPE (arg)),
806 unsigned int simdlen = simd_clone_subparts (TREE_TYPE (arg));
992 if (multiple_p (node->simdclone->simdlen, simd_clone_subparts (vectype)))
994 simd_clone_subparts (vectype)) - 1;
H A Dtree-vect-stmts.cc3951 simd_clone_subparts (tree vectype)
4233 simd_clone_subparts (arginfo[i].vectype)))
4323 simd_clone_subparts (atype));
4326 if (simd_clone_subparts (atype)
4327 < simd_clone_subparts (arginfo[i].vectype))
4330 k = (simd_clone_subparts (arginfo[i].vectype)
4331 / simd_clone_subparts (atype));
4361 k = (simd_clone_subparts (atype)
4362 / simd_clone_subparts (arginfo[i].vectype));
4496 || known_eq (simd_clone_subparts (rtyp
[all...]

Completed in 208 milliseconds