Home
last modified time | relevance | path

Searched defs:returnReg (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp295 auto returnReg = in LOCATIONS_BUILDER() local
407 auto returnReg = in GetLocationForReturn() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_printer_test.cpp216 auto returnReg = Target::Current().GetReturnReg(); in PostWork() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp143 regno_t returnReg = R0; in CheckRegLiveinReturnBB() local
356 regno_t returnReg = R0; in CheckRegLiveinReturnBB() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp429 auto returnReg = codegen->GetTarget().GetReturnReg(codegen->ConvertDataType(inst->GetType(), codegen->GetArch())); in VisitReturnI() local
H A Dcodegen.cpp1422 auto returnReg = GetTarget().GetReturnReg(dstReg.GetType()); in CreateCallIntrinsic() local
1838 auto returnReg = GetTarget().GetReturnReg(dstReg.GetType()); in FinalizeCall() local

Completed in 14 milliseconds