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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
X86Counter.h 29 class X86LbrPerfEvent : public pfm::PerfEvent {
34 class X86LbrCounter : public pfm::Counter {
38 explicit X86LbrCounter(pfm::PerfEvent &&Event);
X86Counter.cpp 138 X86LbrCounter::X86LbrCounter(pfm::PerfEvent &&NewEvent)
Target.cpp 663 Expected<std::unique_ptr<pfm::Counter>>
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Target.cpp 32 Expected<std::unique_ptr<pfm::Counter>>
34 pfm::PerfEvent Event(CounterName);
41 return std::make_unique<pfm::Counter>(std::move(Event));
PerfHelper.h 31 namespace pfm { namespace in namespace:llvm::exegesis
108 } // namespace pfm
PerfHelper.cpp 27 namespace pfm { namespace in namespace:llvm::exegesis
166 } // namespace pfm
Target.h 71 virtual Expected<std::unique_ptr<pfm::Counter>>
171 // Returns the Pfm counters for the given CPU (or the default if no pfm
BenchmarkRunner.cpp 82 pfm::Counter *Counter = CounterOrError.get().get();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 175 cl::desc("cpu name to use for pfm counters, leave empty to autodetect"),
291 if (exegesis::pfm::pfmInitialize())
371 exegesis::pfm::pfmTerminate();
  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.cc 1456 tree pfm = TYPE_PTRMEMFUNC_FN_TYPE (t);
1457 pp->declaration_specifiers (TREE_TYPE (TREE_TYPE (pfm)));
1455 tree pfm = TYPE_PTRMEMFUNC_FN_TYPE (t); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.cc 1430 tree pfm = TYPE_PTRMEMFUNC_FN_TYPE (t);
1431 pp->declaration_specifiers (TREE_TYPE (TREE_TYPE (pfm)));
1429 tree pfm = TYPE_PTRMEMFUNC_FN_TYPE (t); local

Completed in 26 milliseconds