Home
last modified time | relevance | path

Searched defs:LoadEntry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp80 struct LoadEntry { struct in __anonfda5980d0111::MemCmpExpansion
81 LoadEntry(unsigned LoadSize, uint64_t Offset) in LoadEntry() function
86 unsigned LoadSize;
88 uint64_t Offset;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp90 struct LoadEntry { struct in __anon1aecc3130111::MemCmpExpansion
91 LoadEntry(unsigned LoadSize, uint64_t Offset) in LoadEntry() argument
96 unsigned LoadSize;
98 uint64_t Offset;
/aosp_15_r20/external/cronet/net/tools/dump_cache/
H A Ddump_files.cc259 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr, in LoadEntry() function in __anon6f5f64ab0111::CacheDumper
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/
H A Dinline_var_len_entry_queue.h665 void LoadEntry() const { in LoadEntry() function
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dkey_value_store.cc363 Status KeyValueStore::LoadEntry(Address entry_address, in LoadEntry() function in pw::kvs::KeyValueStore