Lines Matching defs:VecWidth

1714   unsigned VecWidth = Ty->getPrimitiveSizeInBits();
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)
2051 unsigned VecWidth = CI.getType()->getPrimitiveSizeInBits();
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)
2077 if (VecWidth == 128)
2079 else if (VecWidth == 256)
2081 else if (VecWidth == 512)
2086 if (VecWidth == 128)
2088 else if (VecWidth == 256)
2090 else if (VecWidth == 512)
2095 if (VecWidth == 128)
2097 else if (VecWidth == 256)
2099 else if (VecWidth == 512)
2104 if (VecWidth == 128)
2106 else if (VecWidth == 256)
2108 else if (VecWidth == 512)
2113 if (VecWidth == 128)
2115 else if (VecWidth == 256)
2117 else if (VecWidth == 512)
2122 if (VecWidth == 128)
2124 else if (VecWidth == 256)
2126 else if (VecWidth == 512)
2131 if (VecWidth == 128)
2133 else if (VecWidth == 256)
2135 else if (VecWidth == 512)
2140 if (VecWidth == 128)
2142 else if (VecWidth == 256)
2144 else if (VecWidth == 512)
2149 if (VecWidth == 128)
2151 else if (VecWidth == 256)
2153 else if (VecWidth == 512)
2158 if (VecWidth == 128)
2160 else if (VecWidth == 256)
2162 else if (VecWidth == 512)
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)
2224 if (VecWidth == 128)
2226 else if (VecWidth == 256)
2228 else if (VecWidth == 512)
2233 if (VecWidth == 128)
2235 else if (VecWidth == 256)
2237 else if (VecWidth == 512)
2242 if (Name[9] == 'd' && VecWidth == 128)
2244 else if (Name[9] == 'd' && VecWidth == 256)
2246 else if (Name[9] == 'd' && VecWidth == 512)
2248 else if (Name[9] == 'q' && VecWidth == 128)
2250 else if (Name[9] == 'q' && VecWidth == 256)
2252 else if (Name[9] == 'q' && VecWidth == 512)
2257 if (Name[5] == 'b' && VecWidth == 128)
2259 else if (Name[5] == 'b' && VecWidth == 256)
2261 else if (Name[5] == 'b' && VecWidth == 512)
2263 else if (Name[5] == 'w' && VecWidth == 128)
2265 else if (Name[5] == 'w' && VecWidth == 256)
2267 else if (Name[5] == 'w' && VecWidth == 512)
2613 unsigned VecWidth = OpTy->getPrimitiveSizeInBits();
2615 switch (VecWidth) {
2634 unsigned VecWidth = OpTy->getPrimitiveSizeInBits();
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)
2658 unsigned VecWidth = OpTy->getPrimitiveSizeInBits();
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)
2677 if (VecWidth == 512)
3815 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits();
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)
3886 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits();
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)
3914 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits();
3916 if (VecWidth == 128 && !High)
3918 else if (VecWidth == 256 && !High)
3920 else if (VecWidth == 512 && !High)
3922 else if (VecWidth == 128 && High)
3924 else if (VecWidth == 256 && High)
3926 else if (VecWidth == 512 && High)
3949 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits();
3951 if (VecWidth == 128 && !IsSaturating)
3953 else if (VecWidth == 256 && !IsSaturating)
3955 else if (VecWidth == 512 && !IsSaturating)
3957 else if (VecWidth == 128 && IsSaturating)
3959 else if (VecWidth == 256 && IsSaturating)
3961 else if (VecWidth == 512 && IsSaturating)
3978 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits();
3980 if (VecWidth == 128 && !IsSaturating)
3982 else if (VecWidth == 256 && !IsSaturating)
3984 else if (VecWidth == 512 && !IsSaturating)
3986 else if (VecWidth == 128 && IsSaturating)
3988 else if (VecWidth == 256 && IsSaturating)
3990 else if (VecWidth == 512 && IsSaturating)