HomeSort by relevance Sort by last modified time
    Searched refs:Prefetch (Results 26 - 50 of 50) sorted by null

12

  /external/swiftshader/third_party/SPIRV-Tools/test/
ext_inst.opencl_test.cpp 347 CASE2(Prefetch, prefetch),
  /external/tensorflow/tensorflow/core/lib/gtl/
flatmap.h 311 // If key exists in the table, prefetch the associated value. This
313 void prefetch_value(const Key& key) const { rep_.Prefetch(key); }
flatset_test.cc 374 TEST(FlatSet, Prefetch) {
377 // Prefetch present and missing keys.
flatmap_test.cc 455 TEST(FlatMap, Prefetch) {
458 // Prefetch present and missing keys.
  /external/libjpeg-turbo/simd/i386/
jidctred-sse2.asm 312 ; -- Prefetch the next coefficient block
529 ; -- Prefetch the next coefficient block
jidctflt-3dn.asm 284 ; -- Prefetch the next coefficient block
286 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32]
287 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32]
288 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32]
289 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
jidctfst-sse2.asm 323 ; -- Prefetch the next coefficient block
jidctint-avx2.asm 384 ; -- Prefetch the next coefficient block
jidctflt-sse.asm 363 ; -- Prefetch the next coefficient block
jidctflt-sse2.asm 325 ; -- Prefetch the next coefficient block
jidctint-sse2.asm 515 ; -- Prefetch the next coefficient block
    [all...]
  /external/libjpeg-turbo/simd/x86_64/
jidctred-sse2.asm 304 ; -- Prefetch the next coefficient block
513 ; -- Prefetch the next coefficient block
jidctint-avx2.asm 355 ; -- Prefetch the next coefficient block
jidctflt-sse2.asm 317 ; -- Prefetch the next coefficient block
jidctfst-sse2.asm 315 ; -- Prefetch the next coefficient block
jidctint-sse2.asm 507 ; -- Prefetch the next coefficient block
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 262 struct PrefetchOp Prefetch;
313 Prefetch = o.Prefetch;
406 return Prefetch.Val;
421 return StringRef(Prefetch.Data, Prefetch.Length);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 404 struct PrefetchOp Prefetch;
455 Prefetch = o.Prefetch;
558 return Prefetch.Val;
573 return StringRef(Prefetch.Data, Prefetch.Length);
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_extensions.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_extensions.cpp     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc     [all...]
assembler-aarch64.cc     [all...]
assembler-aarch64.h     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 398 gemmlowp::Prefetch(ptr);
406 gemmlowp::Prefetch(ptr);
651 // kReadAhead parametrizes how far ahead we prefetch weights into L1 cache.
653 // Prefetch the first weights values.
667 // Prefetch some future weights values.
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h 276 gemmlowp::Prefetch(ptr);
284 gemmlowp::Prefetch(ptr);
529 // kReadAhead parametrizes how far ahead we prefetch weights into L1 cache.
531 // Prefetch the first weights values.
545 // Prefetch some future weights values.
    [all...]

Completed in 819 milliseconds

12