Home
last modified time | relevance | path

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

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