Lines Matching defs:EltWidth

1657   unsigned EltWidth = Ty->getScalarSizeInBits();
1660 if (VecWidth == 128 && EltWidth == 32 && IsFloat)
1662 else if (VecWidth == 128 && EltWidth == 32 && !IsFloat)
1664 else if (VecWidth == 128 && EltWidth == 64 && IsFloat)
1666 else if (VecWidth == 128 && EltWidth == 64 && !IsFloat)
1668 else if (VecWidth == 256 && EltWidth == 32 && IsFloat)
1670 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
1672 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
1674 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
1676 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
1678 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
1680 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
1682 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
1684 else if (VecWidth == 128 && EltWidth == 16)
1686 else if (VecWidth == 256 && EltWidth == 16)
1688 else if (VecWidth == 512 && EltWidth == 16)
1690 else if (VecWidth == 128 && EltWidth == 8)
1692 else if (VecWidth == 256 && EltWidth == 8)
1694 else if (VecWidth == 512 && EltWidth == 8)
2004 unsigned EltWidth = CI.getType()->getScalarSizeInBits();
2007 if (VecWidth == 128 && EltWidth == 32)
2009 else if (VecWidth == 128 && EltWidth == 64)
2011 else if (VecWidth == 256 && EltWidth == 32)
2013 else if (VecWidth == 256 && EltWidth == 64)
2018 if (VecWidth == 128 && EltWidth == 32)
2020 else if (VecWidth == 128 && EltWidth == 64)
2022 else if (VecWidth == 256 && EltWidth == 32)
2024 else if (VecWidth == 256 && EltWidth == 64)
2119 if (VecWidth == 128 && EltWidth == 32)
2121 else if (VecWidth == 128 && EltWidth == 64)
2123 else if (VecWidth == 256 && EltWidth == 32)
2125 else if (VecWidth == 256 && EltWidth == 64)
2127 else if (VecWidth == 512 && EltWidth == 32)
2129 else if (VecWidth == 512 && EltWidth == 64)
2145 if (VecWidth == 256 && EltWidth == 32 && IsFloat)
2147 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
2149 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
2151 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
2153 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
2155 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
2157 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
2159 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
2161 else if (VecWidth == 128 && EltWidth == 16)
2163 else if (VecWidth == 256 && EltWidth == 16)
2165 else if (VecWidth == 512 && EltWidth == 16)
2167 else if (VecWidth == 128 && EltWidth == 8)
2169 else if (VecWidth == 256 && EltWidth == 8)
2171 else if (VecWidth == 512 && EltWidth == 8)
2490 unsigned EltWidth = OpTy->getScalarSizeInBits();
2492 if (VecWidth == 128 && EltWidth == 32)
2494 else if (VecWidth == 256 && EltWidth == 32)
2496 else if (VecWidth == 512 && EltWidth == 32)
2498 else if (VecWidth == 128 && EltWidth == 64)
2500 else if (VecWidth == 256 && EltWidth == 64)
2502 else if (VecWidth == 512 && EltWidth == 64)
2514 unsigned EltWidth = OpTy->getScalarSizeInBits();
2516 if (VecWidth == 128 && EltWidth == 32)
2518 else if (VecWidth == 256 && EltWidth == 32)
2520 else if (VecWidth == 512 && EltWidth == 32)
2522 else if (VecWidth == 128 && EltWidth == 64)
2524 else if (VecWidth == 256 && EltWidth == 64)
2526 else if (VecWidth == 512 && EltWidth == 64)
3707 unsigned EltWidth = CI->getType()->getScalarSizeInBits();
3709 if (VecWidth == 128 && EltWidth == 32)
3711 else if (VecWidth == 256 && EltWidth == 32)
3713 else if (VecWidth == 128 && EltWidth == 64)
3715 else if (VecWidth == 256 && EltWidth == 64)
3780 unsigned EltWidth = CI->getType()->getScalarSizeInBits();
3782 if (VecWidth == 128 && EltWidth == 32)
3784 else if (VecWidth == 256 && EltWidth == 32)
3786 else if (VecWidth == 512 && EltWidth == 32)
3788 else if (VecWidth == 128 && EltWidth == 64)
3790 else if (VecWidth == 256 && EltWidth == 64)
3792 else if (VecWidth == 512 && EltWidth == 64)