HomeSort by: relevance | last modified time | path
    Searched refs:simd_clone_subparts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
omp-simd-clone.cc 59 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;
tree-vect-stmts.cc 3952 simd_clone_subparts (tree vectype)
4234 simd_clone_subparts (arginfo[i].vectype)))
4324 simd_clone_subparts (atype));
4327 if (simd_clone_subparts (atype)
4328 < simd_clone_subparts (arginfo[i].vectype))
4331 k = (simd_clone_subparts (arginfo[i].vectype)
4332 / simd_clone_subparts (atype));
4362 k = (simd_clone_subparts (atype)
4363 / simd_clone_subparts (arginfo[i].vectype));
4497 || known_eq (simd_clone_subparts (rtype), nunits))
    [all...]

Completed in 31 milliseconds