Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DX86Counter.cpp177 auto ResultOrError = counter.doReadCounter(nullptr, nullptr); in checkLbrSupport() local
178 if (ResultOrError) in checkLbrSupport()
179 if (!ResultOrError.get().empty()) in checkLbrSupport()
181 for (const int64_t &Value : ResultOrError.get()) in checkLbrSupport()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp49 auto ResultOrError = runAndSample(Counters); in runAndMeasure() local
50 if (ResultOrError) in runAndMeasure()
51 return ResultOrError.get()[0]; in runAndMeasure()
52 return ResultOrError.takeError(); in runAndMeasure()