/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
H A D | js_interop_inst_builder.cpp | 63 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 D | ets_inst_builder.cpp | 99 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 D | bytecodeopt_peepholes.cpp | 62 initObject->AllocateInputTypes(graph->GetAllocator(), inputTypesCount); in CreateInitObject()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_inst_test.cpp | 896 * @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 D | inst_builder-inl.h | 107 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 D | ir_constructor.h | 234 types->AllocateInputTypes(graph_->GetAllocator(), inputs.size()); in Inputs() 250 call_inst->AllocateInputTypes(graph_->GetAllocator(), sizeof...(inputs)); in InputsAutoType()
|
H A D | inst.h | 1819 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 D | ets_intrinsics_peephole.cpp | 218 call->AllocateInputTypes(graph->GetAllocator(), numInputs); in TryInsertCallInst()
|
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
H A D | constant_propagation.cpp | 618 inst->AllocateInputTypes(GetGraph()->GetAllocator(), args_count); in CreateReplaceInst()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 265 types->AllocateInputTypes(graph_->GetAllocator(), inputs.size()); in Inputs() 295 types->AllocateInputTypes(graph_->GetAllocator(), sizeof...(inputs)); in InputsAutoType()
|
H A D | inst.h | 2708 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 D | inst_generator.cpp | 280 callInst->AllocateInputTypes(&allocator_, n + 1); in PopulateCall()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | inlining.cpp | 906 inst->AllocateInputTypes(GetGraph()->GetAllocator(), inputsCount); in DoInlineIntrinsic()
|
H A D | simplify_string_builder.cpp | 232 concatIntrinsic->AllocateInputTypes(GetGraph()->GetAllocator(), appendCount + 1);
|