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

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
Types.h 19 const char *getMinimalTypeForRange(uint64_t Range, unsigned MaxSize = 64);
Types.cpp 19 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) {
44 return getMinimalTypeForRange(1ULL << MaxIndex);
SubtargetFeatureInfo.cpp 67 << getMinimalTypeForRange(SubtargetFeatures.size()) << " {\n";
RegisterInfoEmitter.cpp 274 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight, 32)
315 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32)
331 OS << " static const " << getMinimalTypeForRange(PSetsSeqs.size() - 1, 32)
692 OS << " static const " << getMinimalTypeForRange(Rows.size(), 32)
700 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32)
    [all...]
AsmMatcherEmitter.cpp     [all...]
AsmWriterEmitter.cpp 543 O << " static const " << getMinimalTypeForRange(StringTable.size() - 1, 32)
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 180 static const char *getMinimalTypeForRange(uint64_t Range) {
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)
    [all...]
AsmMatcherEmitter.cpp     [all...]
AsmWriterEmitter.cpp 483 static const char *getMinimalTypeForRange(uint64_t Range) {
536 O << " static const " << getMinimalTypeForRange(StringTable.size()-1)
    [all...]

Completed in 293 milliseconds