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

  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 254 unsigned MaxRegUnitWeight = 0;
257 MaxRegUnitWeight = std::max(MaxRegUnitWeight, RegUnits.Weight);
268 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 259 unsigned MaxRegUnitWeight = 0;
262 MaxRegUnitWeight = std::max(MaxRegUnitWeight, RegUnits.Weight);
274 << " static const " << getMinimalTypeForRange(MaxRegUnitWeight, 32)
    [all...]

Completed in 755 milliseconds