Home
last modified time | relevance | path

Searched refs:PerInstructionStats (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.h151 const std::vector<PerInstructionStats> &getStats() const { in getStats()
163 std::vector<PerInstructionStats> Representative;
DSchedClassResolution.h49 ArrayRef<PerInstructionStats> Representative) const;
DSchedClassResolution.cpp262 ArrayRef<PerInstructionStats> Representative) const { in getAsPoint()
283 const PerInstructionStats &Stats = std::get<1>(I); in getAsPoint()
DBenchmarkResult.h98 class PerInstructionStats {
DBenchmarkResult.cpp415 void PerInstructionStats::push(const BenchmarkMeasure &BM) { in push()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp123 TEST_F(BenchmarkResultTest, PerInstructionStats) { in TEST_F() argument
124 PerInstructionStats Stats; in TEST_F()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp127 TEST(BenchmarkResultTest, PerInstructionStats) { in TEST() argument
128 PerInstructionStats Stats; in TEST()