Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSupport.h108 double computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp82 double computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth, in computeBlockRThroughput() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp96 DV.BlockRThroughput = computeBlockRThroughput(SM, DispatchWidth, NumMicroOps, in collectData()