Home
last modified time | relevance | path

Searched refs:types_values (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h122 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/
Dreduction_util.cpp28 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/
Dreduction_util.cpp28 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/
Dreduction_util.cpp28 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/
Dmodule.h227 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
Dir_context.h156 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()
Ddead_variable_elimination.cpp35 for (auto& inst : context()->types_values()) { in Process()
/third_party/spirv-tools/source/opt/
Dmodule.h240 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
Dir_context.h157 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()
Ddead_variable_elimination.cpp35 for (auto& inst : context()->types_values()) { in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h227 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
Dir_context.h156 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()
Ddead_variable_elimination.cpp35 for (auto& inst : context()->types_values()) { in Process()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dadded_function_reducer.cpp132 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()
Dfuzzer_pass.cpp68 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()
Duniform_buffer_element_descriptor.cpp50 for (auto& inst : context->types_values()) { in FindUniformVariable()
Dfuzzer_pass_add_composite_types.cpp115 for (auto& inst : GetIRContext()->types_values()) { in ChooseScalarOrCompositeType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dadded_function_reducer.cpp132 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()
Dfuzzer_pass.cpp68 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()
Duniform_buffer_element_descriptor.cpp50 for (auto& inst : context->types_values()) { in FindUniformVariable()
/third_party/spirv-tools/source/fuzz/
Dadded_function_reducer.cpp132 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()
Dfuzzer_pass.cpp68 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()
Duniform_buffer_element_descriptor.cpp50 for (auto& inst : context->types_values()) { in FindUniformVariable()
Dfuzzer_pass_add_composite_types.cpp115 for (auto& inst : GetIRContext()->types_values()) { in ChooseScalarOrCompositeType()
/third_party/spirv-tools/source/diff/
Ddiff.cpp186 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 …]

12345