/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 93 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 …]
|
D | MachineScheduler.h | 379 std::vector<PressureChange> RegionCriticalPSets; 421 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 103 class PressureChange { 108 PressureChange() = default; 109 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange() function 129 bool operator==(const PressureChange &RHS) const { 147 PressureChange PressureChanges[MaxPSets]; 149 using iterator = PressureChange *; 155 using const_iterator = const PressureChange *; 240 PressureChange Excess; 241 PressureChange CriticalMax; 242 PressureChange CurrentMax; [all …]
|
D | MachineScheduler.h | 409 std::vector<PressureChange> RegionCriticalPSets; 449 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets() 925 bool tryPressure(const PressureChange &TryP, 926 const PressureChange &CandP,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 103 class PressureChange { 108 PressureChange() = default; 109 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange() function 129 bool operator==(const PressureChange &RHS) const { 147 PressureChange PressureChanges[MaxPSets]; 149 using iterator = PressureChange *; 155 using const_iterator = const PressureChange *; 240 PressureChange Excess; 241 PressureChange CriticalMax; 242 PressureChange CurrentMax; [all …]
|
D | MachineScheduler.h | 412 std::vector<PressureChange> RegionCriticalPSets; 452 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets() 928 bool tryPressure(const PressureChange &TryP, 929 const PressureChange &CandP,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 128 for (const PressureChange &Change : *this) { in dump() 139 void PressureChange::dump() const { in dump() 686 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange() 699 *I = PressureChange(); in addPressureChange() 963 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 984 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 999 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta() 1002 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta() 1003 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta() 1019 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta() [all …]
|
D | MachineScheduler.cpp | 1059 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure() 1063 for (const PressureChange &RCPS in initRegPressure() 1074 for (const PressureChange &PC : PDiff) { in updateScheduledPressure() 2595 PressureChange P; in traceCandidate() 2863 bool tryPressure(const PressureChange &TryP, in tryPressure() 2864 const PressureChange &CandP, in tryPressure()
|
D | MachinePipeliner.cpp | 1610 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 128 for (const PressureChange &Change : *this) { in dump() 139 void PressureChange::dump() const { in dump() 688 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange() 701 *I = PressureChange(); in addPressureChange() 965 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 986 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 1001 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta() 1004 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta() 1005 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta() 1021 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta() [all …]
|
D | MachineScheduler.cpp | 1076 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure() 1080 for (const PressureChange &RCPS in initRegPressure() 1091 for (const PressureChange &PC : PDiff) { in updateScheduledPressure() 2729 PressureChange P; in traceCandidate() 3008 bool tryPressure(const PressureChange &TryP, in tryPressure() 3009 const PressureChange &CandP, in tryPressure()
|
D | MachinePipeliner.cpp | 1694 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 102 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 …]
|
D | MachineScheduler.cpp | 950 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()
|
D | MachinePipeliner.cpp | 1755 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 236 PressureChange P = PressureChange());
|
D | HexagonMachineScheduler.cpp | 418 SUnit *SU, PressureChange P) { in traceCandidate()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | TypeTraitsTest.cpp | 20 static_assert(std::is_trivially_copyable<PressureChange>::value,
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 266 int Cost, PressureChange P = PressureChange());
|
D | HexagonMachineScheduler.cpp | 485 const ReadyQueue &Q, SUnit *SU, int Cost, PressureChange P) { in traceCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 266 int Cost, PressureChange P = PressureChange());
|
D | HexagonMachineScheduler.cpp | 485 const ReadyQueue &Q, SUnit *SU, int Cost, PressureChange P) { in traceCandidate()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 112 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate() 117 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate() 132 PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate() 136 PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 112 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/ |
D | midifile.py | 755 self.PressureChange(event) 785 def PressureChange (self, event): member in MIDIControllers
|