Home
last modified time | relevance | path

Searched refs:SetVRegsCount (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h219 …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()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h144 graph_->SetVRegsCount(std::max(graph_->GetVRegsCount(), sizeof...(args))); in NewInst()
745 graph_->SetVRegsCount( in SrcVregs()
Dgraph.h955 void SetVRegsCount(size_t count) in SetVRegsCount() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp46 GetGraph()->SetVRegsCount(vregs_count); in RunImpl()