Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h85 class PressureChange {
89 PressureChange(): PSetID(0), UnitInc(0) {} in PressureChange() function
90 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) { in PressureChange() function
107 bool operator==(const PressureChange &RHS) const {
112 template <> struct isPodLike<PressureChange> {
127 PressureChange PressureChanges[MaxPSets];
129 typedef PressureChange* iterator;
134 typedef const PressureChange* const_iterator;
181 PressureChange Excess;
182 PressureChange CriticalMax;
[all …]
DMachineScheduler.h380 std::vector<PressureChange> RegionCriticalPSets;
417 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp82 for (const PressureChange &Change : *this) { in dump()
452 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()
656 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
677 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
692 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()
695 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
696 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
712 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
720 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()
772 ArrayRef<PressureChange> CriticalPSets, in getMaxUpwardPressureDelta()
[all …]
DMachineScheduler.cpp933 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()
2318 PressureChange P; in traceCandidate()
2578 static bool tryPressure(const PressureChange &TryP, in tryPressure()
2579 const PressureChange &CandP, in tryPressure()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h237 PressureChange P = PressureChange());
DHexagonMachineScheduler.cpp418 SUnit *SU, PressureChange P) { in traceCandidate()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py755 self.PressureChange(event)
785 def PressureChange (self, event): member in MIDIControllers