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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Analysis.h 40 const InstructionBenchmarkClustering &Clustering,
53 using ClusterId = InstructionBenchmarkClustering::ClusterId;
58 const InstructionBenchmarkClustering::ClusterId &id() const {
65 const InstructionBenchmarkClustering &Clustering);
73 const InstructionBenchmarkClustering &Clustering,
77 InstructionBenchmarkClustering::ClusterId ClusterId;
85 void printClusterRawHtml(const InstructionBenchmarkClustering::ClusterId &Id,
114 const InstructionBenchmarkClustering &Clustering_;
Clustering.cpp 40 void InstructionBenchmarkClustering::rangeQuery(
60 bool InstructionBenchmarkClustering::areAllNeighbours(
89 InstructionBenchmarkClustering::InstructionBenchmarkClustering(
96 Error InstructionBenchmarkClustering::validateAndSetup() {
129 void InstructionBenchmarkClustering::clusterizeDbScan(const size_t MinPts) {
186 void InstructionBenchmarkClustering::clusterizeNaive(unsigned NumOpcodes) {
239 void InstructionBenchmarkClustering::stabilize(unsigned NumOpcodes) {
317 Expected<InstructionBenchmarkClustering> InstructionBenchmarkClustering::create
    [all...]
Clustering.h 26 class InstructionBenchmarkClustering {
32 static Expected<InstructionBenchmarkClustering>
122 InstructionBenchmarkClustering(
Analysis.cpp 74 const InstructionBenchmarkClustering::ClusterId &CID) {
155 const InstructionBenchmarkClustering &Clustering,
340 size_t PointId, const InstructionBenchmarkClustering &Clustering) {
352 const InstructionBenchmarkClustering &Clustering,
435 const InstructionBenchmarkClustering::ClusterId &Id, StringRef display_name,
597 printClusterRawHtml(InstructionBenchmarkClustering::ClusterId::noise(),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 130 static cl::opt<exegesis::InstructionBenchmarkClustering::ModeE>
134 cl::values(clEnumValN(exegesis::InstructionBenchmarkClustering::Dbscan,
136 clEnumValN(exegesis::InstructionBenchmarkClustering::Naive,
138 cl::init(exegesis::InstructionBenchmarkClustering::Dbscan));
434 const auto Clustering = ExitOnErr(InstructionBenchmarkClustering::create(

Completed in 16 milliseconds