Lines Matching defs:sizeInBits
144 virtual unsigned sizeInBits() const = 0;
181 unsigned sizeInBits() const override { return 0; }
197 unsigned sizeInBits() const override { return 32; }
252 unsigned sizeInBits() const override { return Bits; }
296 unsigned sizeInBits() const override { return Lanes * Element->sizeInBits(); }
321 unsigned sizeInBits() const override {
322 return Registers * Element->sizeInBits();
348 unsigned sizeInBits() const override { return 16; }
927 unsigned ArgTypeBits = IA.ArgType->sizeInBits();
941 tmp = utostr(IA.ArgType->sizeInBits());
996 ST->sizeInBits(), Lanes);
1003 return getVectorType(ST, 128 / ST->sizeInBits());
1119 return getPredicateType(128 / Element->sizeInBits());
1138 if (RT->kind() == STKind->kind() && RT->sizeInBits() == STSize->sizeInBits())
1147 unsigned DesiredSize = STKind->sizeInBits() * Num / Denom;
1150 if (RT->kind() == STKind->kind() && RT->sizeInBits() == DesiredSize)
1236 ST->sizeInBits());
1323 if (ST->isInteger() && ST->sizeInBits() < 32)
1414 IA.i1 = Param->sizeInBits();
1418 IA.i2 = 128 / Param->sizeInBits() - 1;
1423 IA.i2 = IA.i1 + T->sizeInBits() - 1;
2049 if (ST->kind() == ScalarTypeKind::Float && ST->sizeInBits() == 64)