/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RetireControlUnitStatistics.h | 39 using Histogram = std::map<unsigned, unsigned>; variable 40 Histogram RetiredPerCycle;
|
H A D | DispatchStatistics.h | 52 using Histogram = std::map<unsigned, unsigned>; variable 53 Histogram DispatchGroupSizePerCycle;
|
H A D | SchedulerStatistics.h | 65 using Histogram = std::map<unsigned, unsigned>; variable 66 Histogram IssueWidthPerCycle;
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 26 #### Histogram Bucket Values 147 ### zpool_latency Histogram 156 #### zpool_latency Histogram Tags argument 164 #### zpool_latency Histogram Fields argument 178 ### zpool_io_size Histogram 196 #### zpool_io_size Histogram Tags argument 204 #### zpool_io_size Histogram Fields argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 41 bool Histogram = false; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 329 uintptr_t Histogram = in CreateNewMIBWithHistogram() local 331 memset((void *)Histogram, 0, HistogramSize * sizeof(uint64_t)); in CreateNewMIBWithHistogram() 335 ((uint64_t *)Histogram)[i] = (uint64_t)Counter; in CreateNewMIBWithHistogram() 338 GetCpuId(), Histogram, HistogramSize); in CreateNewMIBWithHistogram()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 618 llvm::DenseMap<FrameId, FrameStat> Histogram; in computeFrameHistogram() local 623 auto &S = Histogram[CS[I]]; in computeFrameHistogram() 628 return Histogram; in computeFrameHistogram()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 121 O.Histogram = !NoHistogram; in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonScheduleV60.td | 51 // S0-3 | CVI_HIST Histogram |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProfData.inc | 129 uintptr_t Histogram, uint32_t HistogramSize) 160 AccessHistogram = Histogram;
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | MemProfData.inc | 129 uintptr_t Histogram, uint32_t HistogramSize) 160 AccessHistogram = Histogram;
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 700 if (O.Histogram && !Stats.CodeFreq.empty()) { in printStats()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA510.td | 842 // Histogram operations
|
H A D | AArch64SchedNeoverseN2.td | 1761 // Histogram operations
|
H A D | AArch64SchedNeoverseV2.td | 2272 // Histogram operations
|
H A D | SVEInstrFormats.td | 8556 // SVE2 Histogram Computation - Segment Group 8577 // SVE2 Histogram Computation - Vector Group
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6378 SDValue Histogram = DAG.getMaskedHistogram(DAG.getVTList(MVT::Other), VT, sdl, in visitVectorHistogram() local 6381 setValue(&I, Histogram); in visitVectorHistogram() 6382 DAG.setRoot(Histogram); in visitVectorHistogram()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 3154 Yin-Wah Wong Optimal Histogram Matching by Monotone
|
H A D | funstack.in | 24094 title = "Optimal Histogram Matching by Monotone Gray Level Transformation",
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 1896 // SVE2 - Vector Histogram count
|