Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 911) sorted by relevance

12345678910>>...37

/llvm-project/clang/test/OpenMP/
H A Dtarget_update_if_messages.cpp17 #pragma omp target update to(argc) if(cond) // expected-warning {{variable 'cond' is uninitialized … in xxx()
27 #pragma omp target update to(n) if // expected-error {{expected '(' after 'if'}} in tmain()
28 #pragma omp target update from(n) if ( // expected-error {{expected expression}} expected-error {{e… in tmain()
29 #pragma omp target update to(n) if () // expected-error {{expected expression}} in tmain()
30 #pragma omp target update from(n) if (argc // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
31 #pragma omp target update to(n) if (argc)) // expected-warning {{extra tokens at the end of '#pragm… in tmain()
32 #pragma omp target update from(n) if (argc > 0 ? argv[1] : argv[2]) in tmain()
33 #pragma omp target update to(n) if (foobool(argc)), if (true) // expected-error {{directive '#pragm… in tmain()
34 #pragma omp target update from(n) if (S) // expected-error {{'S' does not refer to a value}} in tmain()
35 #pragma omp target update to(n) if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{t… in tmain()
[all …]
H A Dtarget_update_from_messages.cpp70 #pragma omp target update from(*this) // le45-error {{expected expression containing only member ac… in foo()
72 #pragma omp target update from(*(this->ptr)) // le45-error {{expected expression containing only me… in foo()
73 #pragma omp target update from(*(this->S->i+this->S->p)) // le45-error {{expected expression contai… in foo()
74 #pragma omp target update from(*(this->S->i+this->S->s6[0].pp)) // le45-error {{expected expression… in foo()
75 #pragma omp target update from(*(a+this->ptr)) // le45-error {{expected expression containing only … in foo()
76 #pragma omp target update from(*(*(this->ptr)+a+this->ptr)) // le45-error {{expected expression con… in foo()
77 #pragma omp target update from(*(this+this)) // expected-error {{invalid operands to binary express… in foo()
102 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{exp… in tmain()
103 #pragma omp target update from( // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain()
104 #pragma omp target update from() // expected-error {{expected expression}} expected-error {{expecte… in tmain()
[all …]
H A Dtarget_update_to_messages.cpp71 #pragma omp target update to(*this) // le45-error {{expected expression containing only member acce… in foo()
73 #pragma omp target update to(*(this->ptr)) // le45-error {{expected expression containing only memb… in foo()
74 #pragma omp target update to(*(this->S->i+this->S->p)) // le45-error {{expected expression containi… in foo()
75 #pragma omp target update to(*(this->S->i+this->S->s6[0].pp)) // le45-error {{expected expression c… in foo()
76 #pragma omp target update to(*(a+this->ptr)) // le45-error {{expected expression containing only me… in foo()
77 #pragma omp target update to(*(*(this->ptr)+a+this->ptr)) // le45-error {{expected expression conta… in foo()
78 #pragma omp target update to(*(this+this)) // expected-error {{invalid operands to binary expressio… in foo()
82 #pragma omp target update to(marr [0:1][2:4][1:2]) // le45-error {{array section does not specify c… in foo()
108 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expecte… in tmain()
109 #pragma omp target update to( // expected-error {{expected ')'}} expected-note {{to match this '('}… in tmain()
[all …]
H A Dtarget_update_messages.cpp13 #pragma omp target update to(x) in xxx()
21 #pragma omp target update to(y) // expected-error {{the host cannot update a declare target variabl… in yyy()
28 #pragma omp target update from(z) // expected-error {{the host cannot update a declare target varia… in zzz()
52 …#pragma omp target update // expected-error {{expected at least one 'to' clause or 'from' clause s…
53 …#pragma omp target update to(m) { // expected-warning {{extra tokens at the end of '#pragma omp ta…
54 …#pragma omp target update to(m) ( // expected-warning {{extra tokens at the end of '#pragma omp ta…
55 …#pragma omp target update to(m) [ // expected-warning {{extra tokens at the end of '#pragma omp ta…
56 …#pragma omp target update to(m) ] // expected-warning {{extra tokens at the end of '#pragma omp ta…
57 …#pragma omp target update to(m) ) // expected-warning {{extra tokens at the end of '#pragma omp ta…
65 #pragma omp target update to(: s)
[all …]
H A Dtarget_update_depend_messages.cpp29 #pragma omp depend target update to(z) // expected-error{{expected an OpenMP directive}} in tmain()
30 #pragma omp depend(out:argc) target update to(z) // expected-error{{expected an OpenMP directive}} in tmain()
31 …#pragma omp target depend(in:argc) update to(z) // expected-error{{unexpected OpenMP clause 'updat… in tmain()
34 #pragma omp target update to(z) depend // expected-error {{expected '(' after 'depend'}} in tmain()
35 #pragma omp target update to(z) depend( // omp4-error {{expected 'in', 'out', 'inout' or 'mutexino… in tmain()
36 #pragma omp target update to(z) depend() // omp4-error {{expected 'in', 'out', 'inout' or 'mutexino… in tmain()
37 #pragma omp target update to(z) depend(argc // omp4-error {{expected 'in', 'out', 'inout' or 'mutex… in tmain()
38 #pragma omp target update to(z) depend(source : argc) // omp4-error {{expected 'in', 'out', 'inout'… in tmain()
39 #pragma omp target update to(z) depend(source) // expected-error {{expected expression}} expected-w… in tmain()
40 #pragma omp target update to(z) depend(in : argc)) // expected-warning {{extra tokens at the end of… in tmain()
[all …]
H A Dtarget_update_ast_print.cpp28 #pragma omp target update to(([a][targ])p, a) if(l>5) device(l) nowait depend(inout:l) in foo()
30 #pragma omp target update from(b, ([a][targ])p) if(l<5) device(l-1) nowait depend(inout:l) in foo()
33 #pragma omp target update to(marr[2][0:2][0:2]) in foo()
35 #pragma omp target update from(marr[2][0:2][0:2]) in foo()
37 #pragma omp target update from(marr[:2][0:2][0:2:1]) 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()
[all …]
H A Dtarget_update_codegen.cpp74 #pragma omp target update if(1+3-5) device(arg) from(gc) nowait in foo()
79 #pragma omp target update to(la) if(1+3-4) in foo()
99 #pragma omp target update to(arg) if(arg) device(4) in foo()
119 #pragma omp target update from(lb) in foo()
149 #pragma omp target update to(gb.b[:3]) in foo()
187 #pragma omp target update from(b[1:3]) if(a>123) device(arg) in foo()
258 #pragma omp target update to(arg) if(arg) device(4) in no_target_devices()
304 #pragma omp target update from(arg) if(arg) device(4) in device_side_scan()
342 #pragma omp target update to(*B) in lvalue()
344 #pragma omp target update fro in lvalue()
[all...]
H A Dtarget_update_device_messages.cpp17 #pragma omp target update to(i) device // expected-error {{expected '(' after 'device'}} in tmain()
18 #pragma omp target update to(i) device ( // expected-error {{expected expression}} expected-error {… 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()
21 #pragma omp target update to(i) device (argc)) // expected-warning {{extra tokens at the end of '#p… in tmain()
22 #pragma omp target update from(i) device (argc > 0 ? argv[1] : argv[2]) // expected-error {{express… in tmain()
23 #pragma omp target update from(i) device (argc + z) in tmain()
24 #pragma omp target update from(i) device (device_num: argc + z) // expected-error {{use of undeclar… in tmain()
25 #pragma omp target update from(i) device (argc), device (argc+1) // expected-error {{directive '#pr… in tmain()
26 #pragma omp target update from(i) device (S1) // expected-error {{'S1' does not refer to a value}} in tmain()
[all …]
H A Datomic_update_codegen.cpp93 #pragma omp atomic update in main()
99 #pragma omp atomic update in main()
132 #pragma omp atomic update in main()
151 #pragma omp atomic update in main()
181 #pragma omp atomic update in main()
189 #pragma omp atomic update in main()
197 #pragma omp atomic update in main()
231 #pragma omp atomic update in main()
269 #pragma omp atomic update in main()
295 #pragma omp atomic update in main()
[all...]
H A Ddeclare_mapper_messages.cpp92 #pragma omp target update to(mapper) // expected-error {{expecte… in fun()
93 #pragma omp target update to(mapper() // expected-error {{illegal… in fun()
94 #pragma omp target update to(mapper:vv) // expected-error {{expecte… in fun()
95 #pragma omp target update to(mapper(:vv) // expected-error {{illegal… in fun()
96 #pragma omp target update to(mapper(aa :vv) // expected-error {{expecte… in fun()
97 #pragma omp target update to(mapper(N2:: :vv) // expected-error {{use of … in fun()
98 #pragma omp target update to(mapper(N1:: :vv) // expected-error {{illegal… in fun()
99 #pragma omp target update to(mapper(N1::aa) :vv) // expected-error {{cannot … in fun()
100 #pragma omp target update to(mapper(ab):vv) // expected-error {{cannot … in fun()
101 #pragma omp target update to(mapper(ab):arr[0:2]) // expected-error {{cannot … in fun()
[all …]
H A Ddeclare_mapper_messages.c97 #pragma omp target update to(mapper) // expected-error {{expected '(' after 'mapper'}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} in fun()
98 #pragma omp target update to(mapper() // expected-error {{illegal OpenMP user-defined mapper identifier}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} in fun()
99 #pragma omp target update to(mapper:vv) // expected-error {{expected '(' after 'mapper'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} in fun()
100 #pragma omp target update to(mapper(:vv) // expected-error {{illegal OpenMP user-defined mapper identifier}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} in fun()
101 #pragma omp target update to(mapper(aa :vv) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} in fun()
[all...]
H A Dtarget_update_nowait_messages.cpp8 #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 Datomic_messages.cpp162 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()
206 #pragma omp atomic update in update()
210 #pragma omp atomic update in update()
[all …]
H A Ddepobj_messages.cpp43 #pragma omp depobj(x)update(inout) // expected-error {{'#pragma omp depobj' cannot be an immediate substatement}} in tmain()
160 #pragma omp depobj(x) update // expected-error {{expected '(' after 'update'}} in main()
161 #pragma omp depobj(x) update( // expected-error {{expected ')'}} expected-note {{to match this '('}} omp52-error {{expected 'in', 'out', 'inout', 'mutexinoutset' or 'inoutset' in OpenMP clause 'update'}} omp51-error {{expected 'in', 'out', 'inout', 'mutexinoutset' or 'inoutset' in OpenMP clause 'update'}} omp50-error {{expected 'in', 'out', 'inout' or 'mutexinoutset' in OpenMP clause 'update'}} in main()
162 #pragma omp depobj(x) update(sink // expected-error {{expected ')'}} expected-note {{to match this '('}} omp52-error {{expected 'in', 'out', 'inout', 'mutexinoutset' or 'inoutset' in OpenMP clause 'update'}} omp51-error {{expected 'in', 'out', 'inout', 'mutexinoutset' or 'inoutset' in OpenMP clause 'update'}} omp5 in main()
[all...]
H A Ddeclare_mapper_ast_print.cpp85 #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 Dtarget_update_depend_codegen.cpp94 #pragma omp target update if(1+3-5) device(arg) from(gc) nowait depend(in: arg) in foo()
99 #pragma omp target update to(la) if(1+3-4) depend(in: la) depend(out: arg) in foo()
168 #pragma omp target update to(arg) if(arg) device(4) depend(inout: arg, la, gc) in foo()
234 #pragma omp target update from(lb) depend(out: lb, arg, la, gc) in foo()
314 #pragma omp target update to(gb.b[:3]) depend(in: gb.b[:3], la, lb, gc, arg) in foo()
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dupdate-section.test12 # RUN: llvm-objcopy --update-section=.in_segment=%t.same %t %t.same.o
17 ## back (from the second `--update-section`), then it should be the exact same as the
20 # RUN: llvm-objcopy --update-section=.in_segment=%t.same --update-section=.in_segment=%t.zeros %t %…
23 ## Update segment section with a smaller chunk of data. This will also update the
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.
36 # RUN: llvm-objcopy --add-section=.added=%t.zeros --update-section=.added=%t.updated \
42 # RUN: llvm-objcopy --update-section=.added=%t.updated --add-section=.added=%t.updated \
47 ## We can't update sections which don't exist.
48 # RUN: not llvm-objcopy --update-section=.nosection=%t.same %t %t-err1 2>&1 | \
[all …]
/llvm-project/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm-invalid.mlir3 // Checking translation when the update is carried out by using more than one op
6 omp.atomic.update %x : !llvm.ptr {
19 // update operation
21 // expected-error @+2 {{no atomic update operation with region argument as operand found inside atomic.update region}}
22 // expected-error @+1 {{LLVM Translation failed for operation: omp.atomic.update}}
23 omp.atomic.update %x : !llvm.ptr {
33 // Checking translation when the update is carried out by using more than one
39 // expected-error @+1 {{no atomic update operation with region argument as operand found inside atomic.update regio
[all...]
/llvm-project/mlir/test/Dialect/OpenACC/
H A Dcanonicalize.mlir55 acc.update if(%ifCond) dataOperands(%0: memref<f32>)
59 // CHECK: acc.update dataOperands(%{{.*}} : memref<f32>)
67 acc.update if(%ifCond) dataOperands(%0: memref<f32>)
72 // CHECK-NOT: acc.update{{.$}}
102 acc.update if(%ifCond) dataOperands(%0: memref<f32>)
107 // CHECK: acc.update if(%{{.*}}) dataOperands(%{{.*}} : memref<f32>)
151 acc.atomic.update %x : memref<i32> {
159 // CHECK-NOT: acc.atomic.update
164 acc.atomic.update %x : memref<i32> {
174 // CHECK-NOT: acc.atomic.update
[all …]
/llvm-project/libcxx/modules/
H A Dstd.compat.cppm.in54 # error "please update the header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
57 # error "please update the header information for <flat_set> in headers_not_available in utils/libcxx/header_information.py"
60 # error "please update the header information for <generator> in headers_not_available in utils/libcxx/header_information.py"
63 # error "please update the header information for <hazard_pointer> in headers_not_available in utils/libcxx/header_information.py"
66 # error "please update the header information for <inplace_vector> in headers_not_available in utils/libcxx/header_information.py"
69 # error "please update the header information for <linalg> in headers_not_available in utils/libcxx/header_information.py"
72 # error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
75 # error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
78 # error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
81 # error "please update th
[all...]
/llvm-project/llvm/unittests/Support/
H A DMD5Test.cpp24 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/mlir/test/Dialect/OpenMP/
H A Dcanonicalize.mlir4 omp.atomic.update %x : memref<i32> {
12 // CHECK-NOT: omp.atomic.update
17 omp.atomic.update %x : memref<i32> {
27 // CHECK-NOT: omp.atomic.update
32 omp.atomic.update %x : memref<i32> {
41 // CHECK: omp.atomic.update
49 omp.atomic.update %x : memref<i32> {
58 // CHECK-NOT: omp.atomic.update
64 omp.atomic.update %x : memref<i32> {
73 // CHECK-NOT: omp.atomic.update
/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp258 void update(const Function &F) {
294 void update(const GlobalVariable &GV) {
309 void update(const Module &M) {
311 update(GV);
313 update(F);
331 H.update(F);
341 H.update(M);
349 H.update(F);
100 void update(const Function &F, bool DetailedHash) { update() function in __anon92d83dca0111::StructuralHashImpl
134 void update(const GlobalVariable &GV) { update() function in __anon92d83dca0111::StructuralHashImpl
144 void update(const Module &M, bool DetailedHash) { update() function in __anon92d83dca0111::StructuralHashImpl
/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
H A Dupdate-section.test7 # 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/lldb/examples/summaries/cocoa/
H A DCFArray.py34 self.update()
36 def update(self): member in NSArrayKVC_SynthProvider
69 self.update()
71 def update(self): member in NSArrayCF_SynthProvider
95 self.update()
97 def update(self): member in NSArrayI_SynthProvider
122 self.update()
124 def update(self): member in NSArrayM_SynthProvider
160 def update(self): member in NSArray_SynthProvider
164 self.wrapper.update()

12345678910>>...37