#include "BenchmarkResult.h"
#include "X86InstrInfo.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
AllOf;
Eq;
Field;
Pointwise;
namespace llvm {
namespace exegesis {
void InitializeX86ExegesisTarget();
static std::string Dump(const MCInst &McInst) { … }
MATCHER(EqMCInst, "") { … }
MATCHER(EqRegValue, "") { … }
namespace {
TEST(BenchmarkResultTest, WriteToAndReadFromDisk) { … }
TEST(BenchmarkResultTest, PerInstructionStats) { … }
}
}
}