Home
last modified time | relevance | path

Searched refs:SetDstReg (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dslow_path.h174 void SetDstReg(Reg reg) in SetDstReg() function in ark::compiler::SlowPathResolveStringAot
266 void SetDstReg(Reg dstReg) in SetDstReg() function in ark::compiler::SlowPathUnresolved
298 void SetDstReg(Reg dstReg) in SetDstReg() function in ark::compiler::SlowPathJsCastDoubleToInt32
319 void SetDstReg(Reg dstReg) in SetDstReg() function in ark::compiler::SlowPathStringHashCode
H A Dencode_visitor.cpp863 slowPath->SetDstReg(dst); in VisitLoadString()
931 slowPath->SetDstReg(tmpReg); in VisitResolveObjectField()
1171 slowPath->SetDstReg(dst); in FillLoadClassUnresolved()
1305 slowPath->SetDstReg(dst); in VisitUnresolvedLoadAndInitClass()
1353 slowPath->SetDstReg(tmpReg); in VisitResolveObjectFieldStatic()
1495 slowPath->SetDstReg(dst); in VisitUnresolvedLoadType()
H A Dcodegen.cpp1552 slowPath->SetDstReg(methodReg); in EmitResolveUnknownVirtual()
1723 slowPath->SetDstReg(tmp.GetReg()); in EmitResolveStatic()
2153 slowPath->SetDstReg(dst); in EncodeDynamicCast()
2457 slowPath->SetDstReg(dst); in CreateStringHashCode()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp201 inst->SetDstReg(compiler::INVALID_REG); in InitializeSourceRegisters()
240 inst->SetDstReg(compiler::ACC_REG_ID); in MarkAccForInstructions()
278 input->SetDstReg(compiler::INVALID_REG); in UpdateInstructionsAfterMark()
H A Dreg_encoder.cpp182 inst->SetDstReg(RenumberReg(inst->GetDstReg(), delta)); in RenumberRegs()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp197 const_inst->SetDstReg(reg); in HWTEST_F()
206 const_inst1->SetDstReg(reg); in HWTEST_F()
215 const_inst2->SetDstReg(reg); in HWTEST_F()
304 inst->SetDstReg(reg1); in HWTEST_F()
310 inst->SetDstReg(reg2); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_verifier_test.cpp288 INS(0U).SetDstReg(0U); in TEST_F()
289 INS(1U).SetDstReg(1U); in TEST_F()
292 INS(3U).SetDstReg(0U); in TEST_F()
349 INS(0U).SetDstReg(1U); in TEST_F()
353 INS(1U).SetDstReg(2U); in TEST_F()
440 INS(3U).SetDstReg(INS(3U).GetDstReg() + 1U); in TEST_F()
H A Dsplit_resolver_test.cpp523 INS(5U).SetDstReg(11U); in TEST_F()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp293 inst->SetDstReg(compiler::INVALID_REG); in InitRegistersForInst()
373 inst->SetDstReg(compiler::ACC_REG_ID); in MarkInstruction()
400 input->SetDstReg(compiler::INVALID_REG); in MarkInstructions()
H A Dreg_encoder.cpp205 inst->SetDstReg(RenumberReg(inst->GetDstReg(), delta)); in RenumberRegsForInst()
450 inst->SetDstReg(temp); in InsertSpillsForDynInputsInst()
535 inst->SetDstReg(temp); in InsertSpillsForInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp229 inst->SetDstReg(INVALID_REG); in ResolveOutput()
242 inst->SetDstReg(dst_mum, reg); in ResolveOutput()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp271 clone->SetDstReg(GetDstReg()); in Clone()
357 new_cnst->SetDstReg(GetDstReg()); in Clone()
H A Dinst.h1291 void SetDstReg(Register reg) in SetDstReg() function
1309 virtual void SetDstReg([[maybe_unused]] unsigned index, Register reg) in SetDstReg() function
1312 SetDstReg(reg); in SetDstReg()
1662 SetDstReg(location.GetValue());
H A Dir_constructor.h615 CurrentInst()->SetDstReg(reg); in DstReg()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp371 inst->SetDstReg(INVALID_REG); in ResolveOutput()
387 inst->SetDstReg(dstMum, reg); in ResolveOutput()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp546 clone->SetDstReg(GetDstReg()); in Clone()
637 newCnst->SetDstReg(GetDstReg()); in Clone()
H A Dinst.h1597 void SetDstReg(Register reg) in SetDstReg() function
1620 virtual void SetDstReg([[maybe_unused]] unsigned index, Register reg) in SetDstReg() function
1623 SetDstReg(reg); in SetDstReg()
2332 void SetDstReg(unsigned index, Register reg) override
2336 T::SetDstReg(reg);
2411 SetDstReg(location.GetValue());
6312 clone->SetDstReg(i, GetDstReg(i));
6541 clone->SetDstReg(i, GetDstReg(i));
H A Dir_constructor.h737 CurrentInst()->SetDstReg(reg); in DstReg()
/arkcompiler/runtime_core/compiler/tests/
H A Dsplit_resolver_test.cpp489 INS(5).SetDstReg(11); in TEST_F()

Completed in 53 milliseconds