Home
last modified time | relevance | path

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

/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
398 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
834 for (auto paramInst : GetParameters()) { in GetParametersSlotsCount() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp443 Inst *paramInst = *startBb->Insts().begin(); in UpdateParameterDataflow() local
477 Inst *paramInst = *startBb->Insts().begin(); in UpdateExternalParameterDataflow() local
1150 for (auto paramInst : graphInl->GetParameters()) { in PropagateObjectInfo() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.cpp161 auto *paramInst = CreateTypeParameterInstantiation(method, ctx); in CreateFunctionBody() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp538 auto paramInst = inst->CastToParameter(); in VisitParameter() local