Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.cpp296 auto retReg {codegen->GetTarget().GetReturnReg(dstReg_.GetType())}; in GenerateImpl() local
Dcodegen.h303 Reg retReg = GetTarget().GetReturnReg(dstReg.GetType()); in CallEntrypoint() local
322 Reg retReg = GetTarget().GetReturnReg(dstReg.GetType()); in CallEntrypoint() local
Dcodegen.cpp1763 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
1140 regno_t retReg = 0; in GetTargetRetOperand() local
1478 Operand &retReg = in SelectCexp() local
1622 …Operand &retReg = cgFunc->GetOpndBuilder()->CreateVReg(bitSize, cgFunc->GetRegTyFromPrimTy(dtype)); in SelectSqrt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1014 RegOperand *retReg = nullptr; in ComputeLiveInterval() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.cpp2861 auto retReg = test->GetParameter(currParam, 0); in TestParam() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9213 AArch64reg retReg = static_cast<AArch64reg>(retMech.GetReg0()); in SelectReturn() local