Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DTypes.h18 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
H A DTypes.cpp19 llvm::getMinimalTypeForRange(uint64_t Range, in getMinimalTypeForRange() function in llvm
H A DSubtargetFeatureInfo.cpp56 OS << "enum SubtargetFeatureBits : " << getMinimalTypeForRange(Size) in emitSubtargetFeatureBitEnumeration()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp280 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight, 32) in EmitRegUnitPressure()
320 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()
336 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()
719 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32) in emitComposeSubRegIndices()
727 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32) in emitComposeSubRegIndices()
756 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32) in emitComposeSubRegIndices()
845 getMinimalTypeForRange(*llvm::max_element(SubReg2SequenceIndexMap)); in emitComposeSubRegIndexLaneMask()
H A DAsmMatcherEmitter.cpp2895 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) << " Mnemonic;\n"; in emitCustomOperandParsing()
2896 OS << " " << getMinimalTypeForRange(MaxMask) << " OperandMask;\n"; in emitCustomOperandParsing()
2898 << getMinimalTypeForRange( in emitCustomOperandParsing()
2902 OS << " " << getMinimalTypeForRange(MaxFeaturesIndex) in emitCustomOperandParsing()
3483 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in run()
3518 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) << " Mnemonic;\n"; in run()
3520 OS << " " << getMinimalTypeForRange(NumConverters) << " ConvertFn;\n"; in run()
3521 OS << " " << getMinimalTypeForRange(FeatureBitsets.size()) in run()
3524 << getMinimalTypeForRange( in run()
H A DInstrInfoEmitter.cpp416 OS << " static constexpr " << getMinimalTypeForRange(OperandRecords.size()); in emitOperandTypeMappings()
674 << " enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in emitFeatureVerifier()
696 << " static constexpr " << getMinimalTypeForRange(FeatureBitsets.size()) in emitFeatureVerifier()
H A DAsmWriterEmitter.cpp625 O << " static const " << getMinimalTypeForRange(StringTable.size() - 1, 32) in emitRegisterNameString()