Home
last modified time | relevance | path

Searched refs:debugs2 (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h174 inline IteratorRange<Module::inst_iterator> debugs2();
175 inline IteratorRange<Module::const_inst_iterator> debugs2() const;
841 IteratorRange<Module::inst_iterator> IRContext::debugs2() { in debugs2() function
842 return module()->debugs2(); in debugs2()
845 IteratorRange<Module::const_inst_iterator> IRContext::debugs2() const { in debugs2() function
846 return ((const Module*)module_.get())->debugs2(); in debugs2()
953 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()
Dmodule.h173 inline IteratorRange<inst_iterator> debugs2();
174 inline IteratorRange<const_inst_iterator> debugs2() const;
384 inline IteratorRange<Module::inst_iterator> Module::debugs2() { in debugs2() function
388 inline IteratorRange<Module::const_inst_iterator> Module::debugs2() const { in debugs2() function
Dstrip_debug_info_pass.cpp23 !context()->debugs2().empty() || in Process()
Dinstrument_pass.cpp670 for (auto& i : module->debugs2()) { in InitializeInstrument()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h176 inline IteratorRange<Module::inst_iterator> debugs2();
177 inline IteratorRange<Module::const_inst_iterator> debugs2() const;
859 IteratorRange<Module::inst_iterator> IRContext::debugs2() { in debugs2() function
860 return module()->debugs2(); in debugs2()
863 IteratorRange<Module::const_inst_iterator> IRContext::debugs2() const { in debugs2() function
864 return ((const Module*)module_.get())->debugs2(); in debugs2()
971 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()
Dmodule.h173 inline IteratorRange<inst_iterator> debugs2();
174 inline IteratorRange<const_inst_iterator> debugs2() const;
384 inline IteratorRange<Module::inst_iterator> Module::debugs2() { in debugs2() function
388 inline IteratorRange<Module::const_inst_iterator> Module::debugs2() const { in debugs2() function
Dstrip_debug_info_pass.cpp23 !context()->debugs2().empty() || in Process()
Dinstrument_pass.cpp672 for (auto& i : module->debugs2()) { in InitializeInstrument()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_opname_instruction_reduction_pass.cpp30 for (auto& inst : context->module()->debugs2()) { in GetAvailableOpportunities()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_opname_instruction_reduction_pass.cpp30 for (auto& inst : context->module()->debugs2()) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp211 for (auto& inst : context->debugs2()) { in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp211 for (auto& inst : context->debugs2()) { in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp318 for (const auto& inst : module->debugs2()) in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp318 for (const auto& inst : module->debugs2()) in MergeModules()