Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp72 auto paramInst = GetGraph()->AddNewParameter(ParameterInst::DYNAMIC_NUM_ARGS); in Prepare() local
84 auto paramInst = GetGraph()->AddNewParameter(i); in Prepare() local
216 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.cpp152 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
825 for (auto paramInst : GetParameters()) { in GetParametersSlotsCount() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp404 Inst *paramInst = *startBb->Insts().begin(); in UpdateParameterDataflow() local
438 Inst *paramInst = *startBb->Insts().begin(); in UpdateExternalParameterDataflow() local
1123 for (auto paramInst : graphInl->GetParameters()) { in PropagateObjectInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3035 auto paramInst = inst->CastToParameter(); in VisitParameter() local