HomeSort by: relevance | last modified time | path
    Searched refs:CpuPfmCounters (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Target.cpp 128 CpuPfmCounters,
132 "CpuPfmCounters table is not sorted");
135 auto Found = llvm::lower_bound(CpuPfmCounters, CpuName);
136 if (Found == CpuPfmCounters.end() || StringRef(Found->CpuName) != CpuName) {
138 if (!CpuPfmCounters.empty() && CpuPfmCounters.begin()->CpuName[0] == '\0') {
139 Found = CpuPfmCounters.begin(); // The target specifies a default.
Target.h 67 explicit ExegesisTarget(ArrayRef<CpuAndPfmCounters> CpuPfmCounters)
68 : CpuPfmCounters(CpuPfmCounters) {}
202 const ArrayRef<CpuAndPfmCounters> CpuPfmCounters;

Completed in 31 milliseconds