Home
last modified time | relevance | path

Searched refs:SGPRSetID (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h31 unsigned SGPRSetID; variable
203 unsigned getSGPRPressureSet() const { return SGPRSetID; }; in getSGPRPressureSet()
DSIMachineScheduler.h439 unsigned SGPRSetID; variable
488 unsigned getSGPRSetID() const { return SGPRSetID; } in getSGPRSetID()
DSIRegisterInfo.cpp67 SGPRSetID = NumRegPressureSets; in SIRegisterInfo()
94 SGPRSetID = i; in SIRegisterInfo()
104 assert(SGPRSetID < NumRegPressureSets && in SIRegisterInfo()
DSIMachineScheduler.cpp1801 SGPRSetID = SITRI->getSGPRPressureSet(); in SIScheduleDAGMI()
1914 else if (*PSetI == SGPRSetID) in fillVgprSgprCost()