Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp32 static bool hasPressureSet(const int *PSets, unsigned PSetID) { in hasPressureSet() argument
33 for (unsigned i = 0; PSets[i] != -1; ++i) { in hasPressureSet()
34 if (PSets[i] == (int)PSetID) in hasPressureSet()
43 const int *PSets = getRegUnitPressureSets(*U); in classifyPressureSet() local
44 if (hasPressureSet(PSets, PSetID)) { in classifyPressureSet()
80 const int *PSets = getRegUnitPressureSets(i); in SIRegisterInfo() local
81 for (unsigned j = 0; PSets[j] != -1; ++j) { in SIRegisterInfo()
82 ++PressureSetRegUnits[PSets[j]]; in SIRegisterInfo()