| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkInstructionMix.cpp | 73 llvm::DenseMap<StringRef, unsigned> Histogram; in INPUT_OUTPUT_COMMAND_LINE_OPTIONS() local 90 Histogram[Key] += Val; in INPUT_OUTPUT_COMMAND_LINE_OPTIONS() 96 llvm::SmallVector<MixEntry> Mix(Histogram.begin(), Histogram.end()); in INPUT_OUTPUT_COMMAND_LINE_OPTIONS()
|
| /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/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProfRadixTree.cpp | 230 llvm::DenseMap<FrameIdTy, FrameStat> Histogram; in computeFrameHistogram() local 235 auto &S = Histogram[CS[I]]; in computeFrameHistogram() 240 return Histogram; in computeFrameHistogram()
|
| /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 | 42 bool Histogram = false; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1165 DenseMap<StringRef, ImportStatistics> Histogram; in collectImportStatistics() local 1168 ImportStatistics &Entry = Histogram[FromModule]; in collectImportStatistics() 1175 return Histogram; in collectImportStatistics() 1292 DenseMap<StringRef, ImportStatistics> Histogram = in ComputeCrossModuleImport() local 1296 << " vars. Imports from " << Histogram.size() in ComputeCrossModuleImport() 1298 for (const auto &[SrcModName, Stats] : Histogram) { in ComputeCrossModuleImport() 1315 DenseMap<StringRef, ImportStatistics> Histogram = in dumpImportListForModule() local 1318 << Histogram.size() << " modules.\n"); in dumpImportListForModule() 1319 for (const auto &[SrcModName, Stats] : Histogram) { in dumpImportListForModule()
|
| /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/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/compiler-rt/include/profile/ |
| H A D | MemProfData.inc | 129 uintptr_t Histogram, uint32_t HistogramSize) 160 AccessHistogram = 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/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 703 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 | AArch64SchedA320.td | 864 // Histogram operations
|
| H A D | AArch64SchedNeoverseN2.td | 1802 // Histogram operations
|
| H A D | AArch64SchedNeoverseN3.td | 1774 // Histogram operations
|
| H A D | AArch64SchedNeoverseV2.td | 2289 // Histogram operations
|
| H A D | SVEInstrFormats.td | 9183 // SVE2 Histogram Computation - Segment Group 9204 // SVE2 Histogram Computation - Vector Group
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6463 SDValue Histogram = DAG.getMaskedHistogram(DAG.getVTList(MVT::Other), VT, sdl, in visitVectorHistogram() local 6466 setValue(&I, Histogram); in visitVectorHistogram() 6467 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 | 1789 // SVE2 - Vector Histogram count
|