Home
last modified time | relevance | path

Searched defs:returnReg (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlocations_builder.cpp313 auto returnReg = in LOCATIONS_BUILDER() local
359 auto returnReg = in GetLocationForReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp140 regno_t returnReg = R0; in CheckRegLiveinReturnBB() local
353 regno_t returnReg = R0; in CheckRegLiveinReturnBB() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.h58 auto returnReg = Target::Current().GetReturnReg(); in PostWork() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp216 auto returnReg = Target::Current().GetReturnReg(); in PostWork() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1417 auto returnReg = GetTarget().GetReturnReg(dstReg.GetType()); in CreateCallIntrinsic() local
1789 auto returnReg = GetTarget().GetReturnReg(dstReg.GetType()); in EmitCallNative() local
1860 auto returnReg = GetTarget().GetReturnReg(dstReg.GetType()); in FinalizeCall() local
Dencode_visitor.cpp431 …auto returnReg = codegen->GetTarget().GetReturnReg(codegen->ConvertDataType(inst->GetType(), codeg… in VisitReturnI() local