Home
last modified time | relevance | path

Searched +defs:load +defs:store (Results 1 – 25 of 52) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-vsx.h17 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx()
35 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx()
74 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx()
112 void load_vsx_vmx(unsigned long *load, unsigned long *vsx, in load_vsx_vmx()
/external/swiftshader/src/Reactor/
DOptimizer.cpp191 Ice::Inst *store = addressUses.stores[0]; in eliminateLoadsFollowingSingleStore() local
194 …for(Ice::Inst *load = &*++store->getIterator(), *next = nullptr; load != next; next = load, load =… in eliminateLoadsFollowingSingleStore() local
294 Ice::Inst *store = addressUses.stores[i]; in optimizeStoresInSingleBasicBlock() local
305 Ice::Inst *store = nullptr; in optimizeStoresInSingleBasicBlock() local
340 Ice::Inst *load = &inst; in optimizeStoresInSingleBasicBlock() local
536 if(auto *store = llvm::dyn_cast<Ice::InstStore>(instruction)) in storeAddress() local
553 if(auto *load = llvm::dyn_cast<Ice::InstLoad>(instruction)) in loadAddress() local
570 if(auto *store = llvm::dyn_cast<Ice::InstStore>(instruction)) in storeData() local
583 std::size_t Optimizer::storeSize(const Ice::Inst *store) in storeSize()
600 bool Optimizer::loadTypeMatchesStore(const Ice::Inst *load, const Ice::Inst *store) in loadTypeMatchesStore()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_tcs_workarounds.c78 nir_intrinsic_instr *load = in load_output() local
113 nir_intrinsic_instr *store = in emit_quads_workaround() local
Dbrw_tcs.c48 nir_intrinsic_instr *load; in create_passthrough_tcs() local
49 nir_intrinsic_instr *store; in create_passthrough_tcs() local
/external/v8/src/crankshaft/
Dhydrogen-store-elimination.cc58 void HStoreEliminationPhase::ProcessStore(HStoreNamedField* store) { in ProcessStore()
82 void HStoreEliminationPhase::ProcessLoad(HLoadNamedField* load) { in ProcessLoad()
Dhydrogen-escape-analysis.cc145 HLoadNamedField* load, HValue* load_value) { in NewLoadReplacement()
190 HLoadNamedField* load = HLoadNamedField::cast(instr); in AnalyzeDataFlow() local
204 HStoreNamedField* store = HStoreNamedField::cast(instr); in AnalyzeDataFlow() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_var_copies.c122 nir_intrinsic_instr *load = in emit_copy_load_store() local
131 nir_intrinsic_instr *store = in emit_copy_load_store() local
Dnir_lower_indirect_derefs.c122 nir_intrinsic_instr *load = in emit_load_store() local
133 nir_intrinsic_instr *store = in emit_load_store() local
Dnir_lower_clip.c70 nir_intrinsic_instr *store; in store_clipdist_output() local
85 nir_intrinsic_instr *load; in load_clipdist_input() local
Dnir_lower_io.c206 nir_intrinsic_instr *load = in lower_load() local
247 nir_intrinsic_instr *store = in lower_store() local
347 nir_intrinsic_instr *load = in lower_interpolate_at() local
Dnir_builder.h411 nir_intrinsic_instr *load = in nir_load_var() local
427 nir_intrinsic_instr *load = in nir_load_deref_var() local
443 nir_intrinsic_instr *store = in nir_store_var() local
459 nir_intrinsic_instr *store = in nir_store_deref_var() local
495 nir_intrinsic_instr *load = nir_intrinsic_instr_create(build->shader, op); in nir_load_system_value() local
/external/skia/src/opts/
DSkBlend_opts.h43 static inline __m128i load(const uint32_t* p) { in load() function
47 static inline void store(uint32_t* p, __m128i v) { in store() function
/external/v8/src/compiler/
Dbasic-block-instrumentor.cc85 Node* load = graph->NewNode(machine.Load(MachineType::Uint32()), base, zero, in Instrument() local
88 Node* store = in Instrument() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c38 nir_intrinsic_instr *load = nir_intrinsic_instr_create(b.shader, nir_intrinsic_load_push_constant); in build_buffer_fill_shader() local
46 nir_intrinsic_instr *store = nir_intrinsic_instr_create(b.shader, nir_intrinsic_store_ssbo); in build_buffer_fill_shader() local
96 nir_intrinsic_instr *load = nir_intrinsic_instr_create(b.shader, nir_intrinsic_load_ssbo); in build_buffer_copy_shader() local
103 nir_intrinsic_instr *store = nir_intrinsic_instr_create(b.shader, nir_intrinsic_store_ssbo); in build_buffer_copy_shader() local
/external/swiftshader/third_party/subzero/src/
DIceAssembler.h119 template <typename T> T load(intptr_t Position) const { in load() function
127 template <typename T> void store(intptr_t Position, T Value) { in store() function
295 template <typename T> T load(intptr_t Position) const { in load() function
299 template <typename T> void store(intptr_t Position, T Value) { in store() function
/external/python/cpython2/Demo/cgi/
Dwiki.py104 def load(self): member in WikiPage
113 def store(self): member in WikiPage
/external/proguard/src/proguard/evaluation/
DVariables.java186 public void store(int index, Value value) in store() method in Variables
208 public Value load(int index) in load() method in Variables
/external/valgrind/VEX/priv/
Dir_inject.c83 load(IREndness endian, IRType type, HWord haddr) in load() function
146 store(IRSB *irsb, IREndness endian, HWord haddr, IRExpr *data) in store() function
/external/clang/test/CodeGen/
Dcatch-undef-behavior.c147 int load(int *p) { in load() function
157 void store(int *p, int q) { in store() function
/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc78 void store(const args_type &args, u32 other_hash) { in store() function
83 args_type load() const { in load() function
/external/eigen/test/
Dpacketmath.cpp75 inline Packet load(const T* from) const { return internal::pload<Packet>(from); } in load() function
78 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); } in store() function
85 inline T load(const T* from) const { return *from; } in load() function
88 inline void store(T* to, const T& x) const { *to = x; } in store() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc74 void store(const args_type &args, u32 hash) { in store() function
80 args_type load() const { in load() function
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c139 nir_intrinsic_instr *load = in ptn_get_src() local
172 nir_intrinsic_instr *load = in ptn_get_src() local
863 nir_intrinsic_instr *store = in ptn_add_output_stores() local
929 nir_intrinsic_instr *store = in setup_registers_and_variables() local
/external/selinux/python/semanage/
Dseobject.py239 store = None variable in semanageRecords
241 def __init__(self, store): argument
252 def set_reload(self, load): argument
255 def get_handle(self, store): argument
330 def __init__(self, store): argument
442 def __init__(self, store): argument
455 def __init__(self, store): argument
524 def __init__(self, store=""): argument
781 def __init__(self, store=""): argument
1044 def __init__(self, store=""): argument
[all …]
/external/mesa3d/src/compiler/glsl/
Dlower_shared_reference.cpp246 ir_call *store = shared_store(mem_ctx, deref, offset, mask); in insert_buffer_access() local
249 ir_call *load = shared_load(mem_ctx, type, offset); in insert_buffer_access() local

123