Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp137 if (IIVDEntry.RThroughput) { in printView()
138 double RT = *IIVDEntry.RThroughput; in printView()
217 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
263 JO.try_emplace("RThroughput", IIVD.RThroughput.value_or(0.0)); in toJSON()
H A DInstructionInfoView.h73 std::optional<double> RThroughput = 0.0; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFiveP800.td721 // TODO: The latencies and RThroughput for VISlideUpX and VISlideDownX are likely