OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RThroughput
(Results
1 - 25
of
265
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetSubtargetInfo.cpp
70
static std::string createSchedInfoStr(unsigned Latency, double
RThroughput
) {
74
if (
RThroughput
!= 0.0)
75
CS << SchedPrefix << Latency << format(":%2.2f",
RThroughput
)
92
double
RThroughput
= TSchedModel.computeReciprocalThroughput(&MI);
93
return createSchedInfoStr(Latency,
RThroughput
);
111
double
RThroughput
= TSchedModel.computeReciprocalThroughput(MCI);
112
return createSchedInfoStr(Latency,
RThroughput
);
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
llvm-mca-markers-5.s
23
# CHECK-NEXT: Block
RThroughput
: 0.5
28
# CHECK-NEXT: [3]:
RThroughput
43
# CHECK-NEXT: Block
RThroughput
: 0.5
48
# CHECK-NEXT: [3]:
RThroughput
63
# CHECK-NEXT: Block
RThroughput
: 0.5
68
# CHECK-NEXT: [3]:
RThroughput
cpus.s
32
# BROADWELL-NEXT: Block
RThroughput
: 0.3
33
# BTVER2-NEXT: Block
RThroughput
: 0.5
34
# HASWELL-NEXT: Block
RThroughput
: 0.3
35
# IVYBRIDGE-NEXT: Block
RThroughput
: 0.3
36
# KNL-NEXT: Block
RThroughput
: 0.3
37
# SANDYBRIDGE-NEXT: Block
RThroughput
: 0.3
38
# SKX-NEXT: Block
RThroughput
: 0.3
39
# SKX-AVX512-NEXT: Block
RThroughput
: 0.3
40
# SLM-NEXT: Block
RThroughput
: 0.5
41
# ZNVER1-NEXT: Block
RThroughput
: 0.
[
all
...]
default-iterations.s
13
# CUSTOM-NEXT: Block
RThroughput
: 0.5
20
# DEFAULT-NEXT: Block
RThroughput
: 0.5
25
# ALL-NEXT: [3]:
RThroughput
llvm-mca-markers-2.s
15
# CHECK-NEXT: Block
RThroughput
: 0.5
20
# CHECK-NEXT: [3]:
RThroughput
llvm-mca-markers-3.s
15
# CHECK-NEXT: Block
RThroughput
: 0.5
20
# CHECK-NEXT: [3]:
RThroughput
llvm-mca-markers-4.s
19
# CHECK-NEXT: Block
RThroughput
: 0.5
24
# CHECK-NEXT: [3]:
RThroughput
dispatch_width.s
17
# CUSTOM-NEXT: Block
RThroughput
: 1.0
18
# DEFAULT-NEXT: Block
RThroughput
: 0.5
intel-syntax.s
17
# ALL-NEXT: Block
RThroughput
: 2.5
22
# ALL-NEXT: [3]:
RThroughput
bextr-read-after-ld.s
17
# BDWELL-NEXT: Block
RThroughput
: 1.0
22
# BTVER2-NEXT: Block
RThroughput
: 1.0
27
# HASWELL-NEXT: Block
RThroughput
: 1.0
32
# SKYLAKE-NEXT: Block
RThroughput
: 0.7
37
# ZNVER1-NEXT: Block
RThroughput
: 0.8
42
# ALL-NEXT: [3]:
RThroughput
variable-blend-read-after-ld-1.s
25
# BDWELL-NEXT: Block
RThroughput
: 2.0
30
# BTVER2-NEXT: Block
RThroughput
: 2.0
35
# HASWELL-NEXT: Block
RThroughput
: 2.0
40
# IVY-NEXT: Block
RThroughput
: 1.0
45
# SANDY-NEXT: Block
RThroughput
: 1.0
50
# SKYLAKE-NEXT: Block
RThroughput
: 0.7
55
# ZNVER1-NEXT: Block
RThroughput
: 1.0
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
InstructionInfoView.cpp
31
TempStream << "[1]: #uOps\n[2]: Latency\n[3]:
RThroughput
\n"
50
Optional<double>
RThroughput
=
64
if (
RThroughput
.hasValue()) {
65
double RT =
RThroughput
.getValue();
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/Exynos/
scheduler-queue-usage.s
16
# M1-NEXT: Block
RThroughput
: 0.3
17
# M3-NEXT: Block
RThroughput
: 0.2
direct-branch.s
13
# M1-NEXT: Block
RThroughput
: 0.3
18
# M3-NEXT: Block
RThroughput
: 0.2
23
# ALL-NEXT: [3]:
RThroughput
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
scheduler-queue-usage.s
12
# CHECK-NEXT: Block
RThroughput
: 1.0
17
# CHECK-NEXT: [3]:
RThroughput
read-advance-2.s
15
# CHECK-NEXT: Block
RThroughput
: 2.0
20
# CHECK-NEXT: [3]:
RThroughput
hadd-read-after-ld-1.s
12
# CHECK-NEXT: Block
RThroughput
: 1.0
17
# CHECK-NEXT: [3]:
RThroughput
hadd-read-after-ld-2.s
12
# CHECK-NEXT: Block
RThroughput
: 2.0
17
# CHECK-NEXT: [3]:
RThroughput
instruction-info-view.s
19
# ENABLED-NEXT: Block
RThroughput
: 2.0
24
# ENABLED-NEXT: [3]:
RThroughput
pr37790.s
12
# CHECK-NEXT: Block
RThroughput
: 1.0
17
# CHECK-NEXT: [3]:
RThroughput
simple-test.s
11
# CHECK-NEXT: Block
RThroughput
: 0.5
16
# CHECK-NEXT: [3]:
RThroughput
vec-logic-read-after-ld-1.s
12
# CHECK-NEXT: Block
RThroughput
: 1.0
17
# CHECK-NEXT: [3]:
RThroughput
vec-logic-read-after-ld-2.s
12
# CHECK-NEXT: Block
RThroughput
: 2.0
17
# CHECK-NEXT: [3]:
RThroughput
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/Falkor/
zero-latency-store.s
11
# CHECK-NEXT: Block
RThroughput
: 1.0
16
# CHECK-NEXT: [3]:
RThroughput
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/ARM/
simple-test-cortex-a9.s
11
# CHECK-NEXT: Block
RThroughput
: 1.0
16
# CHECK-NEXT: [3]:
RThroughput
Completed in 5211 milliseconds
1
2
3
4
5
6
7
8
9
10
11