Searched refs:prefetch (Results 1 - 25 of 86) sorted by relevance

1234

/external/tensorflow/tensorflow/core/platform/
H A Dprefetch.h28 // prefetch to all levels of the hierarchy (except on p4: prefetch to L2)
40 void prefetch(const void* x);
46 inline void prefetch(const void* x) { function in namespace:tensorflow::port
48 // reasons. COMPILER_GCC3 is the macro that actually enables prefetch.
/external/clang/test/CodeGen/
H A Dpr9614.c17 prefetch(void) { function
29 prefetch();
37 // CHECK: call void @llvm.prefetch(
45 // CHECK: declare void @llvm.prefetch(
H A Dbuiltins-arm64.c38 void prefetch() { function
40 // CHECK: call {{.*}} @llvm.prefetch(i8* null, i32 1, i32 1, i32 1)
43 // CHECK: call {{.*}} @llvm.prefetch(i8* null, i32 0, i32 0, i32 1)
46 // CHECK: call {{.*}} @llvm.prefetch(i8* null, i32 0, i32 0, i32 1)
49 // CHECK: call {{.*}} @llvm.prefetch(i8* null, i32 0, i32 3, i32 0)
H A Dbuiltins-arm.c77 void prefetch(int i) { function
79 // CHECK: call {{.*}} @llvm.prefetch(i8* %{{.*}}, i32 0, i32 3, i32 1)
82 // CHECK: call {{.*}} @llvm.prefetch(i8* %{{.*}}, i32 1, i32 3, i32 1)
86 // CHECK: call {{.*}} @llvm.prefetch(i8* %{{.*}}, i32 1, i32 3, i32 0)
H A Dbuiltins.c29 V(prefetch, (&N));
30 V(prefetch, (&N, 1));
31 V(prefetch, (&N, 1, 0));
/external/iptables/libiptc/
H A 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(po
[all...]
/external/libnetfilter_conntrack/include/internal/
H A 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(po
[all...]
/external/libnfnetlink/include/
H A 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(po
[all...]
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
H A Dprefetch_dataset_op_test.py29 return dataset_ops.Dataset.range(100).prefetch(10).shuffle(
H A Dmap_dataset_op_test.py68 num_parallel_calls=2).prefetch(2).apply(error_ops.ignore_errors()))
91 io_ops.read_file, num_parallel_calls=2).prefetch(2).apply(
278 _map_fn, num_parallel_calls=3).repeat(self._num_epochs).prefetch(5))
296 _map_fn, num_parallel_calls=2).prefetch(2)
307 num_parallel_calls=2).prefetch(2))
316 lambda x: x + constant_var, num_parallel_calls=2).prefetch(2))
330 defun_fn, num_parallel_calls=2).prefetch(2)
349 defun_fn, num_parallel_calls=2).prefetch(2)
H A Dserialization_integration_test.py34 10, reshuffle_each_iteration=False).prefetch(10)
/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dprefetch_dataset_op_test.py31 iterator = dataset_ops.Dataset.range(10).prefetch(
45 iterator = dataset_ops.Dataset.range(10).prefetch(
H A Ddataset_from_generator_op_test.py36 .prefetch(5)
54 .prefetch(5)
118 .repeat(num_inner_repeats).prefetch(5))
173 # `Dataset.interleave()` and `Dataset.prefetch()` to cause multiple
177 generator, output_types=dtypes.int64, output_shapes=[]).prefetch(2)
/external/capstone/bindings/python/capstone/
H A Darm64.py29 ('prefetch', ctypes.c_int),
69 def prefetch(self): member in class:Arm64Op
70 return self.value.prefetch
/external/llvm/test/MC/X86/
H A D3DNow.s73 // CHECK: prefetch (%rax) # encoding: [0x0f,0x0d,0x00]
75 prefetch (%rax) label
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A D3DNow.s73 // CHECK: prefetch (%rax) # encoding: [0x0f,0x0d,0x00]
75 prefetch (%rax) label
/external/tensorflow/tensorflow/core/kernels/
H A Dgather_functor.h25 #include "tensorflow/core/platform/prefetch.h"
70 port::prefetch<port::PREFETCH_HINT_T0>(
72 port::prefetch<port::PREFETCH_HINT_T0>(&out(batch_idx, i_next, 0));
75 port::prefetch<port::PREFETCH_HINT_T0>(&params(b_next, indices(0), 0));
76 port::prefetch<port::PREFETCH_HINT_T0>(&out(b_next, 0, 0));
/external/capstone/bindings/java/capstone/
H A DArm64.java34 public int prefetch; field in class:Arm64.OpValue
39 return Arrays.asList("reg", "imm", "fp", "mem", "pstate", "sys", "prefetch", "barrier");
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java214 // resident (likely with monochrome), don't bother creating a prefetch process.
215 boolean prefetch = coldStart && percentage < 90;
216 if (prefetch) {
219 Log.w(TAG, "Forking a process to prefetch the native library failed.");
225 if (prefetch) {
509 // process to prefetch these pages and waits for it. The new process then
/external/capstone/bindings/python/
H A Dtest_arm64.py59 print("\t\toperands[%u].type: PREFETCH = 0x%x" % (c, i.prefetch))
/external/capstone/cstool/
H A Dcstool_arm64.c69 printf("\t\toperands[%u].type: PREFETCH = 0x%x\n", i, op->prefetch);
/external/capstone/suite/MC/X86/
H A D3DNow.s.cs24 0x0f,0x0d,0x00 = prefetch (%eax)
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h130 prefetch((A0+i+(5)*PacketSize));
131 prefetch((A1+i+(5)*PacketSize));
132 if(RK==4) prefetch((A2+i+(5)*PacketSize));
133 if(RK==4) prefetch((A3+i+(5)*PacketSize));
/external/tensorflow/tensorflow/contrib/data/python/ops/
H A Dreaders.py112 dataset = dataset.prefetch(1)
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h114 // Increasing k gives us more time to prefetch the content of the "C"
939 prefetch(&blA[0]);
954 r0.prefetch(0);
955 r1.prefetch(0);
956 r2.prefetch(0);
957 r3.prefetch(0);
961 prefetch(&blB[0]);
974 internal::prefetch(blA+(3*K+16)*LhsProgress); \
975 if (EIGEN_ARCH_ARM) { internal::prefetch(blB+(4*K+16)*RhsProgress); } /* Bug 953 */ \
998 internal::prefetch(bl
[all...]

Completed in 5346 milliseconds

1234