Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 25 of 210) sorted by relevance

123456789

/external/llvm/test/Transforms/Inline/
Dlifetime.ll4 declare void @llvm.lifetime.start(i64, i8*)
5 declare void @llvm.lifetime.end(i64, i8*)
9 ; Size in llvm.lifetime.start / llvm.lifetime.end differs from
11 call void @llvm.lifetime.start(i64 2, i8* %a)
12 call void @llvm.lifetime.end(i64 2, i8* %a)
18 ; CHECK: llvm.lifetime.start(i64 2
19 ; CHECK-NEXT: llvm.lifetime.end(i64 2
21 ; CHECK-NEXT: llvm.lifetime.start(i64 2
22 ; CHECK-NEXT: llvm.lifetime.end(i64 2
29 ;; any lifetime markers.
[all …]
Dlifetime-no-datalayout.ll11 ; Size in llvm.lifetime.X should be -1 (unknown).
14 ; CHECK-NOT: lifetime
15 ; CHECK: llvm.lifetime.start(i64 -1
16 ; CHECK-NOT: lifetime
17 ; CHECK: llvm.lifetime.end(i64 -1
19 ; CHECK-NOT: lifetime
/external/llvm/test/Instrumentation/AddressSanitizer/
Dlifetime.ll1 ; Test hanlding of llvm.lifetime intrinsics.
2 ; RUN: opt < %s -asan -asan-module -asan-check-lifetime -asan-use-after-return=0 -S | FileCheck %s
7 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
8 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
14 call void @llvm.lifetime.start(i64 -1, i8* %i.ptr)
15 call void @llvm.lifetime.end(i64 -1, i8* %i.ptr)
17 ; Check that lifetime with no size are ignored.
25 ; Generic case of lifetime analysis.
26 define void @lifetime() sanitize_address {
27 ; CHECK-LABEL: define void @lifetime()
[all …]
Dlifetime-uar.ll1 ; Test handling of llvm.lifetime intrinsics in UAR mode.
2 ; RUN: opt < %s -asan -asan-module -asan-use-after-return -asan-check-lifetime -S | FileCheck %s
6 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
7 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
16 call void @llvm.lifetime.start(i64 1, i8* %c)
17 ; Memory is unpoisoned at llvm.lifetime.start
23 call void @llvm.lifetime.end(i64 1, i8* %c)
24 ; Memory is poisoned at llvm.lifetime.end
/external/llvm/test/CodeGen/X86/
DStackColoring.ll16 call void @llvm.lifetime.start(i64 -1, i8* %b)
19 call void @llvm.lifetime.end(i64 -1, i8* %b)
20 call void @llvm.lifetime.start(i64 -1, i8* %b2)
23 call void @llvm.lifetime.end(i64 -1, i8* %b2)
40 call void @llvm.lifetime.start(i64 -1, i8* %b)
45 call void @llvm.lifetime.start(i64 -1, i8* %b2)
48 call void @llvm.lifetime.end(i64 -1, i8* %b2)
52 call void @llvm.lifetime.end(i64 -1, i8* %b)
55 call void @llvm.lifetime.end(i64 -1, i8* %b)
68 call void @llvm.lifetime.start(i64 -1, i8* %b)
[all …]
DStackColoring-dbg.ll18 call void @llvm.lifetime.end(i64 -1, i8* %0) nounwind
19 call void @llvm.lifetime.start(i64 -1, i8* %x.i) nounwind
24 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
26 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
/external/llvm/test/Transforms/LoopVectorize/
Dlifetime.ll5 ; Make sure we can vectorize loops which contain lifetime markers.
8 ; CHECK: call void @llvm.lifetime.end
10 ; CHECK: call void @llvm.lifetime.start
16 call void @llvm.lifetime.start(i64 4096, i8* %0) #1
21 call void @llvm.lifetime.end(i64 4096, i8* %0) #1
25 call void @llvm.lifetime.start(i64 4096, i8* %0) #1
32 call void @llvm.lifetime.end(i64 4096, i8* %0) #1
37 ; CHECK: call void @llvm.lifetime.end
39 ; CHECK: call void @llvm.lifetime.start
45 call void @llvm.lifetime.start(i64 4096, i8* %0) #1
[all …]
/external/llvm/test/Transforms/DeadStoreElimination/
Dlifetime.ll5 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
6 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
14 call void @llvm.lifetime.end(i64 1, i8* %A)
15 ; CHECK: lifetime.end
28 call void @llvm.lifetime.start(i64 4, i8* %R)
29 ; CHECK: lifetime.start
32 call void @llvm.lifetime.end(i64 4, i8* %R)
33 ; CHECK: lifetime.end
Ddominate.ll12 call void @llvm.lifetime.end(i64 -1, i8* %0)
17 call void @llvm.lifetime.end(i64 -1, i8* %0)
25 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
/external/llvm/test/Transforms/GVN/
Dlifetime-simple.ll7 ; CHECK: lifetime.start
9 ; CHECK: lifetime.end
11 call void @llvm.lifetime.start(i64 32, i8* %P)
14 call void @llvm.lifetime.end(i64 32, i8* %P)
19 declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
20 declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
/external/llvm/test/CodeGen/PowerPC/
Dlsa.ll11 call void @llvm.lifetime.start(i64 32800, i8* %0) #0
13 call void @llvm.lifetime.start(i64 32800, i8* %1) #0
15 call void @llvm.lifetime.start(i64 32800, i8* %2) #0
31 call void @llvm.lifetime.end(i64 32800, i8* %2) #0
32 call void @llvm.lifetime.end(i64 32800, i8* %1) #0
33 call void @llvm.lifetime.end(i64 32800, i8* %0) #0
37 declare void @llvm.lifetime.start(i64, i8* nocapture) #0
41 declare void @llvm.lifetime.end(i64, i8* nocapture) #0
/external/llvm/test/Transforms/Mem2Reg/
Dignore-lifetime.ll3 declare void @llvm.lifetime.start(i64 %size, i8* nocapture %ptr)
4 declare void @llvm.lifetime.end(i64 %size, i8* nocapture %ptr)
11 call void @llvm.lifetime.start(i64 2, i8* %B)
13 call void @llvm.lifetime.end(i64 2, i8* %B)
22 call void @llvm.lifetime.start(i64 2, i8* %B)
24 call void @llvm.lifetime.end(i64 2, i8* %B)
/external/llvm/test/Transforms/ScalarRepl/
Dlifetime.ll6 declare void @llvm.lifetime.start(i64, i8*)
7 declare void @llvm.lifetime.end(i64, i8*)
19 call void @llvm.lifetime.start(i64 -1, i8* %B)
32 call void @llvm.lifetime.start(i64 -1, i8* %B)
46 call void @llvm.lifetime.start(i64 6, i8* %B)
60 call void @llvm.lifetime.start(i64 1, i8* %B)
89 call void @llvm.lifetime.start(i64 5, i8* %A2)
90 ; CHECK: llvm.lifetime{{.*}}i64 1
91 ; CHECK: llvm.lifetime{{.*}}i64 1
92 ; CHECK: llvm.lifetime{{.*}}i64 1
[all …]
/external/llvm/test/CodeGen/Thumb/
DPR17309.ll14 call void @llvm.lifetime.start(i64 1000, i8* %0) #1
16 call void @llvm.lifetime.end(i64 1000, i8* %0) #1
27 call void @llvm.lifetime.start(i64 2000, i8* %0) #1
29 call void @llvm.lifetime.end(i64 2000, i8* %0) #1
40 call void @llvm.lifetime.start(i64 4000, i8* %0) #1
42 call void @llvm.lifetime.end(i64 4000, i8* %0) #1
50 declare void @llvm.lifetime.start(i64, i8* nocapture) #1
51 declare void @llvm.lifetime.end(i64, i8* nocapture) #1
Dstack-coloring-without-frame-ptr.ll15 call void @llvm.lifetime.start(i64 16, i8* %1) nounwind
17 call void @llvm.lifetime.end(i64 16, i8* %1) nounwind
20 call void @llvm.lifetime.start(i64 20, i8* %2) nounwind
27 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
29 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
/external/llvm/test/Transforms/SimplifyCFG/
Dlifetime.ll3 ; Test that a lifetime intrinsic doesn't prevent us from simplifying this.
13 call void @llvm.lifetime.start(i64 -1, i8* %a) nounwind
17 call void @llvm.lifetime.end(i64 -1, i8* %a) nounwind
27 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
29 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c387 be32 lifetime; in wpa_supplicant_send_stk_3_of_4() local
390 2 + RSN_SELECTOR_LEN + sizeof(lifetime); in wpa_supplicant_send_stk_3_of_4()
421 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_send_stk_3_of_4()
423 (u8 *) &lifetime, sizeof(lifetime)); in wpa_supplicant_send_stk_3_of_4()
518 u32 lifetime; in wpa_supplicant_process_smk_m45() local
535 kde.lifetime == NULL || kde.lifetime_len < 4) { in wpa_supplicant_process_smk_m45()
567 lifetime = WPA_GET_BE32(kde.lifetime); in wpa_supplicant_process_smk_m45()
568 wpa_printf(MSG_DEBUG, "RSN: SMK lifetime %u seconds", lifetime); in wpa_supplicant_process_smk_m45()
569 if (lifetime > 1000000000) in wpa_supplicant_process_smk_m45()
570 lifetime = 1000000000; /* avoid overflowing eloop time */ in wpa_supplicant_process_smk_m45()
[all …]
Dtdls.c105 u32 lifetime; member
1158 peer->lifetime = TPK_LIFETIME; in wpa_tdls_send_tpk_m1()
1163 peer->lifetime = 301; in wpa_tdls_send_tpk_m1()
1168 peer->lifetime = 0xffffffff; in wpa_tdls_send_tpk_m1()
1172 sizeof(timeoutie), peer->lifetime); in wpa_tdls_send_tpk_m1()
1173 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime %u seconds", peer->lifetime); in wpa_tdls_send_tpk_m1()
1207 u32 lifetime; in wpa_tdls_send_tpk_m2() local
1258 lifetime = peer->lifetime; in wpa_tdls_send_tpk_m2()
1263 lifetime++; in wpa_tdls_send_tpk_m2()
1267 sizeof(timeoutie), lifetime); in wpa_tdls_send_tpk_m2()
[all …]
/external/ipsec-tools/src/racoon/
Dproposal.c219 newpp->lifetime = pp1->lifetime;
225 if (pp1->lifetime > pp2->lifetime) {
229 (int)pp2->lifetime, (int)pp1->lifetime);
239 newpp->lifetime = pp1->lifetime;
255 if (pp1->lifetime <= pp2->lifetime) {
256 newpp->lifetime = pp1->lifetime;
258 newpp->lifetime = pp2->lifetime;
263 (int)pp2->lifetime, (int)pp1->lifetime);
281 if (pp1->lifetime != pp2->lifetime) {
285 (int)pp2->lifetime, (int)pp1->lifetime);
[all …]
/external/chromium_org/remoting/host/
Dregister_support_host_request.cc109 base::TimeDelta* lifetime) { in ParseResponse() argument
161 *lifetime = base::TimeDelta::FromSeconds(lifetime_int); in ParseResponse()
168 base::TimeDelta lifetime; in ProcessResponse() local
169 bool success = ParseResponse(response, &support_id, &lifetime); in ProcessResponse()
170 CallCallback(success, support_id, lifetime); in ProcessResponse()
174 bool success, const std::string& support_id, base::TimeDelta lifetime) { in CallCallback() argument
183 callback.Run(success, support_id, lifetime); in CallCallback()
/external/llvm/test/Transforms/InstCombine/
Ddeadcode.ll25 declare void @llvm.lifetime.start(i64, i8*)
26 declare void @llvm.lifetime.end(i64, i8*)
29 call void @llvm.lifetime.start(i64 -1, i8* undef)
30 call void @llvm.lifetime.end(i64 -1, i8* undef)
/external/wpa_supplicant_8/src/ap/
Dpeerkey_auth.c153 u32 lifetime; in wpa_send_smk_m4() local
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime); in wpa_send_smk_m4()
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */ in wpa_send_smk_m4()
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0); in wpa_send_smk_m4()
206 u32 lifetime; in wpa_send_smk_m5() local
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime); in wpa_send_smk_m5()
239 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */ in wpa_send_smk_m5()
241 (u8 *) &lifetime, sizeof(lifetime), NULL, 0); in wpa_send_smk_m5()
/external/llvm/test/CodeGen/Mips/
Dstackcoloring.ll14 call void @llvm.lifetime.start(i64 64, i8* %0)
31 call void @llvm.lifetime.end(i64 64, i8* %0)
35 declare void @llvm.lifetime.start(i64, i8* nocapture)
39 declare void @llvm.lifetime.end(i64, i8* nocapture)
/external/llvm/test/Feature/
Dmemorymarkers.ll7 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
8 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
19 call void @llvm.lifetime.start(i64 8, i8* %y)
34 call void @llvm.lifetime.end(i64 8, i8* %y)
/external/tcpdump/
Dprint-icmp.c452 u_int lifetime, num, size; in icmp_print() local
461 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime); in icmp_print()
462 if (lifetime < 60) { in icmp_print()
464 lifetime); in icmp_print()
465 } else if (lifetime < 60 * 60) { in icmp_print()
467 lifetime / 60, lifetime % 60); in icmp_print()
471 lifetime / 3600, in icmp_print()
472 (lifetime % 3600) / 60, in icmp_print()
473 lifetime % 60); in icmp_print()

123456789