Home
last modified time | relevance | path

Searched refs:InstructionBenchmarkKey (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h33 struct InstructionBenchmarkKey { struct
49 InstructionBenchmarkKey Key; argument
DBenchmarkResult.cpp142 template <> struct MappingTraits<exegesis::InstructionBenchmarkKey> {
143 static void mapping(IO &Io, exegesis::InstructionBenchmarkKey &Obj) { in mapping()