reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1038 if (VecWidth == 128 && EltWidth == 32 && IsFloat) 1040 else if (VecWidth == 128 && EltWidth == 32 && !IsFloat) 1042 else if (VecWidth == 128 && EltWidth == 64 && IsFloat) 1044 else if (VecWidth == 128 && EltWidth == 64 && !IsFloat) 1046 else if (VecWidth == 256 && EltWidth == 32 && IsFloat) 1048 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat) 1050 else if (VecWidth == 256 && EltWidth == 64 && IsFloat) 1052 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat) 1054 else if (VecWidth == 512 && EltWidth == 32 && IsFloat) 1056 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat) 1058 else if (VecWidth == 512 && EltWidth == 64 && IsFloat) 1060 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat) 1062 else if (VecWidth == 128 && EltWidth == 16) 1064 else if (VecWidth == 256 && EltWidth == 16) 1066 else if (VecWidth == 512 && EltWidth == 16) 1068 else if (VecWidth == 128 && EltWidth == 8) 1070 else if (VecWidth == 256 && EltWidth == 8) 1072 else if (VecWidth == 512 && EltWidth == 8)