Home
last modified time | relevance | path

Searched refs:AddImm (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb318 inst->AddImm(GetGraph()->GetAllocator(), imm<%= imm_index %>);
331 inst->AddImm(GetGraph()->GetAllocator(), m_idx<%= id16_index %>);
335 inst->AddImm(GetGraph()->GetAllocator(), string_id<%= id16_index %>);
339 inst->AddImm(GetGraph()->GetAllocator(), literalarray_id<%= id16_index %>);
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp325 intrinsicClone->AddImm(targetGraph->GetAllocator(), imm); in Clone()
Dir_constructor.h607 IrConstructor &AddImm(uint32_t imm) in AddImm() function
609 CurrentInst()->CastToIntrinsic()->AddImm(graph_->GetAllocator(), imm); in AddImm()
Dinst.h2551 void AddImm(ArenaAllocator *allocator, uint32_t imm) in AddImm() function