HomeSort by: relevance | last modified time | path
    Searched defs:pressure (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/bluetooth/
btmagic.c 1250 * pressure 6-bits
1280 struct hid_location pressure; member in struct:__anon2527
1290 .pressure = { .pos = 40, .size = 6 },
1384 if (hid_get_udata(data, &touch.pressure) > sc->sc_firm)
1443 * pressure 6-bits
1463 struct hid_location pressure; member in struct:__anon2529
1473 .pressure = { .pos = 48, .size = 6 },
btmagic.c 1250 * pressure 6-bits
1280 struct hid_location pressure; member in struct:__anon2527
1290 .pressure = { .pos = 40, .size = 6 },
1384 if (hid_get_udata(data, &touch.pressure) > sc->sc_firm)
1443 * pressure 6-bits
1463 struct hid_location pressure; member in struct:__anon2529
1473 .pressure = { .pos = 48, .size = 6 },
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 35 // . The less the register pressure, the best load latencies are hidden
39 // behaviours. For example when register pressure becomes high, it can either
40 // manage to prevent register pressure from going too high, or it can
41 // increase register pressure even more than if it hadn't taken register
42 // pressure into account.
248 std::vector<unsigned> pressure; local
252 TopRPTracker.getDownwardPressure(SU->getInstr(), pressure, MaxPressure);
253 TryCand.SGPRUsage = pressure[AMDGPU::RegisterPressureSets::SReg_32];
254 TryCand.VGPRUsage = pressure[AMDGPU::RegisterPressureSets::VGPR_32];
308 IntervalPressure Pressure, BotPressure
    [all...]
SIMachineScheduler.cpp 35 // . The less the register pressure, the best load latencies are hidden
39 // behaviours. For example when register pressure becomes high, it can either
40 // manage to prevent register pressure from going too high, or it can
41 // increase register pressure even more than if it hadn't taken register
42 // pressure into account.
248 std::vector<unsigned> pressure; local
252 TopRPTracker.getDownwardPressure(SU->getInstr(), pressure, MaxPressure);
253 TryCand.SGPRUsage = pressure[AMDGPU::RegisterPressureSets::SReg_32];
254 TryCand.VGPRUsage = pressure[AMDGPU::RegisterPressureSets::VGPR_32];
308 IntervalPressure Pressure, BotPressure
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 60 2. choose insn with least contribution to register pressure,
153 /* True if we do register pressure relief through live-range
915 /* Do register pressure sensitive insn scheduling if the flag is set
919 /* Map regno -> its pressure class. The map defined only when
923 /* The current register pressure. Only elements corresponding pressure
951 /* Initiate register pressure relative info for scheduling the current
960 /* PRESSURE[CL] describes the pressure on register class CL. Update it
965 mark_regno_birth_or_death (bitmap live, int *pressure, int regno, bool birth_p
1876 int pressure; member in struct:model_pressure_limit
    [all...]
haifa-sched.cc 60 2. choose insn with least contribution to register pressure,
153 /* True if we do register pressure relief through live-range
915 /* Do register pressure sensitive insn scheduling if the flag is set
919 /* Map regno -> its pressure class. The map defined only when
923 /* The current register pressure. Only elements corresponding pressure
951 /* Initiate register pressure relative info for scheduling the current
960 /* PRESSURE[CL] describes the pressure on register class CL. Update it
965 mark_regno_birth_or_death (bitmap live, int *pressure, int regno, bool birth_p
1876 int pressure; member in struct:model_pressure_limit
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 60 2. choose insn with least contribution to register pressure,
153 /* True if we do register pressure relief through live-range
915 /* Do register pressure sensitive insn scheduling if the flag is set
919 /* Map regno -> its pressure class. The map defined only when
923 /* The current register pressure. Only elements corresponding pressure
951 /* Initiate register pressure relative info for scheduling the current
960 /* PRESSURE[CL] describes the pressure on register class CL. Update it
965 mark_regno_birth_or_death (bitmap live, int *pressure, int regno, bool birth_p
1872 int pressure; member in struct:model_pressure_limit
    [all...]
haifa-sched.cc 60 2. choose insn with least contribution to register pressure,
153 /* True if we do register pressure relief through live-range
915 /* Do register pressure sensitive insn scheduling if the flag is set
919 /* Map regno -> its pressure class. The map defined only when
923 /* The current register pressure. Only elements corresponding pressure
951 /* Initiate register pressure relative info for scheduling the current
960 /* PRESSURE[CL] describes the pressure on register class CL. Update it
965 mark_regno_birth_or_death (bitmap live, int *pressure, int regno, bool birth_p
1872 int pressure; member in struct:model_pressure_limit
    [all...]
  /src/sys/sys/
midiio.h 510 uint8_t pressure; member in struct:__anon7620::__anon7634
536 uint8_t pressure; member in struct:__anon7620::__anon7638
718 .pressure=64);
747 e = SEQ_MK_CHN(CHN_PRESSURE, .device=1, .channel=0, .pressure=64);
midiio.h 510 uint8_t pressure; member in struct:__anon7620::__anon7634
536 uint8_t pressure; member in struct:__anon7620::__anon7638
718 .pressure=64);
747 e = SEQ_MK_CHN(CHN_PRESSURE, .device=1, .channel=0, .pressure=64);

Completed in 123 milliseconds