Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/libprotobuf-mutator/src/
H A Dfield_instance.h100 void Load(int32_t* value) const { in Load() function
106 void Load(int64_t* value) const { in Load() function
112 void Load(uint32_t* value) const { in Load() function
118 void Load(uint64_t* value) const { in Load() function
124 void Load(double* value) const { in Load() function
130 void Load(float* value) const { in Load() function
136 void Load(bool* value) const { in Load() function
142 void Load(Enum* value) const { in Load() function
152 void Load(std::string* value) const { in Load() function
158 void Load(std::unique_ptr<protobuf::Message>* value) const { in Load() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go20 func (i *Int32) Load() int32 { func
73 func (i *Int64) Load() int64 { func
123 func (u *Uint8) Load() uint8 { func
167 func (b *Bool) Load() bool { func
193 func (u *Uint32) Load() uint32 { func
308 func (u *Uint64) Load() uint64 { func
358 func (u *Uintptr) Load() uintptr { func
436 func (f *Float64) Load() float64 { func
465 func (u *UnsafePointer) Load() unsafe.Pointer { func
525 func (p *Pointer[T]) Load() *T { func
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go17 func (x *Bool) Load() bool { return LoadUint32(&x.v) != 0 } func
54 func (x *Pointer[T]) Load() *T { return (*T)(LoadPointer(&x.v)) } func
74 func (x *Int32) Load() int32 { return LoadInt32(&x.v) } func
106 func (x *Int64) Load() int64 { return LoadInt64(&x.v) } func
137 func (x *Uint32) Load() uint32 { return LoadUint32(&x.v) } func
169 func (x *Uint64) Load() uint64 { return LoadUint64(&x.v) } func
200 func (x *Uintptr) Load() uintptr { return LoadUintptr(&x.v) } func
/aosp_15_r20/external/gemmlowp/test/
H A Dtest_fixedpoint.cc34 T Load(const typename FixedPointRawTypeTraits<T>::ScalarRawType* src) { in Load() function
43 int32x4_t Load<int32x4_t>(const std::int32_t* src) { in Load() function
47 int16x8_t Load<int16x8_t>(const std::int16_t* src) { in Load() function
61 __m128i Load<__m128i>(const std::int32_t* src) { in Load() function
69 int16x8_m128i Load<int16x8_m128i>(const std::int16_t* src) { in Load() function
80 v4i32 Load<v4i32>(const std::int32_t* src) { in Load() function
84 v8i16 Load<v8i16>(const std::int16_t* src) { in Load() function
99 __m256i Load<__m256i>(const std::int32_t* src) { in Load() function
104 int16x16_m256i Load<int16x16_m256i>(const std::int16_t* src) { in Load() function
/aosp_15_r20/art/compiler/utils/
H A Dassembler_thumb_test.cc139 __ Load(method_register, FrameOffset(32), 4); in TEST_F() local
140 __ Load(method_register, FrameOffset(124), 4); in TEST_F() local
141 __ Load(method_register, FrameOffset(132), 4); in TEST_F() local
142 __ Load(method_register, FrameOffset(1020), 4); in TEST_F() local
143 __ Load(method_register, FrameOffset(1024), 4); in TEST_F() local
144 __ Load(scratch_register, FrameOffset(4092), 4); in TEST_F() local
145 __ Load(scratch_register, FrameOffset(4096), 4); in TEST_F() local
/aosp_15_r20/art/compiler/utils/riscv64/
H A Djni_macro_assembler_riscv64_test.cc240 TEST_F(JniMacroAssemblerRiscv64Test, Load) { in TEST_F() argument
243 __ Load(AsManaged(A0), FrameOffset(0), kWordSize); in TEST_F() local
245 __ Load(AsManaged(S0), FrameOffset(2048), kDoubleWordSize); in TEST_F() local
249 __ Load(AsManaged(S2), AsManaged(A1), MemberOffset(256), kDoubleWordSize); in TEST_F() local
251 __ Load(AsManaged(T1), AsManaged(S3), MemberOffset(4 * KB), kWordSize); in TEST_F() local
256 __ Load(AsManaged(FA5), AsManaged(A3), MemberOffset(384), kDoubleWordSize); in TEST_F() local
258 __ Load(AsManaged(FT10), AsManaged(S4), MemberOffset(4 * KB + 16), kWordSize); in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp278 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
402 const MachOObjectFile::LoadCommandInfo &Load, in checkSymtabCommand()
460 const MachOObjectFile::LoadCommandInfo &Load, in checkDysymtabCommand()
593 const MachOObjectFile::LoadCommandInfo &Load, in checkLinkeditDataCommand()
631 const MachOObjectFile::LoadCommandInfo &Load, in checkDyldInfoCommand()
730 const MachOObjectFile::LoadCommandInfo &Load, in checkDylibCommand()
762 const MachOObjectFile::LoadCommandInfo &Load, in checkDylibIdCommand()
779 const MachOObjectFile::LoadCommandInfo &Load, in checkDyldCommand()
811 const MachOObjectFile::LoadCommandInfo &Load, in checkVersCommand()
826 const MachOObjectFile::LoadCommandInfo &Load, in checkNoteCommand()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp169 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() local
213 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() local
417 LoadInst *Load = in scalarizeMaskedGather() local
462 LoadInst *Load = in scalarizeMaskedGather() local
627 LoadInst *Load = in scalarizeMaskedExpandLoad() local
673 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Ptr, 1); in scalarizeMaskedExpandLoad() local
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp679 for (const auto &Load : Obj->load_commands()) { in printMachODataInCode() local
701 for (const auto &Load : Obj->load_commands()) { in printMachOVersionMin() local
746 for (const auto &Load : Obj->load_commands()) { in printMachODysymtab() local
773 for (const auto &Load : Obj->load_commands()) { in printMachOSegment() local
794 for (const auto &Load : Obj->load_commands()) { in printMachOIndirectSymbols() local
810 for (const auto &Load : Obj->load_commands()) { in printMachOLinkerOptions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp281 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
405 const MachOObjectFile::LoadCommandInfo &Load, in checkSymtabCommand()
463 const MachOObjectFile::LoadCommandInfo &Load, in checkDysymtabCommand()
596 const MachOObjectFile::LoadCommandInfo &Load, in checkLinkeditDataCommand()
634 const MachOObjectFile::LoadCommandInfo &Load, in checkDyldInfoCommand()
733 const MachOObjectFile::LoadCommandInfo &Load, in checkDylibCommand()
765 const MachOObjectFile::LoadCommandInfo &Load, in checkDylibIdCommand()
782 const MachOObjectFile::LoadCommandInfo &Load, in checkDyldCommand()
814 const MachOObjectFile::LoadCommandInfo &Load, in checkVersCommand()
829 const MachOObjectFile::LoadCommandInfo &Load, in checkNoteCommand()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp937 ConstructSSAForLoadSet(LoadInst *Load, in ConstructSSAForLoadSet()
980 Value *AvailableValue::MaterializeAdjustedValue(LoadInst *Load, in MaterializeAdjustedValue()
1051 static void reportMayClobberedLoad(LoadInst *Load, MemDepResult DepInfo, in reportMayClobberedLoad()
1136 GVNPass::AnalyzeLoadAvailability(LoadInst *Load, MemDepResult DepInfo, in AnalyzeLoadAvailability()
1276 void GVNPass::AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1318 LoadInst *Load, AvailValInBlkVect &ValuesPerBlock, in eliminatePartiallyRedundantLoad()
1391 bool GVNPass::PerformLoadPRE(LoadInst *Load, AvailValInBlkVect &ValuesPerBlock, in PerformLoadPRE()
1625 bool GVNPass::performLoopLoadPRE(LoadInst *Load, in performLoopLoadPRE()
1704 static void reportLoadElim(LoadInst *Load, Value *AvailableValue, in reportLoadElim()
1718 bool GVNPass::processNonLocalLoad(LoadInst *Load) { in processNonLocalLoad()
[all …]
H A DScalarizeMaskedMemIntrin.cpp187 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AdjustedAlignVal); in scalarizeMaskedLoad() local
236 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AdjustedAlignVal); in scalarizeMaskedLoad() local
441 LoadInst *Load = in scalarizeMaskedGather() local
492 LoadInst *Load = in scalarizeMaskedGather() local
724 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Ptr, Align(1)); in scalarizeMaskedExpandLoad() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.cpp140 void CInfo::Load() in Load() function in NExtract::CInfo
307 void CInfo::Load() in Load() function in NCompression::CInfo
507 void CInfo::Load() in Load() function in NWorkDir::CInfo
562 void CContextMenuInfo::Load() in Load() function in CContextMenuInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp75 Value *Load = LoopBuilder.CreateLoad(LoopOpType, SrcGEP, SrcIsVolatile); in createMemCpyLoopKnownSize() local
117 Value *Load = RBuilder.CreateLoad(OpTy, SrcGEP, SrcIsVolatile); in createMemCpyLoopKnownSize() local
184 Value *Load = LoopBuilder.CreateLoad(LoopOpType, SrcGEP, SrcIsVolatile); in createMemCpyLoopUnknownSize() local
237 Value *Load = ResBuilder.CreateLoad(Int8Type, SrcGEP, SrcIsVolatile); in createMemCpyLoopUnknownSize() local
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dmap_reference_test.go16 Load(key any) (value any, ok bool) methodSpec
39 func (m *RWMutexMap) Load(key any) (value any, ok bool) { func
163 func (m *DeepCopyMap) Load(key any) (value any, ok bool) { func
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/load/
Dmod.rs80 pub trait Load { interface
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp257 struct Load { in adjustByValArgAlignment() struct
258 LoadInst *Inst; in adjustByValArgAlignment()
259 uint64_t Offset; in adjustByValArgAlignment()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/
H A Dstarlark.rs30 Load(Load), enumerator
49 pub(crate) struct Load { struct
50 pub(crate) bzl: String,
51 pub(crate) items: Set<String>,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp84 LoadInst *Load = LoopBuilder.CreateAlignedLoad(LoopOpType, SrcGEP, in createMemCpyLoopKnownSize() local
144 LoadInst *Load = in createMemCpyLoopKnownSize() local
237 LoadInst *Load = LoopBuilder.CreateAlignedLoad(LoopOpType, SrcGEP, in createMemCpyLoopUnknownSize() local
312 LoadInst *Load = ResBuilder.CreateAlignedLoad(ResLoopOpType, SrcGEP, in createMemCpyLoopUnknownSize() local
/aosp_15_r20/external/libbrillo/brillo/
H A Dosrelease_reader.cc14 void OsReleaseReader::Load() { in Load() function in brillo::OsReleaseReader
28 void OsReleaseReader::Load(const base::FilePath& root_dir) { in Load() function in brillo::OsReleaseReader
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dconfig_file.cpp59 bool ConfigFile::Load(std::istream &istream) { in Load() function in header_checker::utils::ConfigFile
85 bool ConfigFile::Load(const std::string &path) { in Load() function in header_checker::utils::ConfigFile
/aosp_15_r20/external/lzma/CPP/Windows/
H A DDLL.cpp45 bool CLibrary::Load(CFSTR path) throw() in Load() function in NWindows::NDLL::CLibrary
141 bool CLibrary::Load(CFSTR path) throw() in Load() function in NWindows::NDLL::CLibrary
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dstorage_block-inl.h128 template<typename T> bool StorageBlock<T>::Load() { in Load() function
154 template<typename T> bool StorageBlock<T>::Load(FileIOCallback* callback, in Load() function
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp57 LoadInst *Load; member
123 static bool isLoadConditional(LoadInst *Load, Loop *L) { in isLoadConditional()
176 auto *Load = dyn_cast<LoadInst>(Destination); in findStoreToLoadDependences() local
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Ddata_access.py101 def Load(cls, filepath): member in AudioProcConfigFile
133 def Load(cls, filepath): member in ScoreFile

12345678910>>...23