Home
last modified time | relevance | path

Searched refs:AllocateInputTypes (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp63 intrinsic->AllocateInputTypes(GetGraph()->GetAllocator(), N + 1); in BuildInteropIntrinsic()
181 jsCall->AllocateInputTypes(GetGraph()->GetAllocator(), intrinsicsIds.size() + 4U); in BuildInteropCall()
184 jsCall->AllocateInputTypes(GetGraph()->GetAllocator(), intrinsicsIds.size() + 3U); in BuildInteropCall()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
H A Dets_inst_builder.cpp99 intrinsic->AllocateInputTypes(GetGraph()->GetAllocator(), 2_I); in BuildLdObjByName()
153 intrinsic->AllocateInputTypes(GetGraph()->GetAllocator(), 3_I); in CreateStObjByNameIntrinsic()
203 intrinsic->AllocateInputTypes(GetGraph()->GetAllocator(), 2_I); in BuildEquals()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp62 initObject->AllocateInputTypes(graph->GetAllocator(), inputTypesCount); in CreateInitObject()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp896 * @tc.desc: Verify the AllocateInputTypes function.
913 input_types_mixin.AllocateInputTypes(graph->GetAllocator(), size); in HWTEST_F()
972 input_types_mixin1.AllocateInputTypes(graph->GetAllocator(), 0); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h107 call_->AllocateInputTypes(GetGraph()->GetAllocator(), inputsCount); in SetCallArgs()
1267 inst->AllocateInputTypes(GetGraph()->GetAllocator(), ONE_FOR_OBJECT + argsCount + ONE_FOR_SSTATE); in BuildMultiDimensionalArrayObject()
1312 inst->AllocateInputTypes(GetGraph()->GetAllocator(), ONE_FOR_OBJECT + argsCount + ONE_FOR_SSTATE); in BuildInitObjectMultiDimensionalArray()
1357 call->AllocateInputTypes(graph_->GetAllocator(), inputsCount); in BuildCallStaticForInitObject()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h234 types->AllocateInputTypes(graph_->GetAllocator(), inputs.size()); in Inputs()
250 call_inst->AllocateInputTypes(graph_->GetAllocator(), sizeof...(inputs)); in InputsAutoType()
H A Dinst.h1819 void AllocateInputTypes(ArenaAllocator *allocator, size_t capacity) in AllocateInputTypes() function in ConditionMixin::InputTypesMixin
1842 target_inst->AllocateInputTypes(allocator, input_types_->size()); in CloneTypes()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp218 call->AllocateInputTypes(graph->GetAllocator(), numInputs); in TryInsertCallInst()
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp618 inst->AllocateInputTypes(GetGraph()->GetAllocator(), args_count); in CreateReplaceInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h265 types->AllocateInputTypes(graph_->GetAllocator(), inputs.size()); in Inputs()
295 types->AllocateInputTypes(graph_->GetAllocator(), sizeof...(inputs)); in InputsAutoType()
H A Dinst.h2708 void AllocateInputTypes(ArenaAllocator *allocator, size_t capacity)
2736 targetInst->AllocateInputTypes(allocator, inputTypes_->size()); in CloneTypes()
2761 AllocateInputTypes(allocator, inputs.size()); in SetInputs()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator.cpp280 callInst->AllocateInputTypes(&allocator_, n + 1); in PopulateCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp906 inst->AllocateInputTypes(GetGraph()->GetAllocator(), inputsCount); in DoInlineIntrinsic()
H A Dsimplify_string_builder.cpp232 concatIntrinsic->AllocateInputTypes(GetGraph()->GetAllocator(), appendCount + 1);

Completed in 60 milliseconds