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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 31 unsigned SGPRSetID;
192 unsigned getSGPRPressureSet() const { return SGPRSetID; };
SIMachineScheduler.h 441 unsigned SGPRSetID;
490 unsigned getSGPRSetID() const { return SGPRSetID; }
SIRegisterInfo.cpp 72 SGPRSetID = NumRegPressureSets;
97 SGPRSetID = i;
102 assert(SGPRSetID < NumRegPressureSets &&
    [all...]
SIMachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 432 unsigned SGPRSetID;
471 unsigned getSGPRSetID() const { return SGPRSetID; }
SIMachineScheduler.cpp     [all...]

Completed in 705 milliseconds