Home
last modified time | relevance | path

Searched refs:RThroughput (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp70 if (IIVDEntry.RThroughput) { in printView()
71 double RT = *IIVDEntry.RThroughput; in printView()
140 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
155 JO.try_emplace("RThroughput", IIVD.RThroughput.value_or(0.0)); in toJSON()
H A DInstructionInfoView.h69 std::optional<double> RThroughput = 0.0; member