Searched refs:AddImm (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
H A D | ets_inst_builder.cpp | 107 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 D | instruction.rb | 141 AddImm(index)
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | inst.cpp | 326 intrinsicClone->AddImm(targetGraph->GetAllocator(), imm); in Clone()
|
H A D | ir_constructor.h | 607 IrConstructor &AddImm(uint32_t imm) in AddImm() function in panda::compiler::final 609 CurrentInst()->CastToIntrinsic()->AddImm(graph_->GetAllocator(), imm); in AddImm()
|
H A D | inst.h | 2555 void AddImm(ArenaAllocator *allocator, uint32_t imm)
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.cpp | 605 intrinsicClone->AddImm(targetGraph->GetAllocator(), imm); in Clone()
|
H A D | ir_constructor.h | 729 IrConstructor &AddImm(uint32_t imm) in AddImm() function in ark::compiler::final 731 CurrentInst()->CastToIntrinsic()->AddImm(graph_->GetAllocator(), imm); in AddImm()
|
H A D | inst.h | 4589 void AddImm(ArenaAllocator *allocator, uint32_t imm)
|
Completed in 18 milliseconds