HomeSort by relevance Sort by last modified time
    Searched refs:prefetch (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 212 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { __pld(addr); } function in namespace:Eigen::internal
213 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { __pld(addr); } function in namespace:Eigen::internal
Complex.h 113 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { __pld((float *)addr); } function in namespace:Eigen::internal
  /external/oprofile/events/mips/sb1/
events 50 event:0x6 counters:1,2,3 um:zero minimum:500 name:LD_ST_HITS_PREFETCH_IN_QUEUE :Load/store hits prefetch in read queue
51 event:0x5 counters:1,2,3 um:zero minimum:500 name:PREFETCH_HITS_CACHE_OR_READ_Q :Prefetch hits in cache or read queue
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 262 // Wait 1000ms after the animation is done, then prefetch the next image.
464 // Long leap, the sequence is broken, we have no good prefetch candidate.
479 this.imageView_.prefetch(this.imageView_.contentEntry_);
485 // Never prefetch when selecting out of sequence.
489 // Never prefetch after a video load (decoding the next image can freeze
494 // Always prefetch if the previous load was from cache.
498 // Prefetch if we have been going in the same direction for long enough.
774 * Request a prefetch for the next image.
785 this.imageView_.prefetch(nextItemEntry, delay);
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 262 // Wait 1000ms after the animation is done, then prefetch the next image.
464 // Long leap, the sequence is broken, we have no good prefetch candidate.
479 this.imageView_.prefetch(this.imageView_.contentEntry_);
485 // Never prefetch when selecting out of sequence.
489 // Never prefetch after a video load (decoding the next image can freeze
494 // Always prefetch if the previous load was from cache.
498 // Prefetch if we have been going in the same direction for long enough.
774 * Request a prefetch for the next image.
785 this.imageView_.prefetch(nextItemEntry, delay);
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 184 template<typename Scalar> inline void prefetch(const Scalar* addr) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 108 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { vec_dstt((float *)addr, DST_CTRL(2,2,32), DST_CHAN); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 334 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
335 template<> EIGEN_STRONG_INLINE void prefetch<double>(const double* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
336 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
Complex.h 110 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
317 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<double> >(const std::complex<double> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); } function in namespace:Eigen::internal
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 94 ! prefetch 8 bytes
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 565 IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, Prefetch) {
573 explicit SetPrefetchForTest(bool prefetch)
575 std::string exp_group = prefetch ? "ExperimentYes" : "ExperimentNo";
576 base::FieldTrialList::CreateFieldTrial("Prefetch", exp_group);
592 // only malware was a prefetch target.
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 122 add src_pre_mem=0,in1 // prefetch src pointer
123 add dst_pre_mem=0,in0 // prefetch dest pointer
125 (p7) mov ar.lc=cnt // prefetch count
130 .prefetch:
133 br.cloop.dptk.few .prefetch
222 EX(.ex_handler_lcpy, (p[B]) st8 [dst_pre_mem] = v[B], 128) // M2 prefetch dst from memory
223 EK(.ex_handler_lcpy, (p[D]) st8 [dst_pre_l2] = n8, 128) // M3 prefetch dst from L2
225 EX(.ex_handler_lcpy, (p[A]) ld8 v[A] = [src_pre_mem], 128) // M0 prefetch src from memory
226 EK(.ex_handler_lcpy, (p[C]) ld8 n8 = [src_pre_l2], 128) // M1 prefetch src from L2
303 add src_pre_mem=0,src0 // prefetch src pointe
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 24 #include "chrome/browser/prefetch/prefetch.h"
270 // Handle a PREFETCH resource type. If prefetch is disabled, squelch the
272 if (resource_type == ResourceType::PREFETCH) {
273 // All PREFETCH requests should be GETs, but be defensive about it.
277 // If prefetch is disabled, kill the request.
278 if (!prefetch::IsPrefetchEnabled(resource_context))
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 436 case Intrinsic::prefetch:
  /external/oprofile/events/i386/nehalem/
events 52 event:0x4C counters:0,1,2,3 um:one minimum:6000 name:LOAD_HIT_PRE : Counts load operations sent to the L1 data cache while a previous SSE prefetch instruction to the same cache line has started prefetching but has not yet finished.
54 event:0x4E counters:0,1,2,3 um:l1d_prefetch minimum:6000 name:L1D_PREFETCH : Counts number of hardware prefetch requests.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s

Completed in 1598 milliseconds

1 2 34 5 6