Searched refs:Power (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h61 unsigned Power; member in struct:llvm::reassociate::Factor
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} argument
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_cyan_skillfish.h61 uint32_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_GFX member in struct:SmuMetricsTable_t
H A Dsmu11_driver_if_vangogh.h180 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX member in struct:__anon507
210 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX member in struct:__anon508
H A Dsmu13_driver_if_v13_0_5.h99 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member in struct:__anon626
H A Dsmu12_driver_if.h184 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member in struct:__anon899
H A Dsmu13_driver_if_v13_0_4.h171 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member in struct:__anon619
H A Dsmu13_driver_if_yellow_carp.h171 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member in struct:__anon723
H A Dsmu13_driver_if_v13_0_0.h181 SVI_PSI_6, // Power down to 0V (voltage regulation disabled)
875 uint16_t Power[PPT_THROTTLER_COUNT][POWER_SOURCE_COUNT]; // Watts member in struct:__anon588
953 uint16_t SocketPowerLimitAc[PPT_THROTTLER_COUNT]; // In Watts. Power limit that PMFW attempts to control to in AC mode. Multiple limits supported
954 uint16_t SocketPowerLimitDc[PPT_THROTTLER_COUNT]; // In Watts. Power limit that PMFW attempts to control to in DC mode. Multiple limits supported
956 uint16_t SocketPowerLimitSmartShift2; // In Watts. Power limit used SmartShift
1062 //GFX Idle Power Settings
1249 // Section: Total Board Power idle vs active coefficients
H A Dsmu13_driver_if_v13_0_7.h182 SVI_PSI_6, // Power down to 0V (voltage regulation disabled)
884 uint16_t Power[PPT_THROTTLER_COUNT][POWER_SOURCE_COUNT]; // Watts member in struct:__anon692
962 uint16_t SocketPowerLimitAc[PPT_THROTTLER_COUNT]; // In Watts. Power limit that PMFW attempts to control to in AC mode. Multiple limits supported
963 uint16_t SocketPowerLimitDc[PPT_THROTTLER_COUNT]; // In Watts. Power limit that PMFW attempts to control to in DC mode. Multiple limits supported
965 uint16_t SocketPowerLimitSmartShift2; // In Watts. Power limit used SmartShift
1071 //GFX Idle Power Settings
1249 // Section: Total Board Power idle vs active coefficients
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.h180 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member in struct:__anon258
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c1716 gpu_metrics->average_cpu_power = metrics.Power[0];
1717 gpu_metrics->average_soc_power = metrics.Power[1];
1718 gpu_metrics->average_gfx_power = metrics.Power[2];
1773 gpu_metrics->average_cpu_power = metrics.Power[0];
1774 gpu_metrics->average_soc_power = metrics.Power[1];
1775 gpu_metrics->average_gfx_power = metrics.Power[2];
1837 gpu_metrics->average_cpu_power = metrics.Current.Power[0];
1838 gpu_metrics->average_soc_power = metrics.Current.Power[1];
1839 gpu_metrics->average_gfx_power = metrics.Current.Power[2];
1908 gpu_metrics->average_cpu_power = metrics.Current.Power[
[all...]
H A Dcyan_skillfish_ppt.c402 gpu_metrics->average_soc_power = metrics.Current.Power[0];
403 gpu_metrics->average_gfx_power = metrics.Current.Power[1];
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1820 return LHS.Power > RHS.Power;
1851 assert(Factors[0].Power);
1854 Idx < Size && Factors[Idx].Power > 0; ++Idx) {
1855 if (Factors[Idx].Power != Factors[LastIdx].Power) {
1868 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power);
1882 return LHS.Power == RHS.Power;
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h158 SDValue factorOutPowerOf2(SDValue V, unsigned Power);
H A DHexagonISelDAGToDAG.cpp1900 SDValue HexagonDAGToDAGISel::factorOutPowerOf2(SDValue V, unsigned Power) { argument
1905 V.getConstantOperandVal(i) % ((uint64_t)1 << Power) == 0) {
1906 uint64_t NewConst = V.getConstantOperandVal(i) >> Power;
1916 if (ShiftAmount == Power)
1918 Ops[1] = CurDAG->getConstant(ShiftAmount - Power,
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp424 unsigned Power = 0; local
426 Power = llvm::Log2_64_Ceil(MaxOffset);
427 OffsetWidth = std::max<uint64_t>(4, llvm::alignTo(Power, 4) / 4);
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_5_ppt.c482 gpu_metrics->average_gfx_power = metrics.Power[0];
483 gpu_metrics->average_soc_power = metrics.Power[1];
H A Dsmu_v13_0_4_ppt.c273 gpu_metrics->average_gfx_power = metrics.Power[0];
274 gpu_metrics->average_soc_power = metrics.Power[1];
H A Dyellow_carp_ppt.c577 gpu_metrics->average_gfx_power = metrics.Power[0];
578 gpu_metrics->average_soc_power = metrics.Power[1];
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c1370 gpu_metrics->average_cpu_power = metrics.Power[0];
1371 gpu_metrics->average_soc_power = metrics.Power[1];
/openbsd-current/gnu/lib/libstdc++/
H A Dconfig.guess1095 Power*:Rhapsody:*:*)
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1532 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) {
1535 if (Power->isMinusOne())
1539 if (Power->equalsInt(2))
1543 if (!Power->getValue()[0]) {
/openbsd-current/gnu/lib/libiberty/
H A Dconfig.guess1190 Power*:Rhapsody:*:*)
/openbsd-current/gnu/lib/libreadline/support/
H A Dconfig.guess1075 Power*:Rhapsody:*:*)
/openbsd-current/gnu/share/
H A Dconfig.guess1059 Power*:Rhapsody:*:*)

Completed in 332 milliseconds

12