Home
last modified time | relevance | path

Searched refs:debug1_end (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h166 inline Module::inst_iterator debug1_end();
826 Module::inst_iterator IRContext::debug1_end() { return module()->debug1_end(); } in debug1_end() function
Dmodule.h165 inline inst_iterator debug1_end();
371 inline Module::inst_iterator Module::debug1_end() { return debugs1_.end(); } in debug1_end() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h165 inline inst_iterator debug1_end();
371 inline Module::inst_iterator Module::debug1_end() { return debugs1_.end(); } in debug1_end() function
Dir_context.h168 inline Module::inst_iterator debug1_end();
844 Module::inst_iterator IRContext::debug1_end() { return module()->debug1_end(); } in debug1_end() function
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp111 MakeUnique<Instruction>(*(--context()->debug1_end())->Clone(context())); in Process()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); in Process()