Searched refs:Pressure (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 153 std::vector<unsigned> &Pressure, in getRegisterPressures() argument 159 TempTracker.getDownwardPressure(SU->getInstr(), Pressure, MaxPressure); in getRegisterPressures() 161 TempTracker.getUpwardPressure(SU->getInstr(), Pressure, MaxPressure); in getRegisterPressures() 176 Pressure.clear(); in initCandidate() 191 getRegisterPressures(AtTop, RPTracker, SU, Pressure, MaxPressure); in initCandidate() 194 Pressure.resize(4, 0); in initCandidate() 195 Pressure[AMDGPU::RegisterPressureSets::SReg_32] = SGPRPressure; in initCandidate() 196 Pressure[AMDGPU::RegisterPressureSets::VGPR_32] = VGPRPressure; in initCandidate() 203 Pressure[Diff.getPSet()] += in initCandidate() 210 if (Pressure[AMDGPU::RegisterPressureSets::SReg_32] != in initCandidate() [all …]
|
H A D | GCNSchedStrategy.h | 55 std::vector<unsigned> Pressure; variable 209 SmallVector<GCNRegPressure, 32> Pressure; variable
|
H A D | SIMachineScheduler.cpp | 306 IntervalPressure Pressure, BotPressure; in initRegPressure() local 307 RegPressureTracker RPTracker(Pressure), BotRPTracker(BotPressure); in initRegPressure()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 92 static void printResourcePressure(formatted_raw_ostream &OS, double Pressure, in printResourcePressure() argument 94 if (!Pressure || Pressure < 0.005) { in printResourcePressure() 98 OS << format("%.2f", floor((Pressure * 100) + 0.5) / 100); in printResourcePressure()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/ |
H A D | ms5611.txt | 3 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.
|
H A D | zpa2326.txt | 3 Pressure sensor from Murata with SPI and I2C bus interfaces.
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | property-units.txt | 42 Pressure
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | iqs5xx.txt | 32 - touchscreen-max-pressure : See [2]. Pressure is expressed as the sum of
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | st-sensors.txt | 75 Pressure sensors:
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 1056 RegionPressure Pressure; in getBBRegisterPressure() local 1057 RegPressureTracker RPTracker(Pressure); in getBBRegisterPressure()
|
H A D | MachinePipeliner.cpp | 1269 void increaseRegisterPressure(std::vector<unsigned> &Pressure, in increaseRegisterPressure() argument 1274 Pressure[*PSetIter] += Weight; in increaseRegisterPressure() 1277 void decreaseRegisterPressure(std::vector<unsigned> &Pressure, in decreaseRegisterPressure() argument 1282 auto &P = Pressure[*PSetIter]; in decreaseRegisterPressure()
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 996 0x30 Tip Pressure 997 0x31 Barrel Pressure
|
H A D | usb_vendors | 18646 15c5 Pressure Profile Systems, Inc. 25000 030 Tip Pressure 25001 031 Barrel Pressure
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 624 RegionPressure Pressure; in shouldReduceRegisterPressure() local 625 RegPressureTracker RPTracker(Pressure); in shouldReduceRegisterPressure()
|