Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dprefetch.ll16 ; 3dnow by itself get you just the single prefetch instruction with no hints
20 ; 3dnow prefetch instruction will only get used if you have no other prefetch instructions enabled
67 ; 3DNOW-NEXT: prefetch (%eax)
68 ; 3DNOW-NEXT: prefetch (%eax)
69 ; 3DNOW-NEXT: prefetch (%eax)
70 ; 3DNOW-NEXT: prefetch (%eax)
71 ; 3DNOW-NEXT: prefetch (%eax)
72 ; 3DNOW-NEXT: prefetch (%eax)
73 ; 3DNOW-NEXT: prefetch (%eax)
74 ; 3DNOW-NEXT: prefetch (%eax)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-prefetch.ll12 call void @llvm.prefetch(i8* %tmp, i32 0, i32 0, i32 1)
14 call void @llvm.prefetch(i8* %tmp, i32 0, i32 1, i32 1)
16 call void @llvm.prefetch(i8* %tmp, i32 0, i32 2, i32 1)
18 call void @llvm.prefetch(i8* %tmp, i32 0, i32 3, i32 1)
21 call void @llvm.prefetch(i8* %tmp, i32 0, i32 0, i32 0)
23 call void @llvm.prefetch(i8* %tmp, i32 0, i32 1, i32 0)
25 call void @llvm.prefetch(i8* %tmp, i32 0, i32 2, i32 0)
27 call void @llvm.prefetch(i8* %tmp, i32 0, i32 3, i32 0)
30 call void @llvm.prefetch(i8* %tmp, i32 1, i32 0, i32 1)
32 call void @llvm.prefetch(i8* %tmp, i32 1, i32 1, i32 1)
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-prefetch.ll12 call void @llvm.prefetch(i8* %tmp, i32 0, i32 0, i32 1)
14 call void @llvm.prefetch(i8* %tmp, i32 0, i32 1, i32 1)
16 call void @llvm.prefetch(i8* %tmp, i32 0, i32 2, i32 1)
18 call void @llvm.prefetch(i8* %tmp, i32 0, i32 3, i32 1)
21 call void @llvm.prefetch(i8* %tmp, i32 0, i32 0, i32 0)
23 call void @llvm.prefetch(i8* %tmp, i32 0, i32 1, i32 0)
25 call void @llvm.prefetch(i8* %tmp, i32 0, i32 2, i32 0)
27 call void @llvm.prefetch(i8* %tmp, i32 0, i32 3, i32 0)
30 call void @llvm.prefetch(i8* %tmp, i32 1, i32 0, i32 1)
32 call void @llvm.prefetch(i8* %tmp, i32 1, i32 1, i32 1)
[all …]
/external/libnfnetlink/include/
Dlinux_list.h32 #define prefetch(x) 1 macro
343 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
344 pos = pos->next, prefetch(pos->next))
365 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
366 pos = pos->prev, prefetch(pos->prev))
386 prefetch(pos->member.next); \
389 prefetch(pos->member.next))
399 prefetch(pos->member.prev); \
402 prefetch(pos->member.prev))
423 prefetch(pos->member.next); \
[all …]
/external/iptables/libiptc/
Dlinux_list.h30 #define prefetch(x) ((void)0) macro
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
361 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
362 pos = pos->prev, prefetch(pos->prev))
382 prefetch(pos->member.next); \
385 prefetch(pos->member.next))
395 prefetch(pos->member.prev); \
398 prefetch(pos->member.prev))
419 prefetch(pos->member.next); \
[all …]
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h33 #define prefetch(x) 1 macro
344 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
345 pos = pos->next, prefetch(pos->next))
366 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
367 pos = pos->prev, prefetch(pos->prev))
387 prefetch(pos->member.next); \
390 prefetch(pos->member.next))
400 prefetch(pos->member.prev); \
403 prefetch(pos->member.prev))
424 prefetch(pos->member.next); \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
DPREFETCH-64.s5 prefetch 485498096 label
9 prefetch 64(%rdx) label
13 prefetch 64(%rdx,%rax,4) label
17 prefetch -64(%rdx,%rax,4) label
21 prefetch 64(%rdx,%rax) label
49 prefetch (%rdx) label
DPREFETCH-32.s5 prefetch -485498096(%edx,%eax,4) label
9 prefetch 485498096(%edx,%eax,4) label
13 prefetch 485498096(%edx) label
17 prefetch 485498096 label
21 prefetch 64(%edx,%eax) label
25 prefetch (%edx) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDataPrefetch/AArch64/
Dlarge-stride.ll1 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -loop-data-prefetch -max-prefetch-iters-ahead=100…
2 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -loop-data-prefetch -S < %s | FileCheck %s --chec…
3 ; RUN: opt -mcpu=generic -mtriple=arm64-apple-ios -loop-data-prefetch -S < %s | FileCheck %s --chec…
4 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -passes=loop-data-prefetch -max-prefetch-iters-ah…
5 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -passes=loop-data-prefetch -S < %s | FileCheck %s…
6 ; RUN: opt -mcpu=generic -mtriple=arm64-apple-ios -passes=loop-data-prefetch -S < %s | FileCheck %s…
19 ; ALL-NOT: call void @llvm.prefetch
42 ; LARGE_PREFETCH: call void @llvm.prefetch
43 ; NO_LARGE_PREFETCH-NOT: call void @llvm.prefetch
Dkryo-large-stride.ll1 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -loop-data-prefetch -max-prefetch-iters-ahead=1000…
2 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -loop-data-prefetch -S < %s | FileCheck %s --check…
3 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -passes=loop-data-prefetch -max-prefetch-iters-ahe…
4 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -passes=loop-data-prefetch -S < %s | FileCheck %s …
17 ; ALL-NOT: call void @llvm.prefetch
40 ; LARGE_PREFETCH: call void @llvm.prefetch
41 ; NO_LARGE_PREFETCH-NOT: call void @llvm.prefetch
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.core_prefetch1 Core instruction prefetch disable
3 To disable instruction prefetch of core; hwconfig needs to be updated.
13 If the bit is set ('b1) in the mask, then prefetch is disabled for
16 core0 prefetch should not be disabled i.e. Mask[0] should never be set.
19 Once disabled, prefetch remains disabled until the next reset.
20 There is no function to re-enable prefetch.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dprefetch-01.ll5 declare void @llvm.prefetch(i8*, i32, i32, i32)
14 call void @llvm.prefetch(i8 *%ptr, i32 0, i32 0, i32 0)
23 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 0)
32 call void @llvm.prefetch(i8 *%ptr, i32 0, i32 0, i32 1)
41 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
52 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
63 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
75 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
85 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
/external/llvm/test/CodeGen/SystemZ/
Dprefetch-01.ll5 declare void @llvm.prefetch(i8*, i32, i32, i32)
14 call void @llvm.prefetch(i8 *%ptr, i32 0, i32 0, i32 0)
23 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 0)
32 call void @llvm.prefetch(i8 *%ptr, i32 0, i32 0, i32 1)
41 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
52 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
63 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
75 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
85 call void @llvm.prefetch(i8 *%ptr, i32 1, i32 0, i32 1)
/external/llvm/test/CodeGen/ARM/
Dprefetch.ll22 tail call void @llvm.prefetch( i8* %ptr, i32 1, i32 3, i32 1 )
23 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 1 )
35 tail call void @llvm.prefetch( i8* %tmp, i32 0, i32 3, i32 1 )
50 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3, i32 1 )
64 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3, i32 1 )
68 declare void @llvm.prefetch(i8*, i32, i32, i32) nounwind
77 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 0 )
94 call void @llvm.prefetch(i8* %0, i32 0, i32 3, i32 1)
95 call void @llvm.prefetch(i8* %1, i32 0, i32 3, i32 1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dprefetch.ll22 tail call void @llvm.prefetch( i8* %ptr, i32 1, i32 3, i32 1 )
23 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 1 )
35 tail call void @llvm.prefetch( i8* %tmp, i32 0, i32 3, i32 1 )
50 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3, i32 1 )
64 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3, i32 1 )
68 declare void @llvm.prefetch(i8*, i32, i32, i32) nounwind
77 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 0 )
94 call void @llvm.prefetch(i8* %0, i32 0, i32 3, i32 1)
95 call void @llvm.prefetch(i8* %1, i32 0, i32 3, i32 1)
/external/llvm/test/CodeGen/X86/
Dprefetch.ll19 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 1, i32 1 )
20 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 2, i32 1 )
21 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 1 )
22 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 0, i32 1 )
23 tail call void @llvm.prefetch( i8* %ptr, i32 1, i32 3, i32 1 )
27 declare void @llvm.prefetch(i8*, i32, i32, i32) nounwind
/external/u-boot/drivers/cache/
Dcache-l2x0.c15 u32 saved_reg, prefetch; in l2c310_of_parse_and_init() local
22 if (!dev_read_u32(dev, "prefetch-data", &prefetch)) { in l2c310_of_parse_and_init()
23 if (prefetch) in l2c310_of_parse_and_init()
29 if (!dev_read_u32(dev, "prefetch-instr", &prefetch)) { in l2c310_of_parse_and_init()
30 if (prefetch) in l2c310_of_parse_and_init()
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dsystem_user.ll7 ; Data cache prefetch
8 declare void @llvm.hexagon.prefetch(i8*)
9 define void @prefetch(i8* %a) {
10 call void @llvm.hexagon.prefetch(i8* %a)
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/
Dlarge-stride.ll1 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -loop-data-prefetch -max-prefetch-iters-ahead=100…
2 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -loop-data-prefetch -S < %s | FileCheck %s --chec…
3 ; RUN: opt -mcpu=generic -mtriple=arm64-apple-ios -loop-data-prefetch -S < %s | FileCheck %s --chec…
16 ; ALL-NOT: call void @llvm.prefetch
39 ; LARGE_PREFETCH: call void @llvm.prefetch
40 ; NO_LARGE_PREFETCH-NOT: call void @llvm.prefetch
Dkryo-large-stride.ll1 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -loop-data-prefetch -max-prefetch-iters-ahead=1000…
2 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -loop-data-prefetch -S < %s | FileCheck %s --check…
15 ; ALL-NOT: call void @llvm.prefetch
38 ; LARGE_PREFETCH: call void @llvm.prefetch
39 ; NO_LARGE_PREFETCH-NOT: call void @llvm.prefetch
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dprefetch-load.ll5 ; Check that we instcombine the load across the prefetch.
11 ; CHECK: llvm.prefetch
24 call void @llvm.prefetch(i8* %3, i32 0, i32 0, i32 1)
30 declare void @llvm.prefetch(i8* nocapture readonly, i32, i32, i32)
33 ; We've explicitly removed the function attrs from llvm.prefetch so we get the defaults.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-prefetch.ll7 call void @llvm.prefetch(i8* %a, i32 0, i32 3, i32 1)
14 declare void @llvm.prefetch(i8*, i32, i32, i32)
18 call void @llvm.prefetch(i8* %a, i32 1, i32 3, i32 1)
27 call void @llvm.prefetch(i8* %a, i32 0, i32 3, i32 0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-prefetch.ll7 call void @llvm.prefetch(i8* %a, i32 0, i32 3, i32 1)
14 declare void @llvm.prefetch(i8*, i32, i32, i32)
18 call void @llvm.prefetch(i8* %a, i32 1, i32 3, i32 1)
27 call void @llvm.prefetch(i8* %a, i32 0, i32 3, i32 0)
/external/u-boot/include/linux/
Dlist.h9 static inline void prefetch(const void *x) {;} in prefetch() function
371 for (pos = (head)->next; prefetch(pos->next), pos != (head); \
393 for (pos = (head)->prev; prefetch(pos->prev), pos != (head); \
414 prefetch(pos->prev), pos != (head); \
425 prefetch(pos->member.next), &pos->member != (head); \
436 prefetch(pos->member.prev), &pos->member != (head); \
461 prefetch(pos->member.next), &pos->member != (head); \
475 prefetch(pos->member.prev), &pos->member != (head); \
487 for (; prefetch(pos->member.next), &pos->member != (head); \
642 for (pos = (head)->first; pos && ({ prefetch(pos->next); 1; }); \
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dparallel_map_dataset_serialization_test.py66 _map_fn, num_parallel_calls=3).repeat(self._num_epochs).prefetch(5))
82 _map_fn, num_parallel_calls=2).prefetch(2)
94 num_parallel_calls=2).prefetch(2))
104 lambda x: x + constant_var, num_parallel_calls=2).prefetch(2))
119 defun_fn, num_parallel_calls=2).prefetch(2)
140 defun_fn, num_parallel_calls=2).prefetch(2)

12345678910>>...13