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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp9 // This file implements Block Frequency class.
19 Frequency = Prob.scale(Frequency);
24 BlockFrequency Freq(Frequency);
30 Frequency = Prob.scaleByInverse(Frequency);
35 BlockFrequency Freq(Frequency);
41 uint64_t Before = Freq.Frequency;
42 Frequency += Freq.Frequency;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
23 // This class represents Block Frequency as a 64-bit value.
25 uint64_t Frequency; member in class:llvm::BlockFrequency
28 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { }
35 uint64_t getFrequency() const { return Frequency; }
59 return Frequency < RHS.Frequency;
63 return Frequency <= RHS.Frequency;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp179 if (Edge.Frequency == Iterations)
181 double Factor = (double)Edge.Frequency / Iterations;
390 FOS << " [ probability: " << ((DE->Frequency * 100) / Iterations)
442 It->Frequency++;
624 double Frequency = (double)ResourceCycles * 100 / TotalCycles;
627 << format("%.2f", floor((Frequency * 100) + 0.5) / 100) << "% ]";
H A DBottleneckAnalysis.h197 unsigned Frequency; member in struct:llvm::mca::DependencyEdge
/freebsd-11-stable/sys/dev/rp/
H A Drp_pci.c118 Byte_t Frequency,
258 Byte_t Frequency,
255 sPCIInitController( CONTROLLER_t *CtlP, int AiopNum, int IRQNum, Byte_t Frequency, int PeriodicOnly, int VendorDevice) argument
H A Drp_isa.c138 Byte_t Frequency,
305 IRQNum,Frequency,PeriodicOnly)
319 Byte_t Frequency: A flag identifying the frequency
328 If IRQNum is set to 0 the Frequency parameter is
341 are allowed, set Frequency to FREQ_DIS and PeriodicOnly to FALSE.
345 Setting Frequency to FREQ_DIS and PeriodicOnly to TRUE is an
370 Byte_t Frequency,
405 ISACTL(CtlP)->MReg3 = Frequency; /* set frequency */
366 sInitController( CONTROLLER_T *CtlP, CONTROLLER_T *MudbacCtlP, int AiopNum, int IRQNum, Byte_t Frequency, int PeriodicOnly) argument
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.h482 unsigned __int64 TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_ProbeGeneratorFrequency(unsigned __int64 Frequency);
483 unsigned __int64 TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_SetGeneratorFrequency(TAU32_Controller *pControllerObject, unsigned __int64 Frequency);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h1423 UINT32 Frequency; member in struct:acpi_mtmr_entry
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c1999 {ACPI_DMT_UINT64, ACPI_LPIT0_OFFSET (CounterFrequency), "Counter Frequency", 0},
2411 {ACPI_DMT_UINT32, ACPI_MTMR0_OFFSET (Frequency), "Frequency", 0},

Completed in 80 milliseconds