Home
last modified time | relevance | path

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

/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/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/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/compiler/nir/tests/
Dbuilder_tests.cpp68 std::vector<nir_intrinsic_instr *> stores; member in __anone1aced530111::nir_builder_test
/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/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/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/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.c193 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.cpp1019 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()
DMachineVerifier.cpp1830 bool stores = MI->mayStore(); in visitMachineOperand() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2721 Record *stores[DATA_FILE_COUNT]; member in nv50_ir::MemoryOpt
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3702 struct hash_table_u64 *stores = _mesa_hash_table_u64_create(ctx); in bifrost_compile_shader_nir() local
/third_party/python/Python/
Dcompile.c239 PyObject *stores; member