Home
last modified time | relevance | path

Searched defs:param_inst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp29 auto param_inst = GetGraph()->AddNewParameter(i); in Prepare() local
145 void InstBuilder::SetParamSpillFill(Graph *graph, ParameterInst *param_inst, size_t num_args, size_… in SetParamSpillFill()
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp127 for (auto param_inst : check_graph->GetParameters()) { in TestParametersLocations() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp571 for (auto param_inst : GetParameters()) { in GetParametersSlotsCount() local