Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp143 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom()
509 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
564 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
Dmodule.h214 inline inst_iterator annotation_end();
476 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
Dir_context.h141 inline Module::inst_iterator annotation_end();
873 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function
874 return module()->annotation_end(); in annotation_end()
Dscalar_replacement_pass.cpp448 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
Dtype_manager.cpp501 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp143 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom()
506 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
561 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
Dmodule.h214 inline inst_iterator annotation_end();
476 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
Dir_context.h141 inline Module::inst_iterator annotation_end();
873 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function
874 return module()->annotation_end(); in annotation_end()
Dscalar_replacement_pass.cpp447 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
Dtype_manager.cpp501 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp576 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
595 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp576 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
595 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp281 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
340 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp281 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
340 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()