/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | builder_tests.cpp | 68 std::vector<nir_intrinsic_instr *> stores; member in __anon7312::nir_builder_test
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_writeout.c | 49 pan_nir_emit_combined_store(nir_builder *b, nir_intrinsic_instr *rt0_store, unsigned writeout, nir_intrinsic_instr **stores) pan_nir_emit_combined_store() argument 105 nir_intrinsic_instr *stores[3] = { NULL }; pan_nir_lower_zs_store() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_combine_stores.c | 64 nir_intrinsic_instr *stores[NIR_MAX_VEC_COMPONENTS]; member [all...] |
H A D | nir_lower_vars_to_ssa.c | 49 struct set *stores; member [all...] |
H A D | nir_opt_load_store_vectorize.c | 209 struct hash_table *stores[nir_num_variable_modes]; member [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_inline_uniforms.c | 322 struct set *stores = _mesa_set_create(shader, _mesa_hash_pointer, _mesa_key_pointer_equal); in lvp_find_inlinable_uniforms() local 231 process_node(nir_cf_node *node, nir_loop_info *info, uint32_t *uni_offsets, uint8_t *num_offsets, struct set *stores) process_node() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ssa.c | 225 static struct instruction_list *stores; variable 360 static void remove_dead_stores(struct instruction_list *stores) in remove_dead_stores() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 504 const Instruction* stores[6]; in TEST_F() local 743 const Instruction* stores[2] = {nullptr, nullptr}; in TEST_F() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 340 int stores = 0; member
|
H A D | Optimizer.cpp | 69 std::vector<Ice::Inst *> stores; member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | scalar_analysis.cpp | 504 const Instruction* stores[6]; in TEST_F() local 743 const Instruction* stores[2] = {nullptr, nullptr}; in TEST_F() local [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 500 const Instruction* stores[6]; in TEST_F() local 739 const Instruction* stores[2] = {nullptr, nullptr}; in TEST_F() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_fusion.cpp | 40 GetLocationsAccessed( const std::map<Instruction*, std::vector<Instruction*>>& stores, const std::map<Instruction*, std::vector<Instruction*>>& loads) GetLocationsAccessed() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_fusion.cpp | 40 GetLocationsAccessed( const std::map<Instruction*, std::vector<Instruction*>>& stores, const std::map<Instruction*, std::vector<Instruction*>>& loads) GetLocationsAccessed() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_fusion.cpp | 39 GetLocationsAccessed( const std::map<Instruction*, std::vector<Instruction*>>& stores, const std::map<Instruction*, std::vector<Instruction*>>& loads) GetLocationsAccessed() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_memory_access.cc | 316 std::vector<Store> stores; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_64bit.cpp | 1204 void StoreMerger::combine_one_slot(vector<nir_intrinsic_instr*>& stores) in combine_one_slot() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 1179 stores); in list_store_loaders() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1830 bool stores = MI->mayStore(); in visitMachineOperand() local
|
H A D | ScheduleDAGInstrs.cpp | 1045 void ScheduleDAGInstrs::reduceHugeMemNodeMaps(Value2SUsMap &stores, in reduceHugeMemNodeMaps() argument [all...] |
/third_party/openssl/apps/ |
H A D | list.c | 1179 stores); in list_store_loaders() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 2718 Record *stores[DATA_FILE_COUNT]; member in nv50_ir::MemoryOpt [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 4901 struct hash_table_u64 *stores = _mesa_hash_table_u64_create(NULL); in bi_finalize_nir() local
|
/third_party/python/Python/ |
H A D | compile.c | 372 PyObject *stores; member [all...] |