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

/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp180 static const char *getMinimalTypeForRange(uint64_t Range) { function
268 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight)
309 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size()-1)
325 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size()-1)
686 OS << " static const " << getMinimalTypeForRange(Rows.size()) << " RowMap["
694 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1)
H A DAsmMatcherEmitter.cpp2385 static const char *getMinimalTypeForRange(uint64_t Range) {
2400 return getMinimalTypeForRange(1ULL << MaxIndex);
2651 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex)
2653 OS << " " << getMinimalTypeForRange(std::distance(
2655 OS << " " << getMinimalTypeForRange(MaxMask)
3003 OS << " " << getMinimalTypeForRange(MaxMnemonicIndex)
3006 OS << " " << getMinimalTypeForRange(Info.Matchables.size())
3010 OS << " " << getMinimalTypeForRange(
H A DAsmWriterEmitter.cpp483 static const char *getMinimalTypeForRange(uint64_t Range) { function
536 O << " static const " << getMinimalTypeForRange(StringTable.size()-1)

Completed in 98 milliseconds