Searched refs:getMinimalTypeForRange (Results 1 – 7 of 7) sorted by relevance
18 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { in getMinimalTypeForRange() function in llvm43 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalTypeForEnumBitfield()
18 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
55 << getMinimalTypeForRange(SubtargetFeatures.size()) << " {\n"; in emitSubtargetFeatureBitEnumeration()
287 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight, 32) in EmitRegUnitPressure()327 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()343 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()735 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32) in emitComposeSubRegIndices()743 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32) in emitComposeSubRegIndices()817 auto *IntType = getMinimalTypeForRange(*std::max_element( in emitComposeSubRegIndexLaneMask()
2859 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in emitCustomOperandParsing()2861 OS << " " << getMinimalTypeForRange(MaxMask) in emitCustomOperandParsing()2863 OS << " " << getMinimalTypeForRange(std::distance( in emitCustomOperandParsing()2865 OS << " " << getMinimalTypeForRange(MaxFeaturesIndex) in emitCustomOperandParsing()3437 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in run()3472 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in run()3475 OS << " " << getMinimalTypeForRange(NumConverters) in run()3477 OS << " " << getMinimalTypeForRange(FeatureBitsets.size()) in run()3479 OS << " " << getMinimalTypeForRange( in run()
784 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in emitFeatureVerifier()812 << " static " << getMinimalTypeForRange(FeatureBitsets.size()) in emitFeatureVerifier()
596 O << " static const " << getMinimalTypeForRange(StringTable.size() - 1, 32) in emitRegisterNameString()