Searched refs:getNumElements (Results 1 – 18 of 18) sorted by relevance
14 int numBuckets = profile.getNumElements(PowerProfile.POWER_MEMORY); in MemoryPowerCalculator()
412 public int getNumElements(String key) { in getNumElements() method in PowerProfile
80 switch (VectorTy->getNumElements()) { in WarnOnSetElementAt()134 DiagBuilder << VectorTy->getNumElements(); in WarnOnSetElementAt()
224 unsigned numElements = EVT->getNumElements(); in ConstantArrayTypeExportableHelper()395 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4) in TypeExportableHelper()642 EVT->getNumElements() == 3 && in ValidateTypeHelper()1307 if ((EVT->getNumElements() < 1) || in GetTypeName()1308 (EVT->getNumElements() > 4)) in GetTypeName()1313 int I = EVT->getNumElements() - 1; in GetTypeName()1337 EVT->getNumElements()); in Create()
137 if (ERT->getFields().size() != ParamTy->getNumElements()) in checkParameterPacketType()
841 origFieldNumToPaddedFieldNum->resize(2 * origStructType->getNumElements()); in PadHelperFunctionStruct()850 paddedFieldTypes.reserve(2 * origStructType->getNumElements()); in PadHelperFunctionStruct()
181 for (unsigned int i = 0; i < argStructType->getNumElements(); i++) { in runOnFunction()
98 for (unsigned elementCount = exportedType->getNumElements(), elementIdx = 0; in validateLayoutOfExportedTypes()
321 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()330 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()928 unsigned NumElts = Str->getNumElements(); in WriteConstants()956 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()959 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()899 unsigned NumElts = Str->getNumElements(); in WriteConstants()929 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
279 for (uint32_t i = 0, e = LStructTy->getNumElements(); i != e; ++i) { in DecorateGlobalBuffer()
319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()897 unsigned NumElts = Str->getNumElements(); in WriteConstants()927 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
1876 OpTy->getNumElements()); in ParseConstants()1890 RTy->getNumElements()); in ParseConstants()
2169 OpTy->getNumElements()); in ParseConstants()2183 RTy->getNumElements()); in ParseConstants()
9160 HPLcom/android/internal/os/PowerProfile;->getNumElements(Ljava/lang/String;)I