Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h93 class PressureChange {
97 PressureChange(): PSetID(0), UnitInc(0) {} in PressureChange() function
98 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) { in PressureChange() function
115 bool operator==(const PressureChange &RHS) const {
120 template <> struct isPodLike<PressureChange> {
135 PressureChange PressureChanges[MaxPSets];
137 typedef PressureChange* iterator;
142 typedef const PressureChange* const_iterator;
224 PressureChange Excess;
225 PressureChange CriticalMax;
[all …]
DMachineScheduler.h379 std::vector<PressureChange> RegionCriticalPSets;
421 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange() function
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess;
244 PressureChange CriticalMax;
[all …]
DMachineScheduler.h422 std::vector<PressureChange> RegionCriticalPSets;
462 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
912 bool tryPressure(const PressureChange &TryP,
913 const PressureChange &CandP,
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp102 for (const PressureChange &Change : *this) { in dump()
646 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()
922 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
943 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
958 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()
961 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
962 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
978 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
986 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()
1054 ArrayRef<PressureChange> CriticalPSets, in getMaxUpwardPressureDelta()
[all …]
DMachineScheduler.cpp950 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()
2416 PressureChange P; in traceCandidate()
2677 static bool tryPressure(const PressureChange &TryP, in tryPressure()
2678 const PressureChange &CandP, in tryPressure()
DMachinePipeliner.cpp1755 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterPressure.cpp129 for (const PressureChange &Change : *this) { in dump()
671 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()
943 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
964 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
979 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()
982 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
983 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
999 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
1007 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()
1075 ArrayRef<PressureChange> CriticalPSets, in getMaxUpwardPressureDelta()
[all …]
DMachineScheduler.cpp1067 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()
1071 for (const PressureChange &RCPS in initRegPressure()
1082 for (const PressureChange &PC : PDiff) { in updateScheduledPressure()
2496 PressureChange P; in traceCandidate()
2762 bool tryPressure(const PressureChange &TryP, in tryPressure()
2763 const PressureChange &CandP, in tryPressure()
DMachinePipeliner.cpp1881 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h236 PressureChange P = PressureChange());
DHexagonMachineScheduler.cpp418 SUnit *SU, PressureChange P) { in traceCandidate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h267 int Cost, PressureChange P = PressureChange());
DHexagonMachineScheduler.cpp485 const ReadyQueue &Q, SUnit *SU, int Cost, PressureChange P) { in traceCandidate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp112 Cand.RPDelta.Excess = PressureChange(SRI->getVGPRPressureSet()); in initCandidate()
117 Cand.RPDelta.Excess = PressureChange(SRI->getSGPRPressureSet()); in initCandidate()
131 Cand.RPDelta.CriticalMax = PressureChange(SRI->getSGPRPressureSet()); in initCandidate()
134 Cand.RPDelta.CriticalMax = PressureChange(SRI->getVGPRPressureSet()); in initCandidate()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py755 self.PressureChange(event)
785 def PressureChange (self, event): member in MIDIControllers