Lines Matching defs:EltWidth
1715 unsigned EltWidth = Ty->getScalarSizeInBits();
1718 if (VecWidth == 128 && EltWidth == 32 && IsFloat)
1720 else if (VecWidth == 128 && EltWidth == 32 && !IsFloat)
1722 else if (VecWidth == 128 && EltWidth == 64 && IsFloat)
1724 else if (VecWidth == 128 && EltWidth == 64 && !IsFloat)
1726 else if (VecWidth == 256 && EltWidth == 32 && IsFloat)
1728 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
1730 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
1732 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
1734 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
1736 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
1738 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
1740 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
1742 else if (VecWidth == 128 && EltWidth == 16)
1744 else if (VecWidth == 256 && EltWidth == 16)
1746 else if (VecWidth == 512 && EltWidth == 16)
1748 else if (VecWidth == 128 && EltWidth == 8)
1750 else if (VecWidth == 256 && EltWidth == 8)
1752 else if (VecWidth == 512 && EltWidth == 8)
2052 unsigned EltWidth = CI.getType()->getScalarSizeInBits();
2055 if (VecWidth == 128 && EltWidth == 32)
2057 else if (VecWidth == 128 && EltWidth == 64)
2059 else if (VecWidth == 256 && EltWidth == 32)
2061 else if (VecWidth == 256 && EltWidth == 64)
2066 if (VecWidth == 128 && EltWidth == 32)
2068 else if (VecWidth == 128 && EltWidth == 64)
2070 else if (VecWidth == 256 && EltWidth == 32)
2072 else if (VecWidth == 256 && EltWidth == 64)
2167 if (VecWidth == 128 && EltWidth == 32)
2169 else if (VecWidth == 128 && EltWidth == 64)
2171 else if (VecWidth == 256 && EltWidth == 32)
2173 else if (VecWidth == 256 && EltWidth == 64)
2175 else if (VecWidth == 512 && EltWidth == 32)
2177 else if (VecWidth == 512 && EltWidth == 64)
2193 if (VecWidth == 256 && EltWidth == 32 && IsFloat)
2195 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
2197 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
2199 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
2201 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
2203 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
2205 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
2207 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
2209 else if (VecWidth == 128 && EltWidth == 16)
2211 else if (VecWidth == 256 && EltWidth == 16)
2213 else if (VecWidth == 512 && EltWidth == 16)
2215 else if (VecWidth == 128 && EltWidth == 8)
2217 else if (VecWidth == 256 && EltWidth == 8)
2219 else if (VecWidth == 512 && EltWidth == 8)
2635 unsigned EltWidth = OpTy->getScalarSizeInBits();
2637 if (VecWidth == 128 && EltWidth == 32)
2639 else if (VecWidth == 256 && EltWidth == 32)
2641 else if (VecWidth == 512 && EltWidth == 32)
2643 else if (VecWidth == 128 && EltWidth == 64)
2645 else if (VecWidth == 256 && EltWidth == 64)
2647 else if (VecWidth == 512 && EltWidth == 64)
2659 unsigned EltWidth = OpTy->getScalarSizeInBits();
2661 if (VecWidth == 128 && EltWidth == 32)
2663 else if (VecWidth == 256 && EltWidth == 32)
2665 else if (VecWidth == 512 && EltWidth == 32)
2667 else if (VecWidth == 128 && EltWidth == 64)
2669 else if (VecWidth == 256 && EltWidth == 64)
2671 else if (VecWidth == 512 && EltWidth == 64)
3816 unsigned EltWidth = CI->getType()->getScalarSizeInBits();
3818 if (VecWidth == 128 && EltWidth == 32)
3820 else if (VecWidth == 256 && EltWidth == 32)
3822 else if (VecWidth == 128 && EltWidth == 64)
3824 else if (VecWidth == 256 && EltWidth == 64)
3887 unsigned EltWidth = CI->getType()->getScalarSizeInBits();
3889 if (VecWidth == 128 && EltWidth == 32)
3891 else if (VecWidth == 256 && EltWidth == 32)
3893 else if (VecWidth == 512 && EltWidth == 32)
3895 else if (VecWidth == 128 && EltWidth == 64)
3897 else if (VecWidth == 256 && EltWidth == 64)
3899 else if (VecWidth == 512 && EltWidth == 64)