Home
last modified time | relevance | path

Searched refs:PerInstructionValue (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSchedClassResolution.cpp272 LatencyMeasure.PerInstructionValue = 0.0; in getAsPoint()
277 LatencyMeasure.PerInstructionValue = in getAsPoint()
278 std::max<double>(LatencyMeasure.PerInstructionValue, WLE->Cycles); in getAsPoint()
294 Measure.PerInstructionValue = in getAsPoint()
299 Measure.PerInstructionValue = SCDesc->NumMicroOps; in getAsPoint()
311 RThroughputMeasure.PerInstructionValue = in getAsPoint()
DBenchmarkRunner.cpp228 BM.PerInstructionValue /= InstrBenchmark.NumRepetitions; in runConfiguration()
249 Measurement.PerInstructionValue = std::min( in runConfiguration()
250 Measurement.PerInstructionValue, NewMeasurement.PerInstructionValue); in runConfiguration()
DClustering.h115 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue; in isNeighbour()
DBenchmarkResult.cpp227 Io.mapRequired("value", Obj.PerInstructionValue); in mapping()
420 SumValues += BM.PerInstructionValue; in push()
421 MaxValue = std::max(MaxValue, BM.PerInstructionValue); in push()
422 MinValue = std::min(MinValue, BM.PerInstructionValue); in push()
DBenchmarkResult.h53 double PerInstructionValue; member
DAnalysis.cpp149 writeMeasurementValue<kEscapeCsv>(OS, Measurement.PerInstructionValue); in printInstructionRowCsv()
458 writeMeasurementValue<kEscapeHtml>(OS, Measurement.PerInstructionValue); in printClusterRawHtml()
DClustering.cpp358 std::get<0>(I).PerInstructionValue = std::get<1>(I).avg(); in getAsPoint()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp35 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()
36 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp31 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()
32 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()