/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 122 inline IteratorRange<inst_iterator> types_values(); 123 inline IteratorRange<const_inst_iterator> types_values() const; 262 inline IteratorRange<Module::inst_iterator> Module::types_values() { in types_values() function 266 inline IteratorRange<Module::const_inst_iterator> Module::types_values() const { in types_values() function
|
/third_party/spirv-tools/source/reduce/ |
D | reduction_util.cpp | 28 for (auto& inst : context->module()->types_values()) { in FindOrCreateGlobalVariable() 85 for (auto& inst : context->module()->types_values()) { in FindOrCreateGlobalUndef()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reduction_util.cpp | 28 for (auto& inst : context->module()->types_values()) { in FindOrCreateGlobalVariable() 85 for (auto& inst : context->module()->types_values()) { in FindOrCreateGlobalUndef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 28 for (auto& inst : context->module()->types_values()) { in FindOrCreateGlobalVariable() 85 for (auto& inst : context->module()->types_values()) { in FindOrCreateGlobalUndef()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 227 inline IteratorRange<inst_iterator> types_values(); 228 inline IteratorRange<const_inst_iterator> types_values() const; 511 inline IteratorRange<Module::inst_iterator> Module::types_values() { in types_values() function 515 inline IteratorRange<Module::const_inst_iterator> Module::types_values() const { in types_values() function
|
D | ir_context.h | 156 inline IteratorRange<Module::inst_iterator> types_values(); 157 inline IteratorRange<Module::const_inst_iterator> types_values() const; 919 IteratorRange<Module::inst_iterator> IRContext::types_values() { in types_values() function 920 return module()->types_values(); in types_values() 923 IteratorRange<Module::const_inst_iterator> IRContext::types_values() const { in types_values() function 924 return ((const Module*)module_.get())->types_values(); in types_values()
|
D | dead_variable_elimination.cpp | 35 for (auto& inst : context()->types_values()) { in Process()
|
/third_party/spirv-tools/source/opt/ |
D | module.h | 240 inline IteratorRange<inst_iterator> types_values(); 241 inline IteratorRange<const_inst_iterator> types_values() const; 530 inline IteratorRange<Module::inst_iterator> Module::types_values() { in types_values() function 534 inline IteratorRange<Module::const_inst_iterator> Module::types_values() const { in types_values() function
|
D | ir_context.h | 157 inline IteratorRange<Module::inst_iterator> types_values(); 158 inline IteratorRange<Module::const_inst_iterator> types_values() const; 935 IteratorRange<Module::inst_iterator> IRContext::types_values() { in types_values() function 936 return module()->types_values(); in types_values() 939 IteratorRange<Module::const_inst_iterator> IRContext::types_values() const { in types_values() function 940 return ((const Module*)module_.get())->types_values(); in types_values()
|
D | dead_variable_elimination.cpp | 35 for (auto& inst : context()->types_values()) { in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 227 inline IteratorRange<inst_iterator> types_values(); 228 inline IteratorRange<const_inst_iterator> types_values() const; 511 inline IteratorRange<Module::inst_iterator> Module::types_values() { in types_values() function 515 inline IteratorRange<Module::const_inst_iterator> Module::types_values() const { in types_values() function
|
D | ir_context.h | 156 inline IteratorRange<Module::inst_iterator> types_values(); 157 inline IteratorRange<Module::const_inst_iterator> types_values() const; 919 IteratorRange<Module::inst_iterator> IRContext::types_values() { in types_values() function 920 return module()->types_values(); in types_values() 923 IteratorRange<Module::const_inst_iterator> IRContext::types_values() const { in types_values() function 924 return ((const Module*)module_.get())->types_values(); in types_values()
|
D | dead_variable_elimination.cpp | 35 for (auto& inst : context()->types_values()) { in Process()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | added_function_reducer.cpp | 132 for (auto& type_or_value : ir_context->module()->types_values()) { in InterestingnessFunctionForReducingAddedFunction() 204 for (auto& type_or_value : ir_context->module()->types_values()) { in ReplayPrefixAndAddFunction()
|
D | fuzzer_pass.cpp | 68 for (auto& global : GetIRContext()->module()->types_values()) { in FindAvailableInstructions() 434 for (auto& inst : GetIRContext()->types_values()) { in FindOrCreateGlobalUndef() 475 for (auto& inst : GetIRContext()->types_values()) { in GetAvailableBasicTypesAndPointers() 759 for (auto& instruction : GetIRContext()->module()->types_values()) { in FindOrCreateGlobalVariable()
|
D | uniform_buffer_element_descriptor.cpp | 50 for (auto& inst : context->types_values()) { in FindUniformVariable()
|
D | fuzzer_pass_add_composite_types.cpp | 115 for (auto& inst : GetIRContext()->types_values()) { in ChooseScalarOrCompositeType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | added_function_reducer.cpp | 132 for (auto& type_or_value : ir_context->module()->types_values()) { in InterestingnessFunctionForReducingAddedFunction() 204 for (auto& type_or_value : ir_context->module()->types_values()) { in ReplayPrefixAndAddFunction()
|
D | fuzzer_pass.cpp | 68 for (auto& global : GetIRContext()->module()->types_values()) { in FindAvailableInstructions() 434 for (auto& inst : GetIRContext()->types_values()) { in FindOrCreateGlobalUndef() 475 for (auto& inst : GetIRContext()->types_values()) { in GetAvailableBasicTypesAndPointers() 759 for (auto& instruction : GetIRContext()->module()->types_values()) { in FindOrCreateGlobalVariable()
|
D | uniform_buffer_element_descriptor.cpp | 50 for (auto& inst : context->types_values()) { in FindUniformVariable()
|
/third_party/spirv-tools/source/fuzz/ |
D | added_function_reducer.cpp | 132 for (auto& type_or_value : ir_context->module()->types_values()) { in InterestingnessFunctionForReducingAddedFunction() 204 for (auto& type_or_value : ir_context->module()->types_values()) { in ReplayPrefixAndAddFunction()
|
D | fuzzer_pass.cpp | 68 for (auto& global : GetIRContext()->module()->types_values()) { in FindAvailableInstructions() 434 for (auto& inst : GetIRContext()->types_values()) { in FindOrCreateGlobalUndef() 475 for (auto& inst : GetIRContext()->types_values()) { in GetAvailableBasicTypesAndPointers() 759 for (auto& instruction : GetIRContext()->module()->types_values()) { in FindOrCreateGlobalVariable()
|
D | uniform_buffer_element_descriptor.cpp | 50 for (auto& inst : context->types_values()) { in FindUniformVariable()
|
D | fuzzer_pass_add_composite_types.cpp | 115 for (auto& inst : GetIRContext()->types_values()) { in ChooseScalarOrCompositeType()
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 186 MapIdsToInstruction(module->types_values()); in IdInstructions() 201 MapIdsToInfos(module->types_values()); in IdInstructions() 1895 for (const opt::Instruction& inst : module->types_values()) { in GetPerVertexStorageClass() 2098 PoolPotentialIds(src_->types_values(), potential_id_map.src_ids, true, in MatchTypeForwardPointers() 2100 PoolPotentialIds(dst_->types_values(), potential_id_map.dst_ids, false, in MatchTypeForwardPointers() 2172 PoolPotentialIds(src_->types_values(), potential_id_map.src_ids, true, in MatchTypeIds() 2174 PoolPotentialIds(dst_->types_values(), potential_id_map.dst_ids, false, in MatchTypeIds() 2261 PoolPotentialIds(src_->types_values(), potential_id_map.src_ids, true, in MatchConstants() 2263 PoolPotentialIds(dst_->types_values(), potential_id_map.dst_ids, false, in MatchConstants() 2340 PoolPotentialIds(src_->types_values(), potential_id_map.src_ids, true, in MatchVariableIds() [all …]
|