Home
last modified time | relevance | path

Searched refs:remark (Results 1 – 25 of 197) sorted by relevance

12345678

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Doptrecord.py273 for remark in docs:
274 remark.canonicalize()
276 if not hasattr(remark, 'DebugLoc') or remark.key in all_remarks:
278 all_remarks[remark.key] = remark
280 file_remarks[remark.File][remark.Line].append(remark)
285 if hasattr(remark, 'max_hotness'):
286 max_hotness = remark.max_hotness
287 max_hotness = max(max_hotness, remark.Hotness)
304 for remark in remarks:
307 remark.max_hotness = max_hotness
[all …]
Dopt-viewer.py38 def suppress(remark): argument
39 if remark.Name == 'sil.Specialized':
40 return remark.getArgDict()['Function'][0].startswith('\"Swift.')
41 elif remark.Name == 'sil.Inlined':
42 return remark.getArgDict()['Callee'][0].startswith(('\"Swift.', '\"specialized Swift.'))
103 for remark in line_remarks.get(linenum, []):
104 if not suppress(remark):
105 self.render_inline_remarks(remark, html_line)
199 for i, remark in enumerate(all_remarks[:max_entries]):
200 if not suppress(remark):
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-unsupported.ll11 ; CHECK: remark: {{.*}} unable to lower arguments: <4 x i32> (<4 x i32>, <4 x i32>)*
18 ; CHECK: remark: {{.*}} unable to lower arguments: <4 x float> (<4 x float>, <4 x float>)*
25 ; CHECK: remark: {{.*}} unable to lower arguments: i64 (i64, i64)*
32 ; CHECK: remark: {{.*}} unable to lower arguments: i128 (i128, i128)*
39 ; CHECK: remark: {{.*}} unable to lower arguments: i17 (i17, i17)*
46 ; CHECK: remark: {{.*}} unable to lower arguments: half (half, half)* (in function: test_half)
55 ; CHECK: remark: {{.*}} unable to translate instruction: call{{.*}} @ret_demotion_target
66 ; CHECK: remark: {{.*}} unable to translate instruction: call{{.*}} @large_struct_return_target
75 ; CHECK: remark: {{.*}} unable to lower arguments: %mixed.struct (%mixed.struct)*
81 ; CHECK: remark: {{.*}} unable to lower arguments: void (i32, ...)*
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dverbose.txt11 V: verbose.txt:[[@LINE-4]]:8: remark: {{C}}HECK: expected string found in input
18 V-NEXT: verbose.txt:[[@LINE-9]]:13: remark: {{C}}HECK-NEXT: expected string found in input
25 VV-NEXT: verbose.txt:[[@LINE-17]]:12: remark: {{C}}HECK-NOT: excluded string not found in input
39 V: verbose.txt:[[@LINE-4]]:8: remark: {{C}}HECK: expected string found in input
46 V-NEXT: verbose.txt:[[@LINE-10]]:13: remark: {{C}}HECK-EMPTY: expected string found in input
53 V-NEXT: verbose.txt:[[@LINE-16]]:13: remark: {{C}}HECK-NEXT: expected string found in input
65 V-NEXT: verbose.txt:[[@LINE-3]]:12: remark: {{C}}HECK-DAG: expected string found in input
72 VV-NEXT: verbose.txt:[[@LINE-9]]:12: remark: {{C}}HECK-DAG: expected string found in input
82 V-NEXT: verbose.txt:[[@LINE-19]]:12: remark: {{C}}HECK-DAG: expected string found in input
93 V: verbose.txt:[[@LINE-3]]:8: remark: {{C}}HECK: expected string found in input
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Doptimization-remarks-invalidation.ll1 ; The purpose of this test is to check that the remark emission analysis result
7 ; RUN: -passes='require<opt-remark-emit>,loop(licm)' \
13 ; RUN: -passes='require<opt-remark-emit>,instcombine,require<opt-remark-emit>,loop(licm)' -debu…
19 ; RUN: -passes='require<opt-remark-emit>,invalidate<block-freq>,require<opt-remark-emit>,loop(l…
26 ; RUN: -passes='require<opt-remark-emit>,invalidate<block-freq>,require<opt-remark-emit>,loop(l…
56 ; CHECK: remark: /tmp/kk.c:2:20: hoisting load
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dindirect_call_promotion.ll8 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600
9 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570
10 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func3 with count 150 out of 160
11 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func1 with count 10 out of 10
13 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600
14 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570
15 ; PASS2-REMARK-NOT: remark: <unknown>:0:0: Promote indirect call to func3
16 ; PASS2-REMARK-NOT: remark: <unknown>:0:0: Promote indirect call to func1
Dicp_mismatch_msg.ll4 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe…
5 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call: target not found
6 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func2 with count of 7890: Return ty…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-fallback.ll24 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to lower arguments: i128 (i128)* (in func…
38 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: cannot select: G_STORE %6:gpr(s32), %2:gpr(p0) :…
57 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %0:_(s24) = G_LO…
68 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: G_STORE %1:_(s42…
77 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: G_STORE %1:_(<7 …
88 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: ret: ' ret i12…
96 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: cannot select: %2:gpr(s64) = G_LOAD %0:gpr(p0) :…
108 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: call: ' call vo…
120 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to translate instruction: invoke: ' invo…
137 ; FALLBACK-WITH-REPORT-ERR: remark: <unknown>:0:0: unable to legalize instruction: %0:_(s128) = G_F…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Druntime-limit.ll6 ; First loop produced diagnostic pass remark.
7 ;CHECK: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
8 ; Second loop produces diagnostic analysis remark.
9 ;CHECK: remark: {{.*}}:0:0: loop not vectorized: cannot prove it is safe to reorder memory operatio…
11 ; First loop produced diagnostic pass remark.
12 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
13 ; Second loop produces diagnostic pass remark.
14 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
/external/llvm/test/Transforms/LoopVectorize/
Druntime-limit.ll6 ; First loop produced diagnostic pass remark.
7 ;CHECK: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
8 ; Second loop produces diagnostic analysis remark.
9 ;CHECK: remark: {{.*}}:0:0: loop not vectorized: cannot prove it is safe to reorder memory operatio…
11 ; First loop produced diagnostic pass remark.
12 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
13 ; Second loop produces diagnostic pass remark.
14 ;OVERRIDE: remark: {{.*}}:0:0: vectorized loop (vectorization width: 4, interleaved count: 1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dloop-remarks.ll5 ; COMPLETE-UNROLL: remark: {{.*}}: completely unrolled loop with 16 iterations
6 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
7 ; RUNTIME-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
27 ; RUNTIME-UNROLL-NOT: remark: {{.*}}: completely unrolled loop with 3 iterations
28 ; RUNTIME-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
Dfull-unroll-heuristics.ll24 ; RUN: opt < %s -S -passes='require<opt-remark-emit>,loop(unroll-full)' -unroll-max-iteration-count…
25 ; RUN: opt < %s -S -passes='require<opt-remark-emit>,loop(unroll-full)' -unroll-max-iteration-count…
26 ; RUN: opt < %s -S -passes='require<opt-remark-emit>,loop(unroll-full)' -unroll-max-iteration-count…
29 ; RUN: opt < %s -S -passes='require<opt-remark-emit>,unroll' -unroll-max-iteration-count-to-analyze…
30 ; RUN: opt < %s -S -passes='require<opt-remark-emit>,unroll' -unroll-max-iteration-count-to-analyze…
31 ; RUN: opt < %s -S -passes='require<opt-remark-emit>,unroll' -unroll-max-iteration-count-to-analyze…
44 ; RUN: opt < %s -passes='require<opt-remark-emit>,loop(unroll-full)' -unroll-max-iteration-count-to…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dvirtual-const-prop-check.ll6 ; CHECK: remark: <unknown>:0:0: virtual-const-prop: devirtualized a call to vf1i32
7 ; CHECK: remark: <unknown>:0:0: virtual-const-prop-1-bit: devirtualized a call to vf1i1
8 ; CHECK: remark: <unknown>:0:0: virtual-const-prop-1-bit: devirtualized a call to vf0i1
9 ; CHECK: remark: <unknown>:0:0: devirtualized vf0i1
10 ; CHECK: remark: <unknown>:0:0: devirtualized vf1i1
11 ; CHECK: remark: <unknown>:0:0: devirtualized vf1i32
12 ; CHECK: remark: <unknown>:0:0: devirtualized vf2i32
13 ; CHECK: remark: <unknown>:0:0: devirtualized vf3i32
14 ; CHECK: remark: <unknown>:0:0: devirtualized vf4i32
/external/clang/test/Modules/
DRmodule-build.m13 @import A; // expected-remark{{building module 'A' as}} expected-remark {{finished building module …
14 @import B; // expected-remark{{building module 'B' as}} expected-remark {{finished building module …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-spill-remarks.ll20 ; REMARK: remark: /tmp/kk.c:3:20: 1 spills 1 reloads generated in loop{{$}}
22 ; REMARK: remark: /tmp/kk.c:2:20: 1 spills 1 reloads generated in loop{{$}}
24 ; REMARK: remark: /tmp/kk.c:1:20: 2 spills 2 reloads generated in loop{{$}}
27 ; HOTNESS: remark: /tmp/kk.c:3:20: 1 spills 1 reloads generated in loop (hotness: 300)
29 ; HOTNESS: remark: /tmp/kk.c:2:20: 1 spills 1 reloads generated in loop (hotness: 30000)
31 ; HOTNESS: remark: /tmp/kk.c:1:20: 2 spills 2 reloads generated in loop (hotness: 300)
33 ; NO_REMARK-NOT: remark
36 ; THRESHOLD: remark: /tmp/kk.c:2:20: 1 spills 1 reloads generated in loop (hotness: 30000)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dcov-zero-samples.ll4 ; CHECK: remark: cov-zero-samples.cc:9:29: Applied 404065 samples from profile (offset: 2.1)
5 ; CHECK: remark: cov-zero-samples.cc:10:9: Applied 443089 samples from profile (offset: 3)
6 ; CHECK: remark: cov-zero-samples.cc:10:36: Applied 0 samples from profile (offset: 3.1)
7 ; CHECK: remark: cov-zero-samples.cc:11:12: Applied 404066 samples from profile (offset: 4)
8 ; CHECK: remark: cov-zero-samples.cc:13:25: Applied 0 samples from profile (offset: 6)
9 ; CHECK: remark: cov-zero-samples.cc:14:3: Applied 0 samples from profile (offset: 7)
10 ; CHECK: remark: cov-zero-samples.cc:10:9: most popular destination for conditional branches at cov…
11 ; CHECK: remark: cov-zero-samples.cc:11:12: most popular destination for conditional branches at co…
Dinline-coverage.ll19 ; CHECK: remark: coverage.cc:10:12: inlined hot callee '_Z3fool' into 'main'
20 ; CHECK: remark: coverage.cc:9:21: Applied 23478 samples from profile (offset: 2.1)
21 ; CHECK: remark: coverage.cc:10:16: Applied 23478 samples from profile (offset: 3)
22 ; CHECK: remark: coverage.cc:4:10: Applied 31878 samples from profile (offset: 1)
23 ; CHECK: remark: coverage.cc:11:10: Applied 0 samples from profile (offset: 4)
24 ; CHECK: remark: coverage.cc:10:16: most popular destination for conditional branches at coverage.c…
/external/llvm/test/Transforms/SampleProfile/
Dcov-zero-samples.ll4 ; CHECK: remark: cov-zero-samples.cc:9:29: Applied 404065 samples from profile (offset: 2.1)
5 ; CHECK: remark: cov-zero-samples.cc:10:9: Applied 443089 samples from profile (offset: 3)
6 ; CHECK: remark: cov-zero-samples.cc:10:36: Applied 0 samples from profile (offset: 3.1)
7 ; CHECK: remark: cov-zero-samples.cc:11:12: Applied 404066 samples from profile (offset: 4)
8 ; CHECK: remark: cov-zero-samples.cc:13:25: Applied 0 samples from profile (offset: 6)
9 ; CHECK: remark: cov-zero-samples.cc:14:3: Applied 0 samples from profile (offset: 7)
10 ; CHECK: remark: cov-zero-samples.cc:10:9: most popular destination for conditional branches at cov…
11 ; CHECK: remark: cov-zero-samples.cc:11:12: most popular destination for conditional branches at co…
Dinline-coverage.ll19 ; CHECK: remark: coverage.cc:10:12: inlined hot callee '_Z3fool' with 172746 samples into 'main'
20 ; CHECK: remark: coverage.cc:9:21: Applied 23478 samples from profile (offset: 2.1)
21 ; CHECK: remark: coverage.cc:10:16: Applied 23478 samples from profile (offset: 3)
22 ; CHECK: remark: coverage.cc:4:10: Applied 31878 samples from profile (offset: 1)
23 ; CHECK: remark: coverage.cc:11:10: Applied 0 samples from profile (offset: 4)
24 ; CHECK: remark: coverage.cc:10:16: most popular destination for conditional branches at coverage.c…
/external/llvm/test/Transforms/PGOProfile/
Dindirect_call_promotion.ll5 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600
6 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570
7 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func3 with count 150 out of 160
8 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func1 with count 10 out of 10
Dicp_mismatch_msg.ll4 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe…
5 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to 11517462787082255043 with count of …
6 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func2 with count of 7890: Return ty…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
Dopt-remarks-intervening-store.ll2 …ses='require<aa>,require<targetir>,require<scalar-evolution>,require<opt-remark-emit>,loop(licm)' …
5 ; Without the noalias on %p, we can't optmize this and the remark should tell
16 ; CHECK: remark: /tmp/kk.c:2:20: failed to move load with loop-invariant address because the loop m…
29 ; remark.
Dopt-remarks.ll2 …ses='require<aa>,require<targetir>,require<scalar-evolution>,require<opt-remark-emit>,loop(licm)' …
13 ; CHECK: remark: /tmp/kk.c:2:20: hoisting load
35 ; CHECK: remark: /tmp/kk.c:2:21: sinking add
57 ; CHECK: remark: /tmp/kk.c:2:22: Moving accesses to memory location out of the loop
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfast-isel-abort-warm.ll9 ; CHECK: remark: <unknown>:0:0: FastISel missed call: call void asm sideeffect
17 ; CHECK: remark: <unknown>:0:0: FastISel missed: store i128
26 ; CHECK-NOT: remark: <unknown>:0:0: FastISel missed
/external/llvm/test/LTO/X86/
Ddiagnostic-handler-remarks.ll30 ; REMARKS: remark: {{.*}} foo inlined into main
31 ; REMARKS: remark: {{.*}} loop not vectorized: cannot prove it is safe to reorder memory operations
32 ; REMARKS_DH: llvm-lto: remark: {{.*}} foo inlined into main
33 ; REMARKS_DH: llvm-lto: remark: {{.*}} loop not vectorized: cannot prove it is safe to reorder memo…
34 ; CHECK-NOT: remark:

12345678