Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterClassInfo.cpp208 const int *PSetID = TRI->getRegClassPressureSets(C); in computePSetLimit() local
209 for (; *PSetID != -1; ++PSetID) { in computePSetLimit()
210 if ((unsigned)*PSetID == Idx) in computePSetLimit()
213 if (*PSetID == -1) in computePSetLimit()
DRegisterPressure.cpp1171 unsigned PSetID = PDiffI->getPSet(); in getUpwardPressureDelta() local
1172 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); in getUpwardPressureDelta()
1174 Limit += LiveThruPressure[PSetID]; in getUpwardPressureDelta()
1176 unsigned POld = CurrSetPressure[PSetID]; in getUpwardPressureDelta()
1177 unsigned MOld = P.MaxSetPressure[PSetID]; in getUpwardPressureDelta()
1193 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()
1201 while (CritIdx != CritEnd && CriticalPSets[CritIdx].getPSet() < PSetID) in getUpwardPressureDelta()
1204 if (CritIdx != CritEnd && CriticalPSets[CritIdx].getPSet() == PSetID) { in getUpwardPressureDelta()
1207 Delta.CriticalMax = PressureChange(PSetID); in getUpwardPressureDelta()
1213 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) { in getUpwardPressureDelta()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRegisterPressure.h103 uint16_t PSetID = 0; // ID+1. 0=Invalid. variable
108 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange()
112 bool isValid() const { return PSetID > 0; } in isValid()
116 return PSetID - 1; in getPSet()
121 return (PSetID - 1) & std::numeric_limits<uint16_t>::max(); in getPSetOrMax()
129 return PSetID == RHS.PSetID && UnitInc == RHS.UnitInc;
DTargetRegisterInfo.h839 unsigned PSetID) const { in getRegPressureSetScore() argument
840 return PSetID; in getRegPressureSetScore()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp308 for (unsigned PSetID : PSetIDs) { in EmitRegUnitPressure() local
309 PSets[i].push_back(RegBank.getRegPressureSet(PSetID).Order); in EmitRegUnitPressure()