/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | decoration_manager.cpp | 143 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom() 517 auto decoration_iter = --module_->annotation_end(); in CloneDecorations() 572 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
|
D | module.h | 214 inline inst_iterator annotation_end(); 476 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
|
D | ir_context.h | 143 inline Module::inst_iterator annotation_end(); 883 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function 884 return module()->annotation_end(); in annotation_end()
|
D | scalar_replacement_pass.cpp | 457 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
|
D | type_manager.cpp | 501 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
|
/third_party/spirv-tools/source/opt/ |
D | decoration_manager.cpp | 143 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom() 517 auto decoration_iter = --module_->annotation_end(); in CloneDecorations() 572 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
|
D | module.h | 227 inline inst_iterator annotation_end(); 495 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
|
D | ir_context.h | 144 inline Module::inst_iterator annotation_end(); 899 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function 900 return module()->annotation_end(); in annotation_end()
|
D | scalar_replacement_pass.cpp | 462 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
|
D | type_manager.cpp | 500 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 143 auto decoration_iter = --module_->annotation_end(); in RemoveDecorationsFrom() 517 auto decoration_iter = --module_->annotation_end(); in CloneDecorations() 572 auto decoration_iter = --module_->annotation_end(); in CloneDecorations()
|
D | module.h | 214 inline inst_iterator annotation_end(); 476 inline Module::inst_iterator Module::annotation_end() { in annotation_end() function
|
D | ir_context.h | 143 inline Module::inst_iterator annotation_end(); 883 Module::inst_iterator IRContext::annotation_end() { in annotation_end() function 884 return module()->annotation_end(); in annotation_end()
|
D | scalar_replacement_pass.cpp | 457 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
|
D | type_manager.cpp | 501 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration()
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
D | linker.cpp | 577 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions() 596 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 577 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions() 596 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
|
/third_party/spirv-tools/source/link/ |
D | linker.cpp | 597 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions() 616 for (auto inst = next; inst != linked_context->annotation_end(); in RemoveLinkageSpecificInstructions()
|
/third_party/spirv-tools/test/opt/ |
D | ir_context_test.cpp | 296 EXPECT_EQ(inst, context->annotation_end()); in TEST_F() 355 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | ir_context_test.cpp | 281 EXPECT_EQ(inst, context->annotation_end()); in TEST_F() 340 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_context_test.cpp | 281 EXPECT_EQ(inst, context->annotation_end()); in TEST_F() 340 EXPECT_EQ(inst, context->annotation_end()); in TEST_F()
|