Home
last modified time | relevance | path

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

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