Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DTypes.cpp19 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { in getMinimalTypeForRange() function in llvm
44 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalTypeForEnumBitfield()
DTypes.h19 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
DSubtargetFeatureInfo.cpp67 << getMinimalTypeForRange(SubtargetFeatures.size()) << " {\n"; in emitSubtargetFeatureBitEnumeration()
DRegisterInfoEmitter.cpp274 << " 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()
DAsmMatcherEmitter.cpp2838 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()
DAsmWriterEmitter.cpp543 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()