Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h109 double computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth,
/src/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp83 double computeBlockRThroughput(const MCSchedModel &SM, unsigned DispatchWidth, in computeBlockRThroughput() function
/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp95 DV.BlockRThroughput = computeBlockRThroughput(SM, DispatchWidth, NumMicroOps, in collectData()