Home
last modified time | relevance | path

Searched defs:stores (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c52 nir_intrinsic_instr **stores) in pan_nir_emit_combined_store()
105 nir_intrinsic_instr *stores[3] = { NULL }; in pan_nir_lower_zs_store() local
/third_party/spirv-tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1495 const Instruction* stores[2]; in TEST() local
1576 const Instruction* stores[2]; in TEST() local
1655 const Instruction* stores[2]; in TEST() local
1734 const Instruction* stores[2]; in TEST() local
2067 const Instruction* stores[2]; in TEST() local
2148 const Instruction* stores[2]; in TEST() local
2229 const Instruction* stores[2]; in TEST() local
2310 const Instruction* stores[2]; in TEST() local
2705 const Instruction* stores[2]; in TEST() local
2784 const Instruction* stores[2]; in TEST() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1495 const Instruction* stores[2]; in TEST() local
1576 const Instruction* stores[2]; in TEST() local
1655 const Instruction* stores[2]; in TEST() local
1734 const Instruction* stores[2]; in TEST() local
2067 const Instruction* stores[2]; in TEST() local
2148 const Instruction* stores[2]; in TEST() local
2229 const Instruction* stores[2]; in TEST() local
2310 const Instruction* stores[2]; in TEST() local
2705 const Instruction* stores[2]; in TEST() local
2784 const Instruction* stores[2]; in TEST() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1495 const Instruction* stores[2]; in TEST() local
1576 const Instruction* stores[2]; in TEST() local
1655 const Instruction* stores[2]; in TEST() local
1734 const Instruction* stores[2]; in TEST() local
2067 const Instruction* stores[2]; in TEST() local
2148 const Instruction* stores[2]; in TEST() local
2229 const Instruction* stores[2]; in TEST() local
2310 const Instruction* stores[2]; in TEST() local
2705 const Instruction* stores[2]; in TEST() local
2784 const Instruction* stores[2]; in TEST() local
[all …]
/third_party/node/benchmark/async_hooks/
Dasync-local-storage-propagate-asyncresource.js21 function runStores(stores, value, cb, idx = 0) { argument
Dasync-local-storage-propagate-promise.js21 function runStores(stores, value, cb, idx = 0) { argument
Dasync-local-storage-getstore-nested-run.js27 function runStores(stores, value, cb, idx = 0) { argument
/third_party/ltp/tools/sparse/sparse-src/
Dssa.c225 static struct instruction_list *stores; variable
360 static void remove_dead_stores(struct instruction_list *stores) in remove_dead_stores()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_inline_uniforms.c233 struct set *stores) in process_node()
322 struct set *stores = _mesa_set_create(shader, _mesa_hash_pointer, _mesa_key_pointer_equal); in lvp_find_inlinable_uniforms() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dscalar_analysis.cpp504 const Instruction* stores[6]; in TEST_F() local
743 const Instruction* stores[2] = {nullptr, nullptr}; in TEST_F() local
1025 std::vector<const Instruction*> stores{}; in TEST_F() local
/third_party/spirv-tools/test/opt/
Dscalar_analysis.cpp504 const Instruction* stores[6]; in TEST_F() local
743 const Instruction* stores[2] = {nullptr, nullptr}; in TEST_F() local
1025 std::vector<const Instruction*> stores{}; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp504 const Instruction* stores[6]; in TEST_F() local
743 const Instruction* stores[2] = {nullptr, nullptr}; in TEST_F() local
1025 std::vector<const Instruction*> stores{}; in TEST_F() local
/third_party/mesa3d/src/compiler/nir/tests/
Dbuilder_tests.cpp68 std::vector<nir_intrinsic_instr *> stores; member in __anon2bb890400111::nir_builder_test
/third_party/spirv-tools/source/opt/
Dloop_fusion.cpp41 const std::map<Instruction*, std::vector<Instruction*>>& stores, in GetLocationsAccessed()
361 std::vector<Instruction*> stores{}; in GetLoadsAndStoresInLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp41 const std::map<Instruction*, std::vector<Instruction*>>& stores, in GetLocationsAccessed()
361 std::vector<Instruction*> stores{}; in GetLoadsAndStoresInLoop() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fusion.cpp41 const std::map<Instruction*, std::vector<Instruction*>>& stores, in GetLocationsAccessed()
361 std::vector<Instruction*> stores{}; in GetLoadsAndStoresInLoop() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp340 int stores = 0; member
DOptimizer.cpp69 std::vector<Ice::Inst *> stores; member
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c64 nir_intrinsic_instr *stores[NIR_MAX_VEC_COMPONENTS]; member
Dnir_lower_vars_to_ssa.c49 struct set *stores; member
Dnir_opt_load_store_vectorize.c209 struct hash_table *stores[nir_num_variable_modes]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_64bit.cpp1204 void StoreMerger::combine_one_slot(vector<nir_intrinsic_instr*>& stores) in combine_one_slot()
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc316 std::vector<Store> stores; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1045 void ScheduleDAGInstrs::reduceHugeMemNodeMaps(Value2SUsMap &stores, in reduceHugeMemNodeMaps()

12