Searched refs:getMinimalTypeForRange (Results 1 – 9 of 9) sorted by relevance
19 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { in getMinimalTypeForRange() function in llvm44 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalTypeForEnumBitfield()
19 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
67 << getMinimalTypeForRange(SubtargetFeatures.size()) << " {\n"; in emitSubtargetFeatureBitEnumeration()
274 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight, 32) in EmitRegUnitPressure()315 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()331 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32) in EmitRegUnitPressure()692 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32) in emitComposeSubRegIndices()700 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32) in emitComposeSubRegIndices()
2838 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in emitCustomOperandParsing()2840 OS << " " << getMinimalTypeForRange(std::distance( in emitCustomOperandParsing()2842 OS << " " << getMinimalTypeForRange(MaxMask) in emitCustomOperandParsing()3316 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex) in run()3319 OS << " " << getMinimalTypeForRange(Info.Matchables.size()) in run()3323 OS << " " << getMinimalTypeForRange( in run()
543 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()