reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
183 bool isFloat() const { return Float && ElementBitwidth == 32; } 184 bool isDouble() const { return Float && ElementBitwidth == 64; } 185 bool isHalf() const { return Float && ElementBitwidth == 16; } 187 bool isChar() const { return ElementBitwidth == 8; } 188 bool isShort() const { return !Float && ElementBitwidth == 16; } 189 bool isInt() const { return !Float && ElementBitwidth == 32; } 190 bool isLong() const { return !Float && ElementBitwidth == 64; } 192 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } 194 unsigned getElementSizeInBits() const { return ElementBitwidth; } 208 ElementBitwidth = ElemWidth; 216 ElementBitwidth = ElemWidth; 220 Bitwidth = ElementBitwidth; 599 S += utostr(ElementBitwidth); 623 switch (ElementBitwidth) { 632 switch (ElementBitwidth) { 666 switch (ElementBitwidth) { 724 Name.substr(0, I).getAsInteger(10, T.ElementBitwidth); 727 T.Bitwidth = T.ElementBitwidth; 740 T.Bitwidth = T.ElementBitwidth * NumLanes; 765 ElementBitwidth = ~0U; 788 ElementBitwidth = 8; 794 ElementBitwidth = 16; 800 ElementBitwidth = 32; 806 ElementBitwidth = 64; 809 ElementBitwidth = 128; 818 assert(ElementBitwidth != ~0U && "Bad element bitwidth!"); 842 Bitwidth = ElementBitwidth; 849 Bitwidth = ElementBitwidth; 862 Bitwidth = ElementBitwidth = 64; 867 Bitwidth = ElementBitwidth = 32; 872 Bitwidth = ElementBitwidth = 16; 877 Bitwidth = ElementBitwidth = 32; 883 Bitwidth = ElementBitwidth = 64; 889 Bitwidth = ElementBitwidth = 32; 895 Bitwidth = ElementBitwidth = 64; 902 ElementBitwidth = 32; 906 ElementBitwidth = 64; 910 ElementBitwidth = 16; 916 ElementBitwidth = 16; 922 ElementBitwidth = 16; 933 ElementBitwidth *= 2; 937 ElementBitwidth *= 2; 942 ElementBitwidth = Bitwidth = 32; 950 ElementBitwidth = Bitwidth = 64; 956 ElementBitwidth /= 2; 957 Bitwidth = ElementBitwidth; 961 ElementBitwidth *= 2; 962 Bitwidth = ElementBitwidth; 967 Bitwidth = ElementBitwidth; 978 Bitwidth = ElementBitwidth; 982 ElementBitwidth /= 2; 985 ElementBitwidth /= 2; 989 ElementBitwidth /= 2; 993 ElementBitwidth /= 2; 1025 ElementBitwidth = 8; 1028 ElementBitwidth = 8; 1033 ElementBitwidth = 8;