Home
last modified time | relevance | path

Searched refs:AllocateInputTypes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb25 … intrinsic_inst->AllocateInputTypes(&allocator_, <%= intrinsic.arguments.length() %>);
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp900 input_types_mixin.AllocateInputTypes(graph->GetAllocator(), size); in __anon1be7da801302()
959 input_types_mixin1.AllocateInputTypes(graph->GetAllocator(), 0); in __anon1be7da801502()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h234 types->AllocateInputTypes(graph_->GetAllocator(), inputs.size()); in Inputs()
250 call_inst->AllocateInputTypes(graph_->GetAllocator(), sizeof...(inputs)); in InputsAutoType()
Dinst.h1818 void AllocateInputTypes(ArenaAllocator *allocator, size_t capacity) in AllocateInputTypes() function
1841 target_inst->AllocateInputTypes(allocator, input_types_->size()); in CloneTypes()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb304 inst->AllocateInputTypes(GetGraph()->GetAllocator(), args_count);