Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp173 const int *PSetID = TRI->getRegClassPressureSets(C); in computePSetLimit() local
174 for (; *PSetID != -1; ++PSetID) { in computePSetLimit()
175 if ((unsigned)*PSetID == Idx) in computePSetLimit()
178 if (*PSetID == -1) in computePSetLimit()
DRegisterPressure.cpp1170 unsigned PSetID = PDiffI->getPSet(); in getUpwardPressureDelta() local
1171 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); in getUpwardPressureDelta()
1173 Limit += LiveThruPressure[PSetID]; in getUpwardPressureDelta()
1175 unsigned POld = CurrSetPressure[PSetID]; in getUpwardPressureDelta()
1176 unsigned MOld = P.MaxSetPressure[PSetID]; in getUpwardPressureDelta()
1192 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()
1200 while (CritIdx != CritEnd && CriticalPSets[CritIdx].getPSet() < PSetID) in getUpwardPressureDelta()
1203 if (CritIdx != CritEnd && CriticalPSets[CritIdx].getPSet() == PSetID) { in getUpwardPressureDelta()
1206 Delta.CriticalMax = PressureChange(PSetID); in getUpwardPressureDelta()
1212 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) { in getUpwardPressureDelta()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h104 uint16_t PSetID = 0; // ID+1. 0=Invalid. variable
109 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange()
113 bool isValid() const { return PSetID > 0; } in isValid()
117 return PSetID - 1; in getPSet()
122 return (PSetID - 1) & std::numeric_limits<uint16_t>::max(); in getPSetOrMax()
130 return PSetID == RHS.PSetID && UnitInc == RHS.UnitInc;
DTargetRegisterInfo.h732 unsigned PSetID) const { in getRegPressureSetScore() argument
733 return PSetID; in getRegPressureSetScore()
/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
34 if (PSets[i] == (int)PSetID) in hasPressureSet()
40 void SIRegisterInfo::classifyPressureSet(unsigned PSetID, unsigned Reg, in classifyPressureSet() argument
44 if (hasPressureSet(PSets, PSetID)) { in classifyPressureSet()
45 PressureSets.set(PSetID); in classifyPressureSet()
DSIRegisterInfo.h40 void classifyPressureSet(unsigned PSetID, unsigned Reg,