Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DTypes.h18 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
H A DTypes.cpp18 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { in getMinimalTypeForRange() function in llvm
H A DRegisterInfoEmitter.cpp288 << " 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()
733 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32) in emitComposeSubRegIndices()
741 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32) in emitComposeSubRegIndices()
815 auto *IntType = getMinimalTypeForRange(*std::max_element( in emitComposeSubRegIndexLaneMask()
H A DSubtargetFeatureInfo.cpp58 OS << "enum SubtargetFeatureBits : " << getMinimalTypeForRange(Size) in emitSubtargetFeatureBitEnumeration()
H A DAsmMatcherEmitter.cpp2862 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in emitCustomOperandParsing()
2864 OS << " " << getMinimalTypeForRange(MaxMask) in emitCustomOperandParsing()
2866 OS << " " << getMinimalTypeForRange(std::distance( in emitCustomOperandParsing()
2868 OS << " " << getMinimalTypeForRange(MaxFeaturesIndex) in emitCustomOperandParsing()
3441 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in run()
3476 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in run()
3479 OS << " " << getMinimalTypeForRange(NumConverters) in run()
3481 OS << " " << getMinimalTypeForRange(FeatureBitsets.size()) in run()
3483 OS << " " << getMinimalTypeForRange( in run()
H A DInstrInfoEmitter.cpp424 OS << " static const " << getMinimalTypeForRange(OperandRecords.size()); in emitOperandTypeMappings()
783 << " enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in emitFeatureVerifier()
805 << " static constexpr " << getMinimalTypeForRange(FeatureBitsets.size()) in emitFeatureVerifier()
H A DAsmWriterEmitter.cpp601 O << " static const " << getMinimalTypeForRange(StringTable.size() - 1, 32) in emitRegisterNameString()