| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/Inputs/ |
| H A D | simple-instrmap.yaml | 4 - { id: 1, address: 0x1, function: 0x1, kind: function-enter, always-instrument: true} 5 - { id: 1, address: 0x2, function: 0x1, kind: function-exit, always-instrument: true} 6 - { id: 2, address: 0x2, function: 0x2, kind: function-enter, always-instrument: true} 7 - { id: 2, address: 0x3, function: 0x2, kind: function-exit, always-instrument: true} 8 - { id: 3, address: 0x3, function: 0x3, kind: function-enter, always-instrument: true} 9 - { id: 3, address: 0x4, function: 0x3, kind: function-exit, always-instrument: true} 10 - { id: 4, address: 0x4, function: 0x4, kind: function-enter, always-instrument: true} 11 - { id: 4, address: 0x5, function: 0x4, kind: function-exit, always-instrument: true} 12 - { id: 5, address: 0x5, function: 0x5, kind: function-enter, always-instrument: true} 13 - { id: 5, address: 0x6, function: 0x5, kind: function-exit, always-instrument: true} [all …]
|
| H A D | simple-xray-instrmap.yaml | 2 - { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, always-… 3 - { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, always-instr… 4 - { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, always-… 5 - { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, always-instr… 6 - { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, always-… 7 - { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, always-i…
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | warn-objc-literal-conversion.mm | 24 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 29 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 31 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 33 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 35 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 40 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 42 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 44 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 46 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… 51 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates… [all …]
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | host_as_target.c | 48 #pragma omp target device(DevInit) map(always,tofrom:X) in main() 55 #pragma omp target teams device(DevInit) num_teams(1) map(always,tofrom:X) in main() 68 #pragma omp target data device(DevInit) map(always,tofrom:X) in main() 74 #pragma omp target enter data device(DevInit) map(always,to:X) in main() 80 #pragma omp target exit data device(DevInit) map(always,from:X) in main() 105 #pragma omp target map(always,tofrom:X) in main() 112 #pragma omp target teams num_teams(1) map(always,tofrom:X) in main() 125 #pragma omp target data map(always,tofrom:X) in main() 131 #pragma omp target enter data map(always,to:X) in main() 137 #pragma omp target exit data map(always,from:X) in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/AArch64/ |
| H A D | extract-instrmap.test | 9 # CHECK-NEXT: - { id: 1, address: 0x420, function: 0x420, kind: function-enter, always-instrument: … 10 # CHECK-NEXT: - { id: 1, address: 0x440, function: 0x420, kind: function-exit, always-instrument: t… 11 # CHECK-NEXT: - { id: 2, address: 0x464, function: 0x464, kind: function-enter, always-instrument: … 12 # CHECK-NEXT: - { id: 2, address: 0x484, function: 0x464, kind: function-exit, always-instrument: t… 13 # CHECK-NEXT: - { id: 3, address: 0x4A8, function: 0x4A8, kind: function-enter, always-instrument: … 14 # CHECK-NEXT: - { id: 3, address: 0x4C8, function: 0x4A8, kind: function-exit, always-instrument: t… 21 # MANGLED-NEXT: - { id: 1, address: 0x420, function: 0x420, kind: function-enter, always-instrument… 22 # MANGLED-NEXT: - { id: 1, address: 0x440, function: 0x420, kind: function-exit, always-instrument:… 23 # MANGLED-NEXT: - { id: 2, address: 0x464, function: 0x464, kind: function-enter, always-instrument… 24 # MANGLED-NEXT: - { id: 2, address: 0x484, function: 0x464, kind: function-exit, always-instrument:… [all …]
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_ast_print.cpp | 20 T i, j, a[20], always, close; in tmain() local 37 #pragma omp target map(always) in tmain() 38 {always++;} in tmain() 39 #pragma omp target map(always,i) in tmain() 40 {always++;i++;} in tmain() 277 {always++;} in main() 284 {always++;i++;} in main() 399 {always++;} in tmain() 401 {always++;i++;} in tmain() 867 {always++;} in main() [all …]
|
| H A D | target_parallel_map_messages.cpp | 76 T to, tofrom, always; in tmain() local 180 #pragma omp target parallel map(always, tofrom: x) in tmain() 182 #pragma omp target parallel map(always: x) // expected-error {{missing map type}} in tmain() 187 #pragma omp target parallel map(tofrom, always: x) in tmain() 189 #pragma omp target parallel map(always, tofrom: always, tofrom, x) in tmain() 207 int to, tofrom, always; in main() local 295 #pragma omp target parallel map(always, tofrom: x) in main() 297 #pragma omp target parallel map(always: x) // expected-error {{missing map type}} in main() 302 #pragma omp target parallel map(tofrom, always: x) in main() 304 #pragma omp target parallel map(always, tofrom: always, tofrom, x) in main()
|
| H A D | target_map_messages.cpp | 117 #pragma omp target map(always, tofrom: c,f) in func() 206 …#pragma omp target map(always, close, present, ompx_hold, always, close, present, ompx_hold, tofro… in func() 232 #pragma omp target map(always tofrom close: a) in func() 584 T to, tofrom, always, close, present; in tmain() local 655 #pragma omp target data map(always, tofrom: x) in tmain() 660 #pragma omp target data map(tofrom, always: x) in tmain() 661 #pragma omp target data map(always, tofrom: always, tofrom, x) in tmain() 737 int to, tofrom, always, close, present; in main() local 790 #pragma omp target data map(always, tofrom: x) in main() 795 #pragma omp target data map(tofrom, always: x) in main() [all …]
|
| H A D | target_enter_data_codegen.cpp | 142 #pragma omp target enter data map(always, to: lb) in foo() 226 #pragma omp target enter data map(always close, to: lb) in foo() 327 #pragma omp target enter data map(always close present, to: lb) in foo() 356 #pragma omp target enter data map(always, to: b[1:3]) if(a>123) device(arg) in foo() 507 #pragma omp target enter data map(always close to: b[1:3]) if(a>123) device(arg) in foo()
|
| H A D | target_exit_data_codegen.cpp | 140 #pragma omp target exit data map(always, from: lb) in foo() 224 #pragma omp target exit data map(always close, from: lb) in foo() 267 #pragma omp target exit data map(always, release: b[1:3]) if(a>123) device(arg) in foo() 372 #pragma omp target exit data map(always close, release: b[1:3]) if(a>123) device(arg) in foo()
|
| H A D | target_data_codegen.cpp | 136 #pragma omp target data map(always, to: lb) in foo() 231 #pragma omp target data map(always close, to: lb) in foo() 329 #pragma omp target data map(always close present, to: lb) in foo() 359 #pragma omp target data map(always, to: b[1:3]) if(a>123) device(arg) in foo() 476 #pragma omp target data map(always, close to: b[1:3]) if(a>123) device(arg) in foo()
|
| H A D | target_data_ast_print.cpp | 48 #pragma omp target data map(always,alloc: e) in tmain() 67 #pragma omp target map(always, alloc: e) in tmain() 228 #pragma omp target data map(always,alloc: e) in main() 257 #pragma omp target map(always, alloc: e) in main() 265 #pragma omp target map(always, alloc: e) in main()
|
| H A D | target_exit_data_ast_print.cpp | 41 #pragma omp target exit data map(always, delete: x[0:10]) in tmain() 45 #pragma omp target exit data map(always,release: e) in tmain() 61 #pragma omp target exit data nowait map(always,release: e) in tmain() 77 #pragma omp target exit data depend(in : argc, argv[i:argc], x[:]) nowait map(always,release: e) in tmain() 197 #pragma omp target exit data map(always, delete: x[0:10]) in main() 203 #pragma omp target exit data map(always,release: e) in main() 227 #pragma omp target exit data nowait map(always,release: e) in main() 251 #pragma omp target exit data nowait depend(in : argc,argv[i:argc],x[:]) map(always,release: e) in main()
|
| H A D | target_teams_map_messages.cpp | 78 #pragma omp target teams map(always, tofrom: c,f) in func() 80 #pragma omp target teams map(always, tofrom: c[1:2],f) in func() 82 #pragma omp target teams map(always, tofrom: c,f[1:2]) in func() 400 T to, tofrom, always; in tmain() local 480 #pragma omp target data map(always, tofrom: x) in tmain() 485 #pragma omp target data map(tofrom, always: x) in tmain() 486 #pragma omp target data map(always, tofrom: always, tofrom, x) in tmain() 503 int to, tofrom, always; in main() local 563 #pragma omp target data map(always, tofrom: x) in main() 568 #pragma omp target data map(tofrom, always: x) in main() [all …]
|
| H A D | target_simd_map_messages.cpp | 76 T to, tofrom, always; in tmain() local 175 #pragma omp target simd map(always, tofrom: x) in tmain() 177 #pragma omp target simd map(always: x) // expected-error {{missing map type}} in tmain() 182 #pragma omp target simd map(tofrom, always: x) in tmain() 184 #pragma omp target simd map(always, tofrom: always, tofrom, x) in tmain() 202 int to, tofrom, always; in main() local 292 #pragma omp target simd map(always, tofrom: x) in main() 294 #pragma omp target simd map(always: x) // expected-error {{missing map type}} in main() 299 #pragma omp target simd map(tofrom, always: x) in main() 301 #pragma omp target simd map(always, tofrom: always, tofrom, x) in main()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | redundant-expression.rst | 12 - always ``true``, 14 - always ``false``, 16 - always a constant (zero or one). 23 (p->x == p->x) // always true 24 (p->x < p->x) // always false 25 (speed - speed + 1 == 12) // speed - speed is always zero
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/ARM/ |
| H A D | extract-instrmap.test | 132 # CHECK-NEXT: - { id: 1, address: 0x12B0, function: 0x12B0, kind: function-enter, always-instrument… 133 # CHECK-NEXT: - { id: 1, address: 0x12CC, function: 0x12B0, kind: function-exit, always-instrument:… 134 # CHECK-NEXT: - { id: 2, address: 0x12EC, function: 0x12EC, kind: function-enter, always-instrument… 135 # CHECK-NEXT: - { id: 2, address: 0x1308, function: 0x12EC, kind: function-exit, always-instrument:… 136 # CHECK-NEXT: - { id: 3, address: 0x1328, function: 0x1328, kind: function-enter, always-instrument… 137 # CHECK-NEXT: - { id: 3, address: 0x1344, function: 0x1328, kind: function-exit, always-instrument:… 143 # MANGLED-NEXT: - { id: 1, address: 0x12B0, function: 0x12B0, kind: function-enter, always-instrume… 144 # MANGLED-NEXT: - { id: 1, address: 0x12CC, function: 0x12B0, kind: function-exit, always-instrumen… 145 # MANGLED-NEXT: - { id: 2, address: 0x12EC, function: 0x12EC, kind: function-enter, always-instrume… 146 # MANGLED-NEXT: - { id: 2, address: 0x1308, function: 0x12EC, kind: function-exit, always-instrumen… [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | nullability.c | 11 # error Nullability should always be supported 15 # error Nullability on array parameters should always be supported 19 # error Nullability should always be supported as an extension 23 # error Nullability on array parameters should always be supported as an extension
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | tautological-objc-bool-compare.m | 12 …g {{result of comparison of constant 1 with expression of type 'BOOL' is always false, as the only… 14 …g {{result of comparison of constant 0 with expression of type 'BOOL' is always false, as the only… 15 …g {{result of comparison of constant 0 with expression of type 'BOOL' is always true, as the only … 18 …{{result of comparison of constant YES with expression of type 'BOOL' is always false, as the only… 20 … {{result of comparison of constant NO with expression of type 'BOOL' is always false, as the only… 22 … {{result of comparison of constant NO with expression of type 'BOOL' is always true, as the only …
|
| /llvm-project-15.0.7/llvm/test/FileCheck/dump-input/ |
| H A D | enable.txt | 128 ; Check -dump-input=always. 134 ; RUN: -match-full-lines -dump-input=always -v 2>&1 \ 140 ; RUN: -match-full-lines -dump-input=always -v 2>&1 \ 171 ; help, always => help 174 ; RUN: -dump-input=help -dump-input=always \ 177 ; always, fail => always (FileCheck success => dump) 196 ; fail, always => always (FileCheck success => dump) 207 ; always, fail => always (FileCheck success => dump) 208 ; RUN: %ProtectFileCheckOutput FILECHECK_OPTS=-dump-input=always \ 213 ; fail, always => always (FileCheck success => dump) [all …]
|
| H A D | annotations.txt | 19 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -v 2>&1 \ 56 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 60 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -v 2>&1 \ 64 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -vv 2>&1 \ 97 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 141 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 171 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 197 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 264 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 302 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/ |
| H A D | extract-instrmap.ll | 7 ; CHECK-NEXT: - { id: 1, address: 0x41C900, function: 0x41C900, kind: function-enter, always-instru… 8 ; CHECK-NEXT: - { id: 1, address: 0x41C912, function: 0x41C900, kind: function-exit, always-instrum… 9 ; CHECK-NEXT: - { id: 2, address: 0x41C930, function: 0x41C930, kind: function-enter, always-instru… 10 ; CHECK-NEXT: - { id: 2, address: 0x41C946, function: 0x41C930, kind: function-exit, always-instrum…
|
| H A D | extract-instrmap-pie.ll | 7 ; CHECK-NEXT: - { id: 1, address: 0x299C0, function: 0x299C0, kind: function-enter, always-instrume… 8 ; CHECK-NEXT: - { id: 1, address: 0x299D0, function: 0x299C0, kind: function-exit, always-instrumen… 9 ; CHECK-NEXT: - { id: 2, address: 0x299E0, function: 0x299E0, kind: function-enter, always-instrume… 10 ; CHECK-NEXT: - { id: 2, address: 0x299F6, function: 0x299E0, kind: function-exit, always-instrumen…
|
| H A D | extract-instrmap-symbolize.ll | 6 ; CHECK-NEXT: - { id: 1, address: 0x41C900, function: 0x41C900, kind: function-enter, always-instru… 7 ; CHECK-NEXT: - { id: 1, address: 0x41C912, function: 0x41C900, kind: function-exit, always-instrum… 8 ; CHECK-NEXT: - { id: 2, address: 0x41C930, function: 0x41C930, kind: function-enter, always-instru… 9 ; CHECK-NEXT: - { id: 2, address: 0x41C946, function: 0x41C930, kind: function-exit, always-instrum…
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | null-function.ll | 1 ; RUN: opt -print-before=always-inline -always-inline -enable-new-pm=0 < %s -o /dev/null 2>&1 | Fil… 8 ; CHECK: *** IR Dump Before Inliner for always_inline functions (always-inline) ***
|