HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 151 - 175 of 1157) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
51 /// Return true if we know that executing a load from this value cannot trap.
54 /// analysis and returns true if it is safe to load immediately before ScanFrom.
56 /// If it is not obviously safe to load from the specified pointer, we do a
68 /// Scan backwards to see if we have the value of the given load available
75 /// Note that performing load CSE requires special care to make sure the
77 /// to be merged. (This doesn't matter for store-to-load forwarding because
78 /// the only relevant load gets deleted.)
80 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
51 /// Return true if we know that executing a load from this value cannot trap.
54 /// analysis and returns true if it is safe to load immediately before ScanFrom.
56 /// If it is not obviously safe to load from the specified pointer, we do a
68 /// Scan backwards to see if we have the value of the given load available
75 /// Note that performing load CSE requires special care to make sure the
77 /// to be merged. (This doesn't matter for store-to-load forwarding because
78 /// the only relevant load gets deleted.)
80 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
51 /// Return true if we know that executing a load from this value cannot trap.
54 /// analysis and returns true if it is safe to load immediately before ScanFrom.
56 /// If it is not obviously safe to load from the specified pointer, we do a
68 /// Scan backwards to see if we have the value of the given load available
75 /// Note that performing load CSE requires special care to make sure the
77 /// to be merged. (This doesn't matter for store-to-load forwarding because
78 /// the only relevant load gets deleted.)
80 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
51 /// Return true if we know that executing a load from this value cannot trap.
54 /// analysis and returns true if it is safe to load immediately before ScanFrom.
56 /// If it is not obviously safe to load from the specified pointer, we do a
68 /// Scan backwards to see if we have the value of the given load available
75 /// Note that performing load CSE requires special care to make sure the
77 /// to be merged. (This doesn't matter for store-to-load forwarding because
78 /// the only relevant load gets deleted.)
80 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
51 /// Return true if we know that executing a load from this value cannot trap.
54 /// analysis and returns true if it is safe to load immediately before ScanFrom.
56 /// If it is not obviously safe to load from the specified pointer, we do a
68 /// Scan backwards to see if we have the value of the given load available
75 /// Note that performing load CSE requires special care to make sure the
77 /// to be merged. (This doesn't matter for store-to-load forwarding because
78 /// the only relevant load gets deleted.)
80 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
51 /// Return true if we know that executing a load from this value cannot trap.
54 /// analysis and returns true if it is safe to load immediately before ScanFrom.
56 /// If it is not obviously safe to load from the specified pointer, we do a
68 /// Scan backwards to see if we have the value of the given load available
75 /// Note that performing load CSE requires special care to make sure the
77 /// to be merged. (This doesn't matter for store-to-load forwarding because
78 /// the only relevant load gets deleted.)
80 /// \param Load The load we want to replace
    [all...]
  /test/framework/harnesses/host_controller/acloud/
