Lines Matching refs:sizeInBits

144   virtual unsigned sizeInBits() const = 0;
181 unsigned sizeInBits() const override { return 0; } in sizeInBits() function in __anon819a2c470111::VoidType
197 unsigned sizeInBits() const override { return 32; } in sizeInBits() function in __anon819a2c470111::PointerType
252 unsigned sizeInBits() const override { return Bits; } in sizeInBits() function in __anon819a2c470111::ScalarType
296 unsigned sizeInBits() const override { return Lanes * Element->sizeInBits(); } in sizeInBits() function in __anon819a2c470111::VectorType
321 unsigned sizeInBits() const override { in sizeInBits() function in __anon819a2c470111::MultiVectorType
322 return Registers * Element->sizeInBits(); in sizeInBits()
348 unsigned sizeInBits() const override { return 16; } in sizeInBits() function in __anon819a2c470111::PredicateType
927 unsigned ArgTypeBits = IA.ArgType->sizeInBits(); in genSema()
941 tmp = utostr(IA.ArgType->sizeInBits()); in genSema()
996 ST->sizeInBits(), Lanes); in getVectorType()
1002 return getVectorType(ST, 128 / ST->sizeInBits()); in getVectorType()
1115 return getPredicateType(128 / Element->sizeInBits()); in getType()
1134 if (RT->kind() == STKind->kind() && RT->sizeInBits() == STSize->sizeInBits()) in getType()
1143 unsigned DesiredSize = STKind->sizeInBits() * Num / Denom; in getType()
1146 if (RT->kind() == STKind->kind() && RT->sizeInBits() == DesiredSize) in getType()
1231 ST->sizeInBits()); in getCodeForDag()
1318 if (ST->isInteger() && ST->sizeInBits() < 32) in getCodeForArg()
1408 IA.i1 = Param->sizeInBits(); in ACLEIntrinsic()
1412 IA.i2 = 128 / Param->sizeInBits() - 1; in ACLEIntrinsic()
1417 IA.i2 = IA.i1 + T->sizeInBits() - 1; in ACLEIntrinsic()
2046 if (ST->kind() == ScalarTypeKind::Float && ST->sizeInBits() == 64) in EmitHeader()