Home
last modified time | relevance | path

Searched refs:getMinimalTypeForRange (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DTypes.cpp18 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { in getMinimalTypeForRange() function in llvm
43 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalTypeForEnumBitfield()
DTypes.h18 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
DSubtargetFeatureInfo.cpp55 << getMinimalTypeForRange(SubtargetFeatures.size()) << " {\n"; in emitSubtargetFeatureBitEnumeration()
DRegisterInfoEmitter.cpp287 << " 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()
DCodeEmitterGen.cpp579 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in run()
609 << " static " << getMinimalTypeForRange(FeatureBitsets.size()) in run()
DAsmMatcherEmitter.cpp2843 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()
DAsmWriterEmitter.cpp595 O << " static const " << getMinimalTypeForRange(StringTable.size() - 1, 32) in emitRegisterNameString()
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp180 static const char *getMinimalTypeForRange(uint64_t Range) { in getMinimalTypeForRange() function
268 << " 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()
DAsmMatcherEmitter.cpp2385 static const char *getMinimalTypeForRange(uint64_t Range) { in getMinimalTypeForRange() function
2400 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()
DAsmWriterEmitter.cpp483 static const char *getMinimalTypeForRange(uint64_t Range) { in getMinimalTypeForRange() function
536 O << " static const " << getMinimalTypeForRange(StringTable.size()-1) in emitRegisterNameString()