acloud_config.py 60 def Load(self, file_path):
61 '''Load configs from a file.
  /test/vts/drivers/hal/common/component_loader/
DllLoader.cpp 34 void* DllLoader::Load(const char* file_path) {
40 // consider using the load mechanism in hardware/libhardware/hardware.c
43 LOG(ERROR) << "Can't load a shared library, " << file_path
  /tools/acloud/public/acloud_kernel/
acloud_kernel.py 79 cfg = config_mgr.Load()
  /art/compiler/utils/
assembler_thumb_test.cc 233 __ Load(method_register, FrameOffset(32), 4);
234 __ Load(method_register, FrameOffset(124), 4);
235 __ Load(method_register, FrameOffset(132), 4);
236 __ Load(method_register, FrameOffset(1020), 4);
237 __ Load(method_register, FrameOffset(1024), 4);
238 __ Load(scratch_register, FrameOffset(4092), 4);
239 __ Load(scratch_register, FrameOffset(4096), 4);
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 149 for atomic.Load(key32(&n.key)) == 0 {
172 for atomic.Load(key32(&n.key)) == 0 {
183 if atomic.Load(key32(&n.key)) != 0 {
198 if atomic.Load(key32(&n.key)) != 0 {
207 return atomic.Load(key32(&n.key)) != 0
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 149 for atomic.Load(key32(&n.key)) == 0 {
172 for atomic.Load(key32(&n.key)) == 0 {
183 if atomic.Load(key32(&n.key)) != 0 {
198 if atomic.Load(key32(&n.key)) != 0 {
207 return atomic.Load(key32(&n.key)) != 0
  /art/runtime/jit/
profile_compilation_info_test.cc 119 if (!file_profile.Load(filename, false)) {
311 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false));
357 ASSERT_TRUE(info1.Load(GetFd(profile)));
376 ASSERT_TRUE(info2.Load(GetFd(profile)));
408 ASSERT_TRUE(loaded_info.Load(GetFd(profile)));
424 ASSERT_TRUE(loaded_info2.Load(GetFd(profile)));
463 ASSERT_FALSE(info2.Load(profile.GetFd()));
487 ASSERT_TRUE(loaded_info.Load(GetFd(profile)));
501 ASSERT_TRUE(loaded_info.Load(GetFd(profile)));
512 ASSERT_TRUE(loaded_info.Load(GetFd(profile)))
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
map.go 33 // The read field itself is always safe to load, but must only be stored with
99 // Load returns the value stored in the map for a key, or nil if no
102 func (m *Map) Load(key interface{}) (value interface{}, ok bool) {
103 read, _ := m.read.Load().(readOnly)
110 read, _ = m.read.Load().(readOnly)
124 return e.load()
127 func (e *entry) load() (value interface{}, ok bool) { func
137 read, _ := m.read.Load().(readOnly)
143 read, _ = m.read.Load().(readOnly)
205 read, _ := m.read.Load().(readOnly
    [all...]
map_test.go 19 opLoad = mapOp("Load")
36 return m.Load(c.k)
140 m.Load(n)
  /prebuilts/go/linux-x86/src/sync/
map.go 33 // The read field itself is always safe to load, but must only be stored with
99 // Load returns the value stored in the map for a key, or nil if no
102 func (m *Map) Load(key interface{}) (value interface{}, ok bool) {
103 read, _ := m.read.Load().(readOnly)
110 read, _ = m.read.Load().(readOnly)
124 return e.load()
127 func (e *entry) load() (value interface{}, ok bool) { func
137 read, _ := m.read.Load().(readOnly)
143 read, _ = m.read.Load().(readOnly)
205 read, _ := m.read.Load().(readOnly
    [all...]
map_test.go 19 opLoad = mapOp("Load")
36 return m.Load(c.k)
140 m.Load(n)
  /external/llvm/lib/Object/
MachOObjectFile.cpp 176 return malformedError("load command " + Twine(LoadCommandIndex) +
188 return malformedError("load command 0 extends past the end all load "
200 return malformedError("load command " + Twine(LoadCommandIndex + 1) +
201 " extends past the end all load commands in the file");
219 // Parses LC_SEGMENT or LC_SEGMENT_64 load command, adds addresses of all
224 const MachOObjectFile *Obj, const MachOObjectFile::LoadCommandInfo &Load,
228 if (Load.C.cmdsize < SegmentLoadSize)
229 return malformedError("load command " + Twine(LoadCommandIndex) +
231 if (auto SegOrErr = getStructOrErr<SegmentCmd>(Obj, Load.Ptr))
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 215 for (const auto &Load : MachO->load_commands()) {
216 if (Load.C.cmd == MachO::LC_SEGMENT_64) {
217 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
227 MachO::section_64 Sec = MachO->getSection64(Load, J);
242 } else if (Load.C.cmd == MachO::LC_SEGMENT) {
243 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load);
254 MachO::section Sec = MachO->getSection(Load, J);
284 for (const auto &Load : MachO->load_commands()) {
285 if (Load.C.cmd == MachO::LC_SEGMENT_64) {
286 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_a9q.s 130 vld1.8 {d2, d3, d4}, [r0], r2 @// Load row0
132 vld1.8 {d5, d6, d7}, [r0], r2 @// Load row1
172 vld1.32 {d12, d13}, [r7], r2 @Load value for interpolation (column1,row0)
181 vld1.32 {d12, d13}, [r7], r2 @Load value for interpolation (column1,row1)
192 vld1.8 {d5, d6}, [r0], r2 @// Load row1
194 vld1.8 {d2, d3}, [r0], r2 @// Load row0
215 vld1.32 d12, [r7], r2 @Load value for interpolation (column1,row0)
216 vld1.32 d13, [r7], r2 @Load value for interpolation (column1,row1)
227 vld1.8 {d5, d6}, [r0], r2 @// Load row1
229 vld1.8 {d2, d3}, [r0], r2 @// Load row
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 177 // iterate over all pairs of load, store
178 for (Value *Load : Loads) {
180 switch (AA.alias(MemoryLocation::get(cast<LoadInst>(Load)),
183 PrintLoadStoreResults("NoAlias", PrintNoAlias, Load, Store,
188 PrintLoadStoreResults("MayAlias", PrintMayAlias, Load, Store,
193 PrintLoadStoreResults("PartialAlias", PrintPartialAlias, Load, Store,
198 PrintLoadStoreResults("MustAlias", PrintMustAlias, Load, Store,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vfp1.s 35 @ Load/store operations
40 @ Load/store multiple operations
162 @ Load/store operations
174 @ Load/store multiple operations
236 @ Load/store operations
241 @ Load/store multiple operations
vfp1_t2.s 38 @ Load/store operations
43 @ Load/store multiple operations
165 @ Load/store operations
177 @ Load/store multiple operations
244 @ Load/store operations
249 @ Load/store multiple operations
  /external/skia/src/core/
SkNx.h 50 AI static SkNx Load(const void* vptr) {
52 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) };
165 AI static SkNx Load(const void* ptr) {
174 *a = Load(ptr + 0*sizeof(T));
175 *b = Load(ptr + 1*sizeof(T));
176 *c = Load(ptr + 2*sizeof(T));
177 *d = Load(ptr + 3*sizeof(T));
181 *a = Load(ptr + 0*sizeof(T));
182 *b = Load(ptr + 1*sizeof(T))
    [all...]
  /external/skqp/src/core/
SkNx.h 50 AI static SkNx Load(const void* vptr) {
52 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) };
165 AI static SkNx Load(const void* ptr) {
174 *a = Load(ptr + 0*sizeof(T));
175 *b = Load(ptr + 1*sizeof(T));
176 *c = Load(ptr + 2*sizeof(T));
177 *d = Load(ptr + 3*sizeof(T));
181 *a = Load(ptr + 0*sizeof(T));
182 *b = Load(ptr + 1*sizeof(T))
    [all...]

Completed in 1153 milliseconds

1 2 3 4 5 67 8 91011>>