Searched refs:SetVRegsCount (Results 1 – 4 of 4) sorted by relevance
219 …graph_->SetVRegsCount(std::max(graph_->GetVRegsCount(), runtime_.vregs_count + runtime_.args_count… in SetNumVirtRegs()225 …graph_->SetVRegsCount(std::max(graph_->GetVRegsCount(), runtime_.vregs_count + runtime_.args_count… in SetNumArgs()
144 graph_->SetVRegsCount(std::max(graph_->GetVRegsCount(), sizeof...(args))); in NewInst()745 graph_->SetVRegsCount( in SrcVregs()
955 void SetVRegsCount(size_t count) in SetVRegsCount() function
46 GetGraph()->SetVRegsCount(vregs_count); in RunImpl()