Searched refs:getMinimalTypeForRange (Results 1 – 10 of 10) 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()328 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()344 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()745 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32) in emitComposeSubRegIndices()753 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32) in emitComposeSubRegIndices()
579 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in run()609 << " static " << getMinimalTypeForRange(FeatureBitsets.size()) in run()
2843 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in emitCustomOperandParsing()2845 OS << " " << getMinimalTypeForRange(MaxMask) in emitCustomOperandParsing()2847 OS << " " << getMinimalTypeForRange(std::distance( in emitCustomOperandParsing()2849 OS << " " << getMinimalTypeForRange(MaxFeaturesIndex) in emitCustomOperandParsing()3424 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in run()3459 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in run()3462 OS << " " << getMinimalTypeForRange(NumConverters) in run()3464 OS << " " << getMinimalTypeForRange(FeatureBitsets.size()) in run()3466 OS << " " << getMinimalTypeForRange( in run()
595 O << " static const " << getMinimalTypeForRange(StringTable.size() - 1, 32) in emitRegisterNameString()
180 static const char *getMinimalTypeForRange(uint64_t Range) { in getMinimalTypeForRange() function268 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight) in EmitRegUnitPressure()309 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size()-1) in EmitRegUnitPressure()325 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size()-1) in EmitRegUnitPressure()686 OS << " static const " << getMinimalTypeForRange(Rows.size()) << " RowMap[" in emitComposeSubRegIndices()694 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1) in emitComposeSubRegIndices()
2385 static const char *getMinimalTypeForRange(uint64_t Range) { in getMinimalTypeForRange() function2400 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalRequiredFeaturesType()2651 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in emitCustomOperandParsing()2653 OS << " " << getMinimalTypeForRange(std::distance( in emitCustomOperandParsing()2655 OS << " " << getMinimalTypeForRange(MaxMask) in emitCustomOperandParsing()3003 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in run()3006 OS << " " << getMinimalTypeForRange(Info.Matchables.size()) in run()3010 OS << " " << getMinimalTypeForRange( in run()
483 static const char *getMinimalTypeForRange(uint64_t Range) { in getMinimalTypeForRange() function536 O << " static const " << getMinimalTypeForRange(StringTable.size()-1) in emitRegisterNameString()