HomeSort by relevance Sort by last modified time
    Searched refs:prefetch (Results 51 - 75 of 163) sorted by null

1 23 4 5 6 7

  /external/clang/test/CodeGen/
builtins.c 29 V(prefetch, (&N));
30 V(prefetch, (&N, 1));
31 V(prefetch, (&N, 1, 0));
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 130 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));
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsPosterPrefetcher.java 71 public void prefetch() { method in class:ChannelsPosterPrefetcher
72 SoftPreconditions.checkState(!isCanceled, TAG, "Prefetch called after cancel was called.");
79 * prefetch the intermediate channels. So ignore previous schedule.
87 * Cancels pending and current prefetch requests.
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 114 // Increasing k gives us more time to prefetch the content of the "C"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 14 #define DEBUG_TYPE "loop-data-prefetch"
44 PrefetchWrites("loop-prefetch-writes", cl::Hidden, cl::init(false),
45 cl::desc("Prefetch write addresses"));
48 PrefetchDistance("prefetch-distance",
49 cl::desc("Number of instructions to prefetch ahead"),
53 MinPrefetchStride("min-prefetch-stride",
57 "max-prefetch-iters-ahead",
58 cl::desc("Max number of iterations to prefetch ahead"), cl::Hidden);
93 /// warrant a prefetch.
123 INITIALIZE_PASS_BEGIN(LoopDataPrefetch, "loop-data-prefetch",
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PlaybackSeekAsyncDataProvider.java 117 // no normal task or prefetch for the position, create a new task
122 // update existing ResultCallback which might be normal task or prefetch
129 prefetch(mLastRequestedIndex, index > mLastRequestedIndex); method
135 protected void prefetch(int hintIndex, boolean forward) { method in class:PlaybackSeekAsyncDataProvider
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
amd.d 9 [ ]*[a-f0-9]+: 0f 0d 03 prefetch \(%ebx\)
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 139 if (IMemI->getIntrinsicID() == Intrinsic::prefetch)
198 if (IMemI->getIntrinsicID() == Intrinsic::prefetch) {
268 // be a prefetch (and there are no pre-increment dcbt variants). Otherwise,
271 // post-incremented pointer values. Thus, we'll pick the first non-prefetch
276 if (II->getIntrinsicID() == Intrinsic::prefetch)
  /frameworks/base/libs/hwui/
TextureCache.cpp 174 bool TextureCache::prefetch(Bitmap* bitmap) { function in class:android::uirenderer::TextureCache
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 340 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, struct fd_ringbuffer *target)
356 OUT_PKT3(ring, prefetch ? CP_INDIRECT_BUFFER_PFE : CP_INDIRECT_BUFFER_PFD, 2);
  /frameworks/base/core/java/com/android/internal/widget/
GapWorker.java 54 * Temporary storage for prefetch Tasks that execute in {@link #prefetch(long)}. Task objects
61 * Prefetch information associated with a specific RecyclerView.
87 // nested prefetch, only if no adapter updates pending. Note: we don't query
93 // momentum based prefetch, only if we trust current child/adapter state
143 * Called when prefetch indices are no longer valid for cache prioritization.
167 * Schedule a prefetch immediately after the current traversal.
218 // Populate task list from prefetch data...
266 // don't attempt to prefetch attached views
281 // next prefetch/traversal. If a View fails to bind, it means we didn't hav
343 void prefetch(long deadlineNs) { method in class:GapWorker
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GapWorker.java 53 * Temporary storage for prefetch Tasks that execute in {@link #prefetch(long)}. Task objects
60 * Prefetch information associated with a specific RecyclerView.
86 // nested prefetch, only if no adapter updates pending. Note: we don't query
92 // momentum based prefetch, only if we trust current child/adapter state
146 * Called when prefetch indices are no longer valid for cache prioritization.
171 * Schedule a prefetch immediately after the current traversal.
224 // Populate task list from prefetch data...
277 // don't attempt to prefetch attached views
295 // next prefetch/traversal. If a View fails to bind, it means we didn't hav
363 void prefetch(long deadlineNs) { method in class:GapWorker
    [all...]
  /device/google/marlin/
system.prop 55 persist.mm.enable.prefetch=true
  /external/libjpeg-turbo/simd/
jidctflt-3dn.asm 282 ; -- Prefetch the next coefficient block
284 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32]
285 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32]
286 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32]
287 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GapWorkerTest.java 179 recyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>

Completed in 515 milliseconds

1 23 4 5 6 7