Home
last modified time | relevance | path

Searched defs:prefetch (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/dataloader/
H A Dbase.h148 void prefetch(size_t requested_jobs) { in prefetch() function
160 void prefetch() { in prefetch() function
/aosp_15_r20/external/dynamic_depth/internal/base/
H A Dport.h641 extern inline void prefetch(const void *x, int hint) { in prefetch() function
690 extern inline void prefetch(const void *x) { return prefetch(x, 0); } in prefetch() function
752 extern inline void prefetch(const void *) {} in prefetch() function
/aosp_15_r20/system/sepolicy/private/
H A Dprefetch.te1 type prefetch, coredomain, domain; type
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dmod.rs20 mod prefetch; module
H A Dprefetch.rs6 fn prefetch(p: *const i8, rw: i32, loc: i32, ty: i32); in prefetch() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dmod.rs20 mod prefetch; module
H A Dprefetch.rs6 fn prefetch(p: *const i8, rw: i32, loc: i32, ty: i32); in prefetch() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dmod.rs20 mod prefetch; module
H A Dprefetch.rs6 fn prefetch(p: *const i8, rw: i32, loc: i32, ty: i32); in prefetch() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dmod.rs20 mod prefetch; module
H A Dprefetch.rs6 fn prefetch(p: *const i8, rw: i32, loc: i32, ty: i32); in prefetch() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dmod.rs20 mod prefetch; module
H A Dprefetch.rs6 fn prefetch(p: *const i8, rw: i32, loc: i32, ty: i32); in prefetch() function
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/
H A DOneCallerBlocks.java35 public void prefetch(Runnable valueUpdater) { in prefetch() method in OneCallerBlocks
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dprefetch.h46 inline void prefetch(const void* x) { in prefetch() function
/aosp_15_r20/external/clang/test/CodeGen/
H A Dpr9614.c17 prefetch(void) { in prefetch() function
H A Dbuiltins-arm64.c38 void prefetch() { in prefetch() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.cc324 auto* prefetch = proto.mutable_cross_program_prefetches()->Add(); in ToProto() local
483 for (const auto& prefetch : proto.cross_program_prefetches()) { in CreateFromProto() local
/aosp_15_r20/external/capstone/bindings/python/capstone/
H A Darm64.py70 def prefetch(self): member in Arm64Op
/aosp_15_r20/external/llvm/test/MC/X86/
H A D3DNow.s75 prefetch (%rax) label
/aosp_15_r20/packages/apps/TV/src/com/android/tv/menu/
DChannelsPosterPrefetcher.java66 public void prefetch() { in prefetch() method in ChannelsPosterPrefetcher
/aosp_15_r20/external/XNNPACK/src/qs8-gemm/
H A D4x8-rndnu-aarch32-neon-mlal-lane-ld64.cc65 void Generator::generate(bool prefetch, size_t max_mr, size_t nc_mod_nr, size_t kc, const void* par… in generate()
/aosp_15_r20/external/XNNPACK/src/qc8-gemm/
H A D4x8-fp32-aarch32-neonv8-mlal-lane-ld64.cc62 void Generator::generate(bool prefetch, size_t max_mr, size_t nc_mod_nr, size_t kc, const void* par… in generate()
/aosp_15_r20/external/XNNPACK/src/f32-gemm/
H A D4x8-aarch32-neon-cortex-a75.cc56 void Generator::generate(bool prefetch, size_t max_mr, size_t nc_mod_nr, size_t kc, const void* par… in generate()
/aosp_15_r20/external/XNNPACK/src/qc8-igemm/
H A D4x8-fp32-aarch32-neonv8-mlal-lane-ld64.cc64 void Generator::generate(bool prefetch, size_t max_mr, size_t nc_mod_nr, size_t kc, size_t ks, cons… in generate()

12345678910>>...16