Home
last modified time | relevance | path

Searched defs:paramInst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.cpp33 auto paramInst = GetGraph()->AddNewParameter(i); in Prepare() local
149 void InstBuilder::SetParamSpillFill(compiler::Graph *graph, compiler::ParameterInst *paramInst, siz… in SetParamSpillFill()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp138 auto paramInst = GetGraph()->AddNewParameter(ParameterInst::DYNAMIC_NUM_ARGS); in Prepare() local
150 auto paramInst = GetGraph()->AddNewParameter(i); in Prepare() local
401 void InstBuilder::SetParamSpillFill(Graph *graph, ParameterInst *paramInst, size_t numArgs, size_t … in SetParamSpillFill()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_common_test.cpp161 for (auto paramInst : checkGraph->GetParameters()) { in TestParametersLocations() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp104 auto paramInst = inst->CastToParameter(); in FindParameter() local
846 for (auto paramInst : GetParameters()) { in GetParametersSlotsCount() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParametersInConstructorLowering.cpp145 auto *paramInst = CreateTypeParameterInstantiation(method, ctx); in CreateFunctionBody() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp499 Inst *paramInst = *startBb->Insts().begin(); in UpdateParameterDataflow() local
533 Inst *paramInst = *startBb->Insts().begin(); in UpdateExternalParameterDataflow() local
1256 for (auto paramInst : graphInl->GetParameters()) { in PropagateObjectInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp541 auto paramInst = inst->CastToParameter(); in VisitParameter() local