Searched refs:AddAnnotationInst (Results 1 – 14 of 14) sorted by relevance
115 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()
106 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);323 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
112 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
213 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a);929 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function936 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
327 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations()
440 context()->AddAnnotationInst(MakeUnique<Instruction>( in CreateDecoration()
211 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a);911 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function918 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
343 linked_module->AddAnnotationInst( in MergeModules()