Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp115 module_->AddAnnotationInst(std::move(new_inst)); in RemoveDecorationsFrom()
298 ctx->AddAnnotationInst(std::move(newDecoOp)); in AddDecoration()
407 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
462 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
Dmodule.h106 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);
323 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
Dir_loader.cpp112 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
Dir_context.h213 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a);
929 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function
936 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
Dscalar_replacement_pass.cpp327 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations()
Dtype_manager.cpp440 context()->AddAnnotationInst(MakeUnique<Instruction>( in CreateDecoration()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp115 module_->AddAnnotationInst(std::move(new_inst)); in RemoveDecorationsFrom()
298 ctx->AddAnnotationInst(std::move(newDecoOp)); in AddDecoration()
407 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
462 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
Dir_context.h211 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a);
911 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function
918 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
Dmodule.h106 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);
323 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
Dir_loader.cpp112 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
Dscalar_replacement_pass.cpp327 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations()
Dtype_manager.cpp440 context()->AddAnnotationInst(MakeUnique<Instruction>( in CreateDecoration()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp343 linked_module->AddAnnotationInst( in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp343 linked_module->AddAnnotationInst( in MergeModules()