Home
last modified time | relevance | path

Searched refs:ReserveInputs (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp222 inst->ReserveInputs(bb->GetPredsBlocks().size()); in FixInstructions()
270 inst->ReserveInputs(0); in CreateSaveState()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp23 void Inst::ReserveInputs(size_t capacity) in ReserveInputs() function in panda::compiler::Inst
274 clone->ReserveInputs(GetInputsCount()); in Clone()
H A Dir_constructor.h930 inst->ReserveInputs(inputs.size());
H A Dinst.h1218 void ReserveInputs(size_t capacity);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp483 inst->ReserveInputs(bb->GetPredsBlocks().size()); in FixType()
556 inst->ReserveInputs(0); in CreateSaveState()
559 inst->ReserveInputs(liveVergsCount); in CreateSaveState()
H A Dinst_builder-inl.h106 call_->ReserveInputs(inputsCount); in SetCallArgs()
1266 inst->ReserveInputs(ONE_FOR_OBJECT + argsCount + ONE_FOR_SSTATE); in BuildMultiDimensionalArrayObject()
1311 inst->ReserveInputs(ONE_FOR_OBJECT + argsCount + ONE_FOR_SSTATE); in BuildInitObjectMultiDimensionalArray()
1356 call->ReserveInputs(inputsCount); in BuildCallStaticForInitObject()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp268 saveState->ReserveInputs(0U); in InsertLoadConstArrayInsts()
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp617 inst->ReserveInputs(args_count); in CreateReplaceInst()
622 save_state_inst->ReserveInputs(0); in CreateReplaceInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp182 void Inst::ReserveInputs(size_t capacity) in ReserveInputs() function in ark::compiler::Inst
549 clone->ReserveInputs(GetInputsCount()); in Clone()
H A Dir_constructor.h1273 inst->ReserveInputs(inputs.size());
H A Dinst.h1492 void ReserveInputs(size_t capacity);
2760 static_cast<Inst *>(this)->ReserveInputs(inputs.size()); in SetInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp615 (*phiInst)->ReserveInputs(receiversSize << 1U); in MakeCallBbs()
655 localPhiInst->ReserveInputs(receiversSize << 1U); in InlineReceiver()
905 inst->ReserveInputs(inputsCount); in DoInlineIntrinsic()
1425 phiInst->ReserveInputs(endBlock->GetPredsBlocks().size()); in UpdateDataflow()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp217 call->ReserveInputs(numInputs); in TryInsertCallInst()

Completed in 32 milliseconds