Home
last modified time | relevance | path

Searched refs:AllocateImmediates (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp373 clone->AllocateImmediates(targetGraph->GetAllocator(), GetImmediatesCount()); in Clone()
384 AllocateImmediates(GetBasicBlock()->GetGraph()->GetAllocator(), 0); in AppendImmediate()
389 void SaveStateInst::AllocateImmediates(ArenaAllocator *allocator, size_t size) in AllocateImmediates() function in panda::compiler::SaveStateInst
Dinst.h2439 void AllocateImmediates(ArenaAllocator *allocator, size_t size = 0);
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp92 save_state_inst->AllocateImmediates(graph->GetAllocator(), size); in __anon1be7da800102()