Searched refs:getMinimalTypeForRange (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
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)
H A DAsmMatcherEmitter.cpp2166 static const char *getMinimalTypeForRange(uint64_t Range) {
2181 return getMinimalTypeForRange(1ULL << MaxIndex);
2442 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex)
2444 OS << " " << getMinimalTypeForRange(std::distance(
2446 OS << " " << getMinimalTypeForRange(MaxMask)
2765 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex)
2768 OS << " " << getMinimalTypeForRange(Info.Matchables.size())
2772 OS << " " << getMinimalTypeForRange(
H A DAsmWriterEmitter.cpp519 static const char *getMinimalTypeForRange(uint64_t Range) { function
572 O << " static const " << getMinimalTypeForRange(StringTable.size()-1)

Completed in 87 milliseconds