Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h35 struct InstructionBenchmarkKey { struct
61 InstructionBenchmarkKey Key; argument
H A DBenchmarkCode.h22 InstructionBenchmarkKey Key;
H A DBenchmarkResult.cpp285 struct MappingContextTraits<exegesis::InstructionBenchmarkKey, YamlContext> {
286 static void mapping(IO &Io, exegesis::InstructionBenchmarkKey &Obj, in mapping()