HomeSort by: relevance | last modified time | path
    Searched defs:out_nelts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 1805 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i;
1814 out_nelts = in_nelts * 2;
1816 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1818 tree_vector_builder elts (type, out_nelts, 1);
1819 for (i = 0; i < out_nelts; i++)
1842 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale;
1849 out_nelts = in_nelts / 2;
1851 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1854 scale = 0, ofs = BYTES_BIG_ENDIAN ? out_nelts : 0;
1856 scale = 0, ofs = BYTES_BIG_ENDIAN ? 0 : out_nelts;
1800 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i; local
1837 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale; local
2001 unsigned HOST_WIDE_INT out_nelts, in_nelts, i; local
    [all...]
fold-const.cc 1805 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i;
1814 out_nelts = in_nelts * 2;
1816 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1818 tree_vector_builder elts (type, out_nelts, 1);
1819 for (i = 0; i < out_nelts; i++)
1842 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale;
1849 out_nelts = in_nelts / 2;
1851 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1854 scale = 0, ofs = BYTES_BIG_ENDIAN ? out_nelts : 0;
1856 scale = 0, ofs = BYTES_BIG_ENDIAN ? 0 : out_nelts;
1800 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i; local
1837 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale; local
2001 unsigned HOST_WIDE_INT out_nelts, in_nelts, i; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 1654 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i;
1663 out_nelts = in_nelts * 2;
1665 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1667 tree_vector_builder elts (type, out_nelts, 1);
1668 for (i = 0; i < out_nelts; i++)
1691 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale;
1698 out_nelts = in_nelts / 2;
1700 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1703 scale = 0, ofs = BYTES_BIG_ENDIAN ? out_nelts : 0;
1705 scale = 0, ofs = BYTES_BIG_ENDIAN ? 0 : out_nelts;
1649 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i; local
1686 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale; local
1850 unsigned HOST_WIDE_INT out_nelts, in_nelts, i; local
    [all...]
fold-const.cc 1654 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i;
1663 out_nelts = in_nelts * 2;
1665 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1667 tree_vector_builder elts (type, out_nelts, 1);
1668 for (i = 0; i < out_nelts; i++)
1691 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale;
1698 out_nelts = in_nelts / 2;
1700 && known_eq (out_nelts, TYPE_VECTOR_SUBPARTS (type)));
1703 scale = 0, ofs = BYTES_BIG_ENDIAN ? out_nelts : 0;
1705 scale = 0, ofs = BYTES_BIG_ENDIAN ? 0 : out_nelts;
1649 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i; local
1686 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale; local
1850 unsigned HOST_WIDE_INT out_nelts, in_nelts, i; local
    [all...]

Completed in 37 milliseconds