HomeSort by relevance Sort by last modified time
    Searched defs:getMinimalTypeForRange (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 163 static const char *getMinimalTypeForRange(uint64_t Range) {
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)
    [all...]
AsmWriterEmitter.cpp 519 static const char *getMinimalTypeForRange(uint64_t Range) {
572 O << " static const " << getMinimalTypeForRange(StringTable.size()-1)
    [all...]

Completed in 622 milliseconds