Home
last modified time | relevance | path

Searched refs:AddImm (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
H A Dets_inst_builder.cpp107 intrinsic->AddImm(GetGraph()->GetAllocator(), fieldId); in BuildLdObjByName()
108 intrinsic->AddImm(GetGraph()->GetAllocator(), pc); in BuildLdObjByName()
183 intrinsic->AddImm(GetGraph()->GetAllocator(), fieldId); in BuildStObjByName()
184 intrinsic->AddImm(GetGraph()->GetAllocator(), pc); in BuildStObjByName()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb141 AddImm(index)
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp326 intrinsicClone->AddImm(targetGraph->GetAllocator(), imm); in Clone()
H A Dir_constructor.h607 IrConstructor &AddImm(uint32_t imm) in AddImm() function in panda::compiler::final
609 CurrentInst()->CastToIntrinsic()->AddImm(graph_->GetAllocator(), imm); in AddImm()
H A Dinst.h2555 void AddImm(ArenaAllocator *allocator, uint32_t imm)
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp605 intrinsicClone->AddImm(targetGraph->GetAllocator(), imm); in Clone()
H A Dir_constructor.h729 IrConstructor &AddImm(uint32_t imm) in AddImm() function in ark::compiler::final
731 CurrentInst()->CastToIntrinsic()->AddImm(graph_->GetAllocator(), imm); in AddImm()
H A Dinst.h4589 void AddImm(ArenaAllocator *allocator, uint32_t imm)

Completed in 18 milliseconds