Home
last modified time | relevance | path

Searched defs:retReg (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h111 Reg retReg = GetTarget().GetReturnReg(dstReg.GetType()); in CallEntrypoint() local
130 Reg retReg = GetTarget().GetReturnReg(dstReg.GetType()); in CallEntrypoint() local
Dslow_path.cpp297 auto retReg {codegen->GetTarget().GetReturnReg(dstReg_.GetType())}; in GenerateImpl() local
Dcodegen.cpp1825 Reg retReg = GetTarget().GetReturnReg(dstReg.GetType()); in EmitCallDynamic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp84 regno_t retReg = retMech.GetReg0(); in SelectReturn() local
127 for (auto retReg : retRegs) { in SelectPseduoForReturn() local
1142 regno_t retReg = 0; in GetTargetRetOperand() local
1479 Operand &retReg = in SelectCexp() local
1638 …Operand &retReg = cgFunc->GetOpndBuilder()->CreateVReg(bitSize, cgFunc->GetRegTyFromPrimTy(dtype)); in SelectSqrt() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_2.cpp611 auto retReg = test->GetParameter(currParam, 0); in TestParam() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_2.cpp596 auto retReg = test->GetParameter(currParam, 0); in TestParam() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1007 … auto *retReg = regInfo->GetOrCreatePhyRegOperand(regInfo->GetIntRetReg(i), k64BitSize, kRegTyInt); in ComputeLiveInterval() local
1011 …auto *retReg = regInfo->GetOrCreatePhyRegOperand(regInfo->GetFpRetReg(i), k64BitSize, kRegTyFloat); in ComputeLiveInterval() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp777 auto retReg = test->GetParameter(currParam, 0); in TestParam() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8065 AArch64reg retReg = static_cast<AArch64reg>(retMech.GetReg0()); in SelectReturn() local