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

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DBlockFrequency.cpp9 // This file implements Block Frequency class.
20 Frequency = Prob.scale(Frequency);
25 BlockFrequency Freq(Frequency);
31 Frequency = Prob.scaleByInverse(Frequency);
36 BlockFrequency Freq(Frequency);
42 uint64_t Before = Freq.Frequency;
43 Frequency += Freq.Frequency;
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
22 // This class represents Block Frequency as a 64-bit value.
24 uint64_t Frequency; member in class:llvm::BlockFrequency
27 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { }
34 uint64_t getFrequency() const { return Frequency; }
58 return Frequency < RHS.Frequency;
62 return Frequency <= RHS.Frequency;
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu8_fusion.h72 uint32_t Frequency; member in struct:SMU8_Fusion_ClkLevel
H A Dsmu7_fusion.h155 uint32_t Frequency; member in struct:SMU7_Fusion_ExtClkLevel
H A Dsmu71_discrete.h202 uint32_t Frequency; member in struct:SMU71_Discrete_ExtClkLevel
H A Dsmu7_discrete.h255 uint32_t Frequency; member in struct:SMU7_Discrete_ExtClkLevel
H A Dsmu72_discrete.h185 uint32_t Frequency; member in struct:SMU72_Discrete_ExtClkLevel
714 /*Frequency */
H A Dsmu74_discrete.h196 uint32_t Frequency; member in struct:SMU74_Discrete_ExtClkLevel
H A Dsmu75_discrete.h211 uint32_t Frequency; member in struct:SMU75_Discrete_ExtClkLevel
H A Dsmu73_discrete.h169 uint32_t Frequency; member in struct:SMU73_Discrete_ExtClkLevel
725 //Frequency
/openbsd-current/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp176 if (Edge.Frequency == Iterations)
178 double Factor = (double)Edge.Frequency / Iterations;
381 FOS << " [ probability: " << ((DE->Frequency * 100) / Iterations)
433 It->Frequency++;
616 double Frequency = (double)ResourceCycles * 100 / TotalCycles;
619 << format("%.2f", floor((Frequency * 100) + 0.5) / 100) << "% ]";
H A DBottleneckAnalysis.h199 unsigned Frequency; member in struct:llvm::mca::DependencyEdge
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h162 for (const auto &[Target, Frequency] : Sample.second.getCallTargets()) {
164 addProfiledCall(Samples.getFuncName(), Target, Frequency);
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c481 clock_table->SclkBreakdownTable.ClkLevel[i].Frequency =
485 clock_table->SclkBreakdownTable.ClkLevel[i].Frequency,
498 clock_table->AclkBreakdownTable.ClkLevel[i].Frequency =
502 clock_table->AclkBreakdownTable.ClkLevel[i].Frequency,
512 clock_table->VclkBreakdownTable.ClkLevel[i].Frequency =
516 clock_table->VclkBreakdownTable.ClkLevel[i].Frequency,
524 clock_table->DclkBreakdownTable.ClkLevel[i].Frequency =
528 clock_table->DclkBreakdownTable.ClkLevel[i].Frequency,
537 clock_table->EclkBreakdownTable.ClkLevel[i].Frequency =
542 clock_table->EclkBreakdownTable.ClkLevel[i].Frequency,
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dsmu7_fusion.h160 uint32_t Frequency; member in struct:SMU7_Fusion_ExtClkLevel
H A Dsmu7_discrete.h255 uint32_t Frequency; member in struct:SMU7_Discrete_ExtClkLevel
H A Dci_dpm.c2663 table->VceLevel[count].Frequency =
2671 table->VceLevel[count].Frequency, false, &dividers);
2677 table->VceLevel[count].Frequency = cpu_to_be32(table->VceLevel[count].Frequency);
2696 table->AcpLevel[count].Frequency =
2704 table->AcpLevel[count].Frequency, false, &dividers);
2710 table->AcpLevel[count].Frequency = cpu_to_be32(table->AcpLevel[count].Frequency);
2728 table->SamuLevel[count].Frequency =
2736 table->SamuLevel[count].Frequency, fals
[all...]
H A Dkv_dpm.c749 pi->vce_level[i].Frequency = cpu_to_be32(table->entries[i].evclk);
812 pi->samu_level[i].Frequency = cpu_to_be32(table->entries[i].clk);
874 pi->acp_level[i].Frequency = cpu_to_be32(table->entries[i].clk);
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h408 for (const auto &[Target, Frequency] : Targets) {
409 SortedTargets.emplace(Target, Frequency);
418 for (const auto &[Target, Frequency] : Targets) {
419 AdjustedTargets[Target] = Frequency * DistributionFactor;
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c88 /* Voltage, Frequency, DpmLevel, DivId, Level, FuncCntl3, FuncCntl4, Spectrum, Spectrum2, DynRm, DynRm1 Did, Watermark, ForActivity, ForThrottle, UpHyst, DownHyst, DownHyst, Throttle */
1094 * MCLK Frequency Ratio
1096 * Bit[27:24] \96 DDR3 Frequency ratio
1313 /* Get MinVoltage and Frequency from DPM0,
1372 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */
1433 table->VceLevel[count].Frequency = mm_table->entries[count].eclk;
1444 table->VceLevel[count].Frequency, &dividers);
1451 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency);
1472 table->AcpLevel[count].Frequency = mm_table->entries[count].aclk;
1481 table->AcpLevel[count].Frequency,
[all...]
H A Dci_smumgr.c1572 table->VceLevel[count].Frequency = vce_table->entries[count].evclk;
1578 table->VceLevel[count].Frequency, &dividers);
1585 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency);
1604 table->AcpLevel[count].Frequency = acp_table->entries[count].acpclk;
1609 table->AcpLevel[count].Frequency, &dividers);
1615 CONVERT_FROM_HOST_TO_SMC_UL(table->AcpLevel[count].Frequency);
H A Dtonga_smumgr.c851 Fref = Reference Frequency
1384 table->VceLevel[count].Frequency =
1400 table->VceLevel[count].Frequency, &dividers);
1407 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency);
1429 table->AcpLevel[count].Frequency =
1445 table->AcpLevel[count].Frequency, &dividers);
1451 CONVERT_FROM_HOST_TO_SMC_UL(table->AcpLevel[count].Frequency);
H A Dpolaris10_smumgr.c1290 /* Get MinVoltage and Frequency from DPM0,
1326 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */
1382 table->VceLevel[count].Frequency = mm_table->entries[count].eclk;
1402 table->VceLevel[count].Frequency, &dividers);
1409 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency);
1432 table->SamuLevel[count].Frequency = mm_table->entries[count].samclock;
1451 table->SamuLevel[count].Frequency, &dividers);
1458 CONVERT_FROM_HOST_TO_SMC_UL(table->SamuLevel[count].Frequency);
H A Dvegam_smumgr.c1123 /* Get MinVoltage and Frequency from DPM0,
1162 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */
1211 table->VceLevel[count].Frequency = mm_table->entries[count].eclk;
1231 table->VceLevel[count].Frequency, &dividers);
1238 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency);
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_kv_dpm.c980 pi->vce_level[i].Frequency = cpu_to_be32(table->entries[i].evclk);
1043 pi->samu_level[i].Frequency = cpu_to_be32(table->entries[i].clk);
1105 pi->acp_level[i].Frequency = cpu_to_be32(table->entries[i].clk);

Completed in 256 milliseconds