Searched refs:AddDebug1Inst (Results 1 – 10 of 10) sorted by relevance
82 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()96 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()112 context()->AddDebug1Inst(std::move(inst)); in Process()
82 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()96 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()111 context()->AddDebug1Inst(std::move(inst)); in Process()
202 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);894 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function895 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
94 inline void AddDebug1Inst(std::unique_ptr<Instruction> d);311 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() function
106 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
204 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);912 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function913 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
314 linked_module->AddDebug1Inst( in MergeModules()