Home
last modified time | relevance | path

Searched refs:Frequency (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Support/
DBlockFrequency.cpp20 Frequency = Prob.scale(Frequency); in operator *=()
25 BlockFrequency Freq(Frequency); in operator *()
31 Frequency = Prob.scaleByInverse(Frequency); in operator /=()
36 BlockFrequency Freq(Frequency); in operator /()
42 uint64_t Before = Freq.Frequency; in operator +=()
43 Frequency += Freq.Frequency; in operator +=()
46 if (Frequency < Before) in operator +=()
47 Frequency = UINT64_MAX; in operator +=()
53 BlockFrequency NewFreq(Frequency); in operator +()
60 if (Frequency <= Freq.Frequency) in operator -=()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DBlockFrequency.h24 uint64_t Frequency; variable
27 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { } in Frequency() function
34 uint64_t getFrequency() const { return Frequency; } in getFrequency()
58 return Frequency < RHS.Frequency;
62 return Frequency <= RHS.Frequency;
66 return Frequency > RHS.Frequency;
70 return Frequency >= RHS.Frequency;
74 return Frequency == RHS.Frequency;
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp176 if (Edge.Frequency == Iterations) in pruneEdges()
178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges()
381 FOS << " [ probability: " << ((DE->Frequency * 100) / Iterations) in printCriticalSequence()
433 It->Frequency++; in addDependency()
616 double Frequency = (double)ResourceCycles * 100 / TotalCycles; in printBottleneckHints() local
619 << format("%.2f", floor((Frequency * 100) + 0.5) / 100) << "% ]"; in printBottleneckHints()
DBottleneckAnalysis.h199 unsigned Frequency; member
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DProfiledCallGraph.h162 for (const auto &[Target, Frequency] : Sample.second.getCallTargets()) { in addProfiledCalls()
164 addProfiledCall(Samples.getFuncName(), Target, Frequency); in addProfiledCalls()
/openbsd/src/gnu/llvm/llvm/docs/
DBlockFrequencyTerminology.rst2 LLVM Block Frequency Terminology
11 Block Frequency is a metric for estimating the relative frequency of different
53 Block Frequency
DGettingInvolved.rst158 - Frequency
/openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
Dsmu8_hwmgr.c481 clock_table->SclkBreakdownTable.ClkLevel[i].Frequency = in smu8_upload_pptable_to_smu()
485 clock_table->SclkBreakdownTable.ClkLevel[i].Frequency, in smu8_upload_pptable_to_smu()
498 clock_table->AclkBreakdownTable.ClkLevel[i].Frequency = in smu8_upload_pptable_to_smu()
502 clock_table->AclkBreakdownTable.ClkLevel[i].Frequency, in smu8_upload_pptable_to_smu()
512 clock_table->VclkBreakdownTable.ClkLevel[i].Frequency = in smu8_upload_pptable_to_smu()
516 clock_table->VclkBreakdownTable.ClkLevel[i].Frequency, in smu8_upload_pptable_to_smu()
524 clock_table->DclkBreakdownTable.ClkLevel[i].Frequency = in smu8_upload_pptable_to_smu()
528 clock_table->DclkBreakdownTable.ClkLevel[i].Frequency, in smu8_upload_pptable_to_smu()
537 clock_table->EclkBreakdownTable.ClkLevel[i].Frequency = in smu8_upload_pptable_to_smu()
542 clock_table->EclkBreakdownTable.ClkLevel[i].Frequency, in smu8_upload_pptable_to_smu()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
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/src/sys/dev/pci/drm/radeon/
Dsmu7_fusion.h155 uint32_t Frequency; member
Dsmu7_discrete.h244 uint32_t Frequency; member
Dci_dpm.c2658 table->VceLevel[count].Frequency = in ci_populate_smc_vce_level()
2666 table->VceLevel[count].Frequency, false, &dividers); in ci_populate_smc_vce_level()
2672 table->VceLevel[count].Frequency = cpu_to_be32(table->VceLevel[count].Frequency); in ci_populate_smc_vce_level()
2691 table->AcpLevel[count].Frequency = in ci_populate_smc_acp_level()
2699 table->AcpLevel[count].Frequency, false, &dividers); in ci_populate_smc_acp_level()
2705 table->AcpLevel[count].Frequency = cpu_to_be32(table->AcpLevel[count].Frequency); in ci_populate_smc_acp_level()
2723 table->SamuLevel[count].Frequency = in ci_populate_smc_samu_level()
2731 table->SamuLevel[count].Frequency, false, &dividers); in ci_populate_smc_samu_level()
2737 table->SamuLevel[count].Frequency = cpu_to_be32(table->SamuLevel[count].Frequency); in ci_populate_smc_samu_level()
Dkv_dpm.c748 pi->vce_level[i].Frequency = cpu_to_be32(table->entries[i].evclk); in kv_populate_vce_table()
811 pi->samu_level[i].Frequency = cpu_to_be32(table->entries[i].clk); in kv_populate_samu_table()
873 pi->acp_level[i].Frequency = cpu_to_be32(table->entries[i].clk); in kv_populate_acp_table()
/openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
Dfiji_smumgr.c1433 table->VceLevel[count].Frequency = mm_table->entries[count].eclk; in fiji_populate_smc_vce_level()
1444 table->VceLevel[count].Frequency, &dividers); in fiji_populate_smc_vce_level()
1451 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency); in fiji_populate_smc_vce_level()
1472 table->AcpLevel[count].Frequency = mm_table->entries[count].aclk; in fiji_populate_smc_acp_level()
1481 table->AcpLevel[count].Frequency, &dividers); in fiji_populate_smc_acp_level()
1487 CONVERT_FROM_HOST_TO_SMC_UL(table->AcpLevel[count].Frequency); in fiji_populate_smc_acp_level()
Dpolaris10_smumgr.c1382 table->VceLevel[count].Frequency = mm_table->entries[count].eclk; in polaris10_populate_smc_vce_level()
1402 table->VceLevel[count].Frequency, &dividers); in polaris10_populate_smc_vce_level()
1409 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency); in polaris10_populate_smc_vce_level()
1432 table->SamuLevel[count].Frequency = mm_table->entries[count].samclock; in polaris10_populate_smc_samu_level()
1451 table->SamuLevel[count].Frequency, &dividers); in polaris10_populate_smc_samu_level()
1458 CONVERT_FROM_HOST_TO_SMC_UL(table->SamuLevel[count].Frequency); in polaris10_populate_smc_samu_level()
Dci_smumgr.c1572 table->VceLevel[count].Frequency = vce_table->entries[count].evclk; in ci_populate_smc_vce_level()
1578 table->VceLevel[count].Frequency, &dividers); in ci_populate_smc_vce_level()
1585 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency); in ci_populate_smc_vce_level()
1604 table->AcpLevel[count].Frequency = acp_table->entries[count].acpclk; in ci_populate_smc_acp_level()
1609 table->AcpLevel[count].Frequency, &dividers); in ci_populate_smc_acp_level()
1615 CONVERT_FROM_HOST_TO_SMC_UL(table->AcpLevel[count].Frequency); in ci_populate_smc_acp_level()
Dtonga_smumgr.c1384 table->VceLevel[count].Frequency = in tonga_populate_smc_vce_level()
1400 table->VceLevel[count].Frequency, &dividers); in tonga_populate_smc_vce_level()
1407 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency); in tonga_populate_smc_vce_level()
1429 table->AcpLevel[count].Frequency = in tonga_populate_smc_acp_level()
1445 table->AcpLevel[count].Frequency, &dividers); in tonga_populate_smc_acp_level()
1451 CONVERT_FROM_HOST_TO_SMC_UL(table->AcpLevel[count].Frequency); in tonga_populate_smc_acp_level()
Dvegam_smumgr.c1211 table->VceLevel[count].Frequency = mm_table->entries[count].eclk; in vegam_populate_smc_vce_level()
1231 table->VceLevel[count].Frequency, &dividers); in vegam_populate_smc_vce_level()
1238 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].Frequency); in vegam_populate_smc_vce_level()
/openbsd/src/share/misc/
Dusb_hid_usages899 0x168 Channel Low Frequency Enhancement
1443 0x300 Sampling Frequency
1546 0x28 Electrical: Frequency
1840 0x507 Data Field: Frequency
1981 0x81F Sensor Event: Frequency Exceeded
2181 0xB000 Modifier: Frequency Max
2313 0x0B Horizontal Frequency
2314 0x0C Vertical Frequency
2362 0xAC Horizontal Frequency
2363 0xAE Vertical Frequency
[all …]
/openbsd/src/sys/arch/macppc/conf/
DGENERIC145 dfs* at macgpio? # Dynamic Frequency Switching.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlre.pod1884 Frequency>.
2019 L</Embedded Code Execution Frequency>.
3322 =head2 Embedded Code Execution Frequency
/openbsd/src/share/zoneinfo/datfiles/
Dasia1373 # summary published by the Time and Frequency Laboratory of the
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td5244 HelpText<"Source Code Analysis - Dead Symbol Removal Frequency">;