Searched defs:getMinimalTypeForRange (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp519 static const char *getMinimalTypeForRange(uint64_t Range) { function
572 O << " static const " << getMinimalTypeForRange(StringTable.size()-1)
H A DRegisterInfoEmitter.cpp163 static const char *getMinimalTypeForRange(uint64_t Range) { function
251 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight)
292 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size()-1)
308 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size()-1)
669 OS << " static const " << getMinimalTypeForRange(Rows.size()) << " RowMap["
677 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1)

Completed in 81 milliseconds