Home
last modified time | relevance | path

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

123

/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)
Dno_switch.ll5 ; CHECK: remark: source.cpp:4:5: loop not vectorized: loop contains a switch statement
8 ; NOANALYSIS-NOT: remark: {{.*}}
11 ; MOREINFO: remark: source.cpp:4:5: loop not vectorized: loop contains a switch statement
12 ; MOREINFO: remark: source.cpp:4:5: loop not vectorized: use -Rpass-analysis=loop-vectorize for mor…
Dcontrol-flow.ll13 ; CHECK: remark: source.cpp:5:9: loop not vectorized: loop control flow is not understood by vector…
14 ; CHECK: remark: source.cpp:5:9: loop not vectorized: use -Rpass-analysis=loop-vectorize for more i…
Dno_outside_user.ll3 ; CHECK: remark: {{.*}}: loop not vectorized: value could not be identified as an induction or redu…
/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 …
Dimplicit-build-config-out-of-date.m6 @import category_top; // expected-remark {{building module}} expected-remark {{finished building}}
Dmodule-feature.m14 @import Module; // expected-remark {{building module 'Module'}} expected-remark {{finished}}
/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…
Dremarks.ll22 ; CHECK: remark: remarks.cc:13:21: inlined hot callee '_Z3foov' with 623868 samples into 'main'
25 ; CHECK: remark: remarks.cc:6:9: most popular destination for conditional branches at remarks.cc:5:3
28 ; CHECK: remark: remarks.cc:9:15: most popular destination for conditional branches at remarks.cc:6…
Dnolocinfo.ll13 ; CHECK: remark: nolocinfo.c:3:5: most popular destination for conditional branches at <UNKNOWN LOC…
/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/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:
/external/llvm/test/Transforms/LoopUnroll/
Dloop-remarks.ll4 ; COMPLETE-UNROLL: remark: {{.*}}: completely unrolled loop with 16 iterations
5 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of 4
/external/llvm/test/Transforms/LoopDistribute/
Ddiagnostics.ll35 ; MISSED_REMARKS: remark: /tmp/t.c:3:3: loop not distributed: use -Rpass-analysis=loop-distribute …
36 ; ALWAYS: remark: /tmp/t.c:3:3: loop not distributed: memory operations are safe for vector…
65 ; NO_REMARKS-NOT: remark: /tmp/t.c:9:3: loop not distributed: memory operations are safe for vector…
66 ; MISSED_REMARKS: remark: /tmp/t.c:9:3: loop not distributed: use -Rpass-analysis=loop-distribute f…
67 ; ANALYSIS_REMARKS: remark: /tmp/t.c:9:3: loop not distributed: memory operations are safe for vect…
96 ; REMARKS: remark: /tmp/t.c:15:3: distributed loop
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvectorization-remarks-loopid-dbg.ll9 ; VECTORIZED: remark: vectorization-remarks.c:17:8: vectorized loop (vectorization width: 4, interl…
10 ; UNROLLED: remark: vectorization-remarks.c:17:8: interleaved loop (interleaved count: 4)
11 ; NONE: remark: vectorization-remarks.c:17:8: loop not vectorized: vectorization and interleaving a…
Dvectorization-remarks.ll9 ; VECTORIZED: remark: vectorization-remarks.c:17:8: vectorized loop (vectorization width: 4, interl…
10 ; UNROLLED: remark: vectorization-remarks.c:17:8: interleaved loop (interleaved count: 4)
11 ; NONE: remark: vectorization-remarks.c:17:8: loop not vectorized: vectorization and interleaving a…
Dvectorization-remarks-missed.ll26 ; CHECK: remark: source.cpp:4:5: loop not vectorized: could not determine number of loop iterations
27 ; CHECK: remark: source.cpp:4:5: loop not vectorized: use -Rpass-analysis=loop-vectorize for more i…
28 ; CHECK: remark: source.cpp:13:5: loop not vectorized: vectorization and interleaving are explicitl…
29 ; CHECK: remark: source.cpp:19:5: loop not vectorized: cannot identify array bounds
30 ; CHECK: remark: source.cpp:19:5: loop not vectorized: use -Rpass-analysis=loop-vectorize for more …
Dvectorization-remarks-profitable.ll4 ; CHECK: remark: vectorization-remarks-profitable.c:5:17: the cost-model indicates that vectorizati…
5 ; CHECK: remark: vectorization-remarks-profitable.c:5:17: the cost-model indicates that interleavin…
6 ; CHECK: remark: vectorization-remarks-profitable.c:12:17: the cost-model indicates that vectorizat…
7 ; CHECK: remark: vectorization-remarks-profitable.c:12:17: the cost-model indicates that interleavi…
Dno_fpmath.ll3 ; CHECK: remark: no_fpmath.c:6:11: loop not vectorized: cannot prove it is safe to reorder floating…
4 ; CHECK: remark: no_fpmath.c:6:14: loop not vectorized:
5 ; CHECK: remark: no_fpmath.c:17:14: vectorized loop (vectorization width: 2, interleaved count: 2)
/external/curl/src/
Dtool_setopt.c496 bool remark = FALSE; in tool_setopt() local
530 remark = TRUE; in tool_setopt()
542 remark = TRUE; in tool_setopt()
567 if(remark) in tool_setopt()
/external/iproute2/examples/diffserv/
DREADME12 DSMARK( to remark DSCPs), tcindex classifier and RED for the BE
18 tcindex classifier, DSMARK to remark, and RED for the BE traffic
/external/llvm/test/Transforms/WholeProgramDevirt/
Dvirtual-const-prop-check.ll6 ; CHECK: remark: <unknown>:0:0: devirtualized call
7 ; CHECK: remark: <unknown>:0:0: devirtualized call
8 ; CHECK: remark: <unknown>:0:0: devirtualized call
Ddevirt-single-impl-check.ll6 ; CHECK: remark: <unknown>:0:0: devirtualized call

123