| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_update_if_messages.cpp | 32 #pragma omp target update from(n) if (argc > 0 ? argv[1] : argv[2]) in tmain() 37 #pragma omp target update to(n) if(argc + n) in tmain() 39 #pragma omp target update to(n) if(target update : // expected-error {{expected expression}} expect… in tmain() 40 #pragma omp target update from(n) if(target update : argc // expected-error {{expected ')'}} expect… in tmain() 41 #pragma omp target update to(n) if(target update : argc + n) in tmain() 43 #pragma omp target update to(n) if(target update : argc) if (target update:argc) // expected-error … in tmain() 55 #pragma omp target update from(m) if (argc > 0 ? argv[1] : argv[2]) in main() 63 #pragma omp target update from(m) if(target update : // expected-error {{expected expression}} expe… in main() 64 #pragma omp target update to(m) if(target update : argc // expected-error {{expected ')'}} expected… in main() 65 #pragma omp target update from(m) if(target update : argc + m) in main() [all …]
|
| H A D | target_update_from_messages.cpp | 107 #pragma omp target update from(x) in tmain() 108 #pragma omp target update from(t[:I]) in tmain() 113 #pragma omp target update from(from) in tmain() 119 #pragma omp target update from(ba) in tmain() 123 #pragma omp target update from(da) in tmain() 138 #pragma omp target update from(s7.x) in tmain() 166 #pragma omp target update from(x) in main() 170 #pragma omp target update from(from) in main() 175 #pragma omp target update from(ba) in main() 179 #pragma omp target update from(da) in main() [all …]
|
| H A D | target_update_to_messages.cpp | 115 #pragma omp target update to(x) in tmain() 116 #pragma omp target update to(t[:I]) in tmain() 121 #pragma omp target update to(to) in tmain() 126 #pragma omp target update to(ba) in tmain() 130 #pragma omp target update to(da) in tmain() 145 #pragma omp target update to(s7.x) in tmain() 172 #pragma omp target update to(x) in main() 176 #pragma omp target update to(to) in main() 181 #pragma omp target update to(ba) in main() 185 #pragma omp target update to(da) in main() [all …]
|
| H A D | target_update_messages.cpp | 13 #pragma omp target update to(x) in xxx() 65 #pragma omp target update to(: s) 68 #pragma omp target update to(:) 71 #pragma omp target update to(,:) 76 #pragma omp target update to(foobar: s) 80 #pragma omp target update to(m: s) 84 #pragma omp target update to(present: s) 94 #pragma omp target update to(present s) 104 #pragma omp target update to(present) 111 #pragma omp target update to(present:) [all …]
|
| H A D | target_update_depend_messages.cpp | 44 #pragma omp target update to(z) depend(in : argv[1][1] = '2') in tmain() 46 #pragma omp target update to(z) depend(in : argv[0]) in tmain() 47 #pragma omp target update to(z) depend(in:) // expected-error {{expected expression}} in tmain() 48 #pragma omp target update to(z) depend(in : tmain) in tmain() 64 #pragma omp target update to(z) depend(in : argv[:argc] [1:argc - 1]) in tmain() 65 #pragma omp target update to(z) depend(in : arr[0]) in tmain() 91 #pragma omp target update to(z) depend(in : argv[1][1] = '2') in main() 93 #pragma omp target update to(z) depend(in : argv[0]) in main() 95 #pragma omp target update to(z) depend(in : main) in main() 111 #pragma omp target update to(z) depend(in : argv[:argc] [1:argc - 1]) in main() [all …]
|
| H A D | target_update_ast_print.cpp | 33 #pragma omp target update to(marr[2][0:2][0:2]) in foo() 39 #pragma omp target update to(marr[:l][:l][l:]) in foo() 41 #pragma omp target update to(marr[:2][:1][:]) in foo() 43 #pragma omp target update from(marr[:2][:1][:]) in foo() 45 #pragma omp target update to(marr[:2][:][:1]) in foo() 47 #pragma omp target update from(marr[:2][:][:1]) in foo() 49 #pragma omp target update to(marr[:2][:] [1:]) in foo() 57 #pragma omp target update to(marr[:1][:2][0]) in foo() 62 #pragma omp target update to(arr[2][0:1:2]) in foo() 64 #pragma omp target update from(arr[2][0:1:2]) in foo() [all …]
|
| H A D | target_update_codegen.cpp | 87 #pragma omp target update to(la) if(1+3-4) in foo() 131 #pragma omp target update from(lb) in foo() 165 #pragma omp target update to(gb.b[:3]) in foo() 368 #pragma omp target update to(*B) in lvalue() 370 #pragma omp target update from(*B) in lvalue() 415 #pragma omp target update to(*(B+l)) in lvalue() 417 #pragma omp target update from(*(B+l)) in lvalue() 466 #pragma omp target update to((B+l)[l]) in lvalue() 566 #pragma omp target update to(*(s->p)) in lvalue() 568 #pragma omp target update from(*(s->p)) in lvalue() [all …]
|
| H A D | target_update_device_messages.cpp | 17 #pragma omp target update to(i) device // expected-error {{expected '(' after 'device'}} in tmain() 19 #pragma omp target update to(i) device () // expected-error {{expected expression}} in tmain() 20 #pragma omp target update to(i) device (argc // expected-error {{expected ')'}} expected-note {{to … in tmain() 23 #pragma omp target update from(i) device (argc + z) in tmain() 26 #pragma omp target update from(i) device (S1) // expected-error {{'S1' does not refer to a value}} in tmain() 28 #pragma omp target update from(i) device (-2) // expected-error {{argument to 'device' clause must … in tmain() 33 #pragma omp target update to(j) device // expected-error {{expected '(' after 'device'}} in main() 35 #pragma omp target update to(j) device () // expected-error {{expected expression}} in main() 36 #pragma omp target update from(j) device (argc // expected-error {{expected ')'}} expected-note {{t… in main() 39 #pragma omp target update to(j) device (z + argc) in main() [all …]
|
| H A D | atomic_update_codegen.cpp | 92 #pragma omp atomic update in main() 98 #pragma omp atomic update in main() 131 #pragma omp atomic update in main() 150 #pragma omp atomic update in main() 180 #pragma omp atomic update in main() 188 #pragma omp atomic update in main() 196 #pragma omp atomic update in main() 233 #pragma omp atomic update in main() 277 #pragma omp atomic update in main() 306 #pragma omp atomic update in main() [all …]
|
| H A D | declare_mapper_messages.cpp | 95 #pragma omp target update to(mapper:vv) // expected-error {{expecte… in fun() 96 #pragma omp target update to(mapper(:vv) // expected-error {{illegal… in fun() 99 #pragma omp target update to(mapper(N1:: :vv) // expected-error {{illegal… in fun() 103 #pragma omp target update to(mapper(aa) a:vv) // expected-warning {{missi… in fun() 104 #pragma omp target update to(mapper(aa):vv) to(mapper(aa):arr[0]) in fun() 105 #pragma omp target update to(mapper(N1::stack<int>::id) :vv) in fun() 109 #pragma omp target update from(mapper:vv) // expected-error {{expecte… in fun() 110 #pragma omp target update from(mapper(:vv) // expected-error {{illegal… in fun() 117 #pragma omp target update from(mapper(aa) a:vv) // expected-warning {{missi… in fun() 118 #pragma omp target update from(mapper(aa):vv) from(mapper(aa):arr[0]) in fun() [all …]
|
| H A D | declare_mapper_messages.c | 62 #pragma omp target update to(mapper:vv) // expected-error {{expecte… in fun() 63 #pragma omp target update to(mapper(:vv) // expected-error {{illegal… in fun() 64 #pragma omp target update to(mapper(aa :vv) // expected-error {{expecte… in fun() 67 #pragma omp target update to(mapper(aa) a:vv) // expected-warning {{missi… in fun() 68 #pragma omp target update to(mapper(aa):d) // expected-error {{mapper … in fun() 69 #pragma omp target update to(mapper(aa):vv) to(mapper(aa):arr[0]) in fun() 73 #pragma omp target update from(mapper:vv) // expected-error {{expecte… in fun() 74 #pragma omp target update from(mapper(:vv) // expected-error {{illegal… in fun() 75 #pragma omp target update from(mapper(aa :vv) // expected-error {{expecte… in fun() 78 #pragma omp target update from(mapper(aa) a:vv) // expected-warning {{missi… in fun() [all …]
|
| H A D | target_update_nowait_messages.cpp | 8 #pragma omp nowait target update to(i) // expected-error {{expected an OpenMP directive}} in main() 9 …#pragma omp target nowait update to(i) // expected-error {{unexpected OpenMP clause 'update' in di… in main() 11 …#pragma omp target update nowait() to(i) // expected-warning {{extra tokens at the end of '#pragma… in main() 12 …#pragma omp target update to(i) nowait( // expected-warning {{extra tokens at the end of '#pragma … in main() 13 …#pragma omp target update to(i) nowait (argc)) // expected-warning {{extra tokens at the end of '#… in main() 14 #pragma omp target update to(i) nowait device (-10u) in main() 15 …#pragma omp target update to(i) nowait (3.14) device (-10u) // expected-warning {{extra tokens at … in main() 16 …#pragma omp target update to(i) nowait nowait // expected-error {{directive '#pragma omp target up… in main() 17 …#pragma omp target update nowait to(i) nowait // expected-error {{directive '#pragma omp target up… in main()
|
| H A D | atomic_messages.cpp | 162 T update() { in update() function 165 #pragma omp atomic update in update() 170 #pragma omp atomic update update in update() 176 #pragma omp atomic update in update() 180 #pragma omp atomic update in update() 184 #pragma omp atomic update in update() 198 #pragma omp atomic update in update() 202 #pragma omp atomic update in update() 253 int update() { in update() function 261 #pragma omp atomic update update in update() [all …]
|
| H A D | depobj_messages.cpp | 35 #pragma omp depobj(x)update(inout) // expected-error {{'#pragma omp depobj' cannot be an immediate … in tmain() 152 #pragma omp depobj(x) update // expected-error {{expected '(' after 'update'}} in main() 153 #pragma omp depobj(x) update( // expected-error {{expected ')'}} expected-note {{to match this '('}… in main() 154 #pragma omp depobj(x) update(sink // expected-error {{expected ')'}} expected-note {{to match this … in main() 156 #pragma omp depobj(x) update(in) update(in) // expected-error {{directive '#pragma omp depobj' cann… in main() 159 #pragma omp depobj(x) depend(in: argc) update(mutexinoutset) // expected-error {{exactly one of 'de… in main() 160 #pragma omp depobj(x) update(inout) destroy // expected-error {{exactly one of 'depend', 'destroy',… in main() 162 #pragma omp depobj(x) (x) update(in) // expected-warning {{extra tokens at the end of '#pragma omp … in main() 166 #pragma omp update(out) depobj(x) // expected-error {{expected an OpenMP directive}} in main() 169 #pragma omp depobj update(in) (x) // expected-error {{expected depobj expression}} expected-warning… in main()
|
| H A D | declare_mapper_ast_print.cpp | 85 #pragma omp target update to(mapper(id): fd) in foo() 86 #pragma omp target update to(mapper(idd): fd.b) in foo() 87 #pragma omp target update from(mapper(id): fd) in foo() 88 #pragma omp target update from(mapper(idd): fd.b) in foo() 136 #pragma omp target update to(mapper(N1::id) : vc) in main() 138 #pragma omp target update to(mapper(dat<double>::id): vvv) in main() 141 #pragma omp target update from(mapper(N1::id) : vc) in main() 143 #pragma omp target update from(mapper(dat<double>::id): vvv) in main()
|
| H A D | target_update_depend_codegen.cpp | 109 #pragma omp target update if(1+3-5) device(arg) from(gc) nowait depend(in: arg) in foo() 114 #pragma omp target update to(la) if(1+3-4) depend(in: la) depend(out: arg) in foo() 198 #pragma omp target update to(arg) if(arg) device(4) depend(inout: arg, la, gc) in foo() 280 #pragma omp target update from(lb) depend(out: lb, arg, la, gc) in foo() 378 #pragma omp target update to(gb.b[:3]) depend(in: gb.b[:3], la, lb, gc, arg) in foo()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 28 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update() function in __anon0c8856670111::details::StructuralHash 33 void update(const Function &F) { in update() function in __anon0c8856670111::details::StructuralHash 37 update(F.isVarArg()); in update() 38 update(F.arg_size()); in update() 47 update(45798); // Block header in update() 49 update(Inst.getOpcode()); in update() 60 void update(const Module &M) { in update() function in __anon0c8856670111::details::StructuralHash 62 update(F); in update() 74 H.update(F); in StructuralHash() 80 H.update(M); in StructuralHash()
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | openmp-llvm-invalid.mlir | 3 // Checking translation when the update is carried out by using more than one op 7 // expected-error @+1 {{LLVM Translation failed for operation: omp.atomic.update}} 8 omp.atomic.update %x : !llvm.ptr<i32> { 21 // update operation 23 …// expected-error @+2 {{the update operation inside the region must be a binary operation and that… 25 omp.atomic.update %x : !llvm.ptr<i32> { 35 // Checking translation when the update is carried out by using more than one 41 …// expected-error @+1 {{the update operation inside the region must be a binary operation and that… 42 omp.atomic.update %x : !llvm.ptr<i32> { 54 // update operation [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | update-section.test | 12 # RUN: llvm-objcopy --update-section=.in_segment=%t.same %t %t.same.o 20 # RUN: llvm-objcopy --update-section=.in_segment=%t.same --update-section=.in_segment=%t.zeros %t %… 26 # RUN: llvm-objcopy --update-section=.in_segment=%t.short %t %t.short.o 35 ## Add a new section via --add-section, then update it. 47 ## We can't update sections which don't exist. 51 ## We can't update certain types of sections. 62 # RUN: llvm-objcopy --update-section=.not_in_segment=%t.larger %t %t.larger.o 67 ## valid --update-section flag. 68 # RUN: not llvm-objcopy --update-section=.in_segment=%t.larger --update-section=.in_segment=%t.same… 177 # MISSING-EQ: error: bad format for --update-section: missing '=' [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MD5Test.cpp | 24 Hash.update(Input); in TestMD5Sum() 34 Hash.update(Input); in TestMD5Sum() 75 Hash.update("abcd"); in TEST() 79 ReferenceHash.update("abcd"); in TEST() 85 Hash.update("xyz"); in TEST() 89 ReferenceHash.update("abcd"); in TEST() 90 ReferenceHash.update("xyz"); in TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | update-section.test | 7 # RUN: llvm-objcopy --update-section=.text=%t.diff %t - | llvm-readobj -S -x .text - | FileCheck %s 16 # RUN: llvm-objcopy --update-section=.text=%t.smaller %t - | llvm-readobj -S -x .text - | FileCheck… 25 # RUN: llvm-objcopy --update-section=.text=%t.diff --update-section=.other=%t.diff %t - | \ 42 # RUN: not llvm-objcopy --update-section=.text=%t.larger %t /dev/null 2>&1 | FileCheck %s --check-p… 45 # RUN: not llvm-objcopy --update-section=.bss=%t.diff %t /dev/null 2>&1 | FileCheck %s --check-pref… 48 # RUN: not llvm-objcopy --update-section=.text=%t.noexist %t /dev/null 2>&1 | \ 52 # RUN: not llvm-objcopy --update-section=.noexist=%t.diff %t /dev/null 2>&1 | FileCheck %s --check-…
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | CFArray.py | 40 self.update() 42 def update(self): member in NSArrayKVC_SynthProvider 73 self.update() 75 def update(self): member in NSArrayCF_SynthProvider 98 self.update() 100 def update(self): member in NSArrayI_SynthProvider 126 self.update() 128 def update(self): member in NSArrayM_SynthProvider 165 def update(self): member in NSArray_SynthProvider 169 self.wrapper.update()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FileIndexTests.cpp | 115 FS.update("f1", numSlab(1, 3), nullptr, nullptr, false); in TEST() 116 FS.update("f2", numSlab(3, 5), nullptr, nullptr, false); in TEST() 135 FS.update("f1", OneSymboSlab(X1), nullptr, nullptr, false); in TEST() 155 FS.update("f1", nullptr, nullptr, nullptr, false); in TEST() 179 update(M, "f", "class string {};"); in TEST() 227 update( in TEST() 259 update(M, "f", Source); in TEST() 404 update(M, "f", "#define CLANGD 1"); in TEST() 496 FS.update("f1", numSlab(1, 3), nullptr, nullptr, true); in TEST() 497 FS.update("f2", numSlab(1, 3), nullptr, nullptr, false); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | regbankselect-amdgcn.update.dpp.mir | 19 …; CHECK-NEXT: [[INT:%[0-9]+]]:vgpr(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), [[COPY2]… 22 %2:_(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), %0, %1, 0, 0, 0, 0 40 …; CHECK-NEXT: [[INT:%[0-9]+]]:vgpr(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), [[COPY2]… 43 %2:_(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), %0, %1, 0, 0, 0, 0 61 …; CHECK-NEXT: [[INT:%[0-9]+]]:vgpr(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), [[COPY]]… 64 %2:_(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), %0, %1, 0, 0, 0, 0 81 …; CHECK-NEXT: [[INT:%[0-9]+]]:vgpr(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), [[COPY]]… 84 %2:_(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.update.dpp), %0, %1, 0, 0, 0, 0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | update-section.test | 7 # RUN: llvm-objcopy --update-section __TEXT,__text=%t.diff %t - | obj2yaml | FileCheck %s 10 # RUN: llvm-objcopy --update-section __TEXT,__text=%t.smaller %t - | obj2yaml | FileCheck %s --chec… 13 # RUN: not llvm-objcopy --update-section __TEXT,__text=%t.larger %t /dev/null 2>&1 | FileCheck %s -… 16 # RUN: not llvm-objcopy --update-section __TEXT,__text=%t.noexist %t /dev/null 18 # RUN: not llvm-objcopy --update-section __NOEXIST,__text=%t.diff %t /dev/null 2>&1 | FileCheck %s … 21 # RUN: not llvm-objcopy --update-section __TEXT,__noexist=%t.diff %t /dev/null 2>&1 | FileCheck %s … 26 # RUN: llvm-objcopy --update-section __TEXT,__text=%t.diff %t - | obj2yaml | FileCheck %s --check-p… 29 # RUN: not llvm-objcopy --update-section __text=%t.diff %t /dev/null 2>&1 | FileCheck %s --check-pr…
|