Searched defs:Prefetch (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/base/android/library_loader/
H A Dlibrary_prefetcher.cc61 bool Prefetch(const std::vector<std::pair<uintptr_t, uintptr_t>>& ranges) { function in namespace:base::android::__anon11751
151 _exit(Prefetch(ranges) ? 0 : 1);
/external/gemmlowp/internal/
H A Dcommon.h248 inline void Prefetch(const void* ptr) { function in namespace:gemmlowp
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatrep.h191 void Prefetch(const Key& k) const { function in class:tensorflow::gtl::internal::FlatRep
/external/shaderc/spirv-headers/include/spirv/1.0/
H A DOpenCL.std.h241 Prefetch = 185, enumerator in enum:OpenCLLIB::Entrypoints
/external/shaderc/spirv-headers/include/spirv/1.1/
H A DOpenCL.std.h241 Prefetch = 185, enumerator in enum:OpenCLLIB::Entrypoints
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h241 Prefetch = 185, enumerator in enum:OpenCLLIB::Entrypoints
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp262 struct PrefetchOp Prefetch; member in union:__anon14183::AArch64Operand::__anon14184
313 Prefetch = o.Prefetch;
406 return Prefetch.Val;
421 return StringRef(Prefetch.Data, Prefetch.Length);
1739 Op->Prefetch.Val = Val;

Completed in 318 milliseconds