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.cpp298 auto retReg {codegen->GetTarget().GetReturnReg(dstReg_.GetType())}; in GenerateImpl() local
Dcodegen.cpp1844 Reg retReg = GetTarget().GetReturnReg(dstReg.GetType()); in EmitCallDynamic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp73 regno_t retReg = retMech.GetReg0(); in SelectReturn() local
85 for (auto retReg : retRegs) { in SelectPseduoForReturn() local
360 …RegOperand &retReg = cgFunc->GetOpndBuilder()->CreateVReg(cgFunc->GetVirtualRegNOFromPseudoRegIdx(… in SelectOverFlowCall() local
621 regno_t retReg = 0; in GetTargetRetOperand() local
1111 …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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp842 … auto *retReg = regInfo->GetOrCreatePhyRegOperand(regInfo->GetIntRetReg(i), k64BitSize, kRegTyInt); in ComputeLiveInterval() local
846 …auto *retReg = regInfo->GetOrCreatePhyRegOperand(regInfo->GetFpRetReg(i), k64BitSize, kRegTyFloat); in ComputeLiveInterval() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_2.cpp596 auto retReg = test->GetParameter(currParam, 0); in TestParam() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp781 auto retReg = test->GetParameter(currParam, 0); in TestParam() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3645 AArch64reg retReg = static_cast<AArch64reg>(retMech.GetReg0()); in SelectReturn() local