Lines Matching defs:Bitwidth
155 unsigned Bitwidth, ElementBitwidth, NumVectors;
161 Bitwidth(0), ElementBitwidth(0), NumVectors(0) {}
166 NoManglingQ(false), Bitwidth(0), ElementBitwidth(0), NumVectors(0) {
203 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; }
204 unsigned getSizeInBits() const { return Bitwidth; }
234 Bitwidth = ElementBitwidth;
244 assert_with_loc(Bitwidth > 32, "Not enough bits to make it 32!");
249 assert_with_loc(Bitwidth != 128, "Can't get bigger than 128!");
250 Bitwidth = 128;
254 assert_with_loc(Bitwidth != 64, "Can't get smaller than 64!");
255 Bitwidth = 64;
774 if (Bitwidth == 128)
810 T.Bitwidth = T.ElementBitwidth;
822 T.Bitwidth = T.ElementBitwidth * NumLanes;
907 Bitwidth = Quad ? 128 : 64;
939 Bitwidth = ElementBitwidth = 64;
971 Bitwidth = 128;
974 Bitwidth = 64;
978 ElementBitwidth = Bitwidth = 32;