Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp116 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom()
408 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
463 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
Dmodule.h211 inline inst_iterator annotation_end();
430 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
Dir_context.h135 inline Module::inst_iterator annotation_end();
780 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function
781 return module()->annotation_end(); in annotation_end()
Dscalar_replacement_pass.cpp328 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
Dtype_manager.cpp443 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp116 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom()
408 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
463 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
Dir_context.h133 inline Module::inst_iterator annotation_end();
762 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function
763 return module()->annotation_end(); in annotation_end()
Dmodule.h211 inline inst_iterator annotation_end();
430 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
Dscalar_replacement_pass.cpp328 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
Dtype_manager.cpp443 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp276 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
335 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp276 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
335 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp588 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
607 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp588 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
607 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()