Home
last modified time | relevance | path

Searched refs:Throughput (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSchedule.cpp90 Optional<double> Throughput; in getReciprocalThroughput() local
99 Throughput = Throughput ? std::min(Throughput.value(), Temp) : Temp; in getReciprocalThroughput()
101 if (Throughput) in getReciprocalThroughput()
102 return 1.0 / Throughput.value(); in getReciprocalThroughput()
136 Optional<double> Throughput; in getReciprocalThroughput() local
143 Throughput = Throughput ? std::min(Throughput.value(), Temp) : Temp; in getReciprocalThroughput()
145 if (Throughput) in getReciprocalThroughput()
146 return 1.0 / Throughput.value(); in getReciprocalThroughput()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp154 const double Throughput = Pair.getValue().BytesPerSecondMedian; in fillScores() local
156 ThroughputMinMax[K].update(Throughput); in fillScores()
164 const double Throughput = Pair.getValue().BytesPerSecondMedian; in fillScores() local
167 ThroughputMinMax[K].normalize(Throughput); in fillScores()
/llvm-project-15.0.7/llvm/lib/MCA/
H A DSupport.cpp99 double Throughput = static_cast<double>(ResourceCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
100 Max = std::max(Max, Throughput); in computeBlockRThroughput()
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/
H A Din-order-bottleneck-analysis.s2 # CHECK-NOT: Throughput Bottlenecks
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BtVer2/
H A Dbottleneck-hints-2.s17 # CHECK-NEXT: Throughput Bottlenecks:
H A Dbottleneck-hints-4.s19 # CHECK-NEXT: Throughput Bottlenecks:
H A Dint-to-fpu-forwarding-3.s4 # Throughput for the code snippet below should tend to 1.00 IPC.
H A Dbottleneck-hints-1.s20 # CHECK-NEXT: Throughput Bottlenecks:
H A Dbottleneck-hints-3.s24 # CHECK-NEXT: Throughput Bottlenecks:
H A Dint-to-fpu-forwarding-1.s4 # Throughput for all the code snippet below should be 1.00 IPC.
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Doption-all-views-1.s22 # FULLREPORT-NEXT: Throughput Bottlenecks:
H A Doption-all-views-2.s21 # ALL-NEXT: Throughput Bottlenecks:
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/SkylakeClient/
H A Dbottleneck-analysis.s39 # CHECK-NEXT: Throughput Bottlenecks:
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst403 Throughput).
454 Field *RThroughput* is the reciprocal of the instruction throughput. Throughput
635 Throughput Bottlenecks: