Home
last modified time | relevance | path

Searched refs:retTy (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_call_conv.cpp280 void AArch64WebKitJSCC::InitReturnInfo(MIRType &retTy, CCLocInfo &pLoc) in InitReturnInfo() argument
283 LocateRetVal(retTy, pLoc); in InitReturnInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_call_conv.h97 void InitReturnInfo(MIRType &retTy, CCLocInfo &pLoc);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp56 MIRPtrType *retTy = static_cast<MIRPtrType *>(retSt->GetType()); in LowerReturnStructUsingFakeParm() local
58 iassign->SetTyIdx(retTy->GetTypeIndex()); in LowerReturnStructUsingFakeParm()
854 MIRType *retTy = intrinDesc->GetReturnType(); in LowerDefaultIntrinsicCall() local
855 CHECK_FATAL(retTy != nullptr, "retTy should not be nullptr"); in LowerDefaultIntrinsicCall()
862 MIRType *funcType = beCommon.BeGetOrCreateFunctionType(retTy->GetTypeIndex(), funcTyVec, fnTaVec); in LowerDefaultIntrinsicCall()
865 fn.SetReturnTyIdx(retTy->GetTypeIndex()); in LowerDefaultIntrinsicCall()

Completed in 4 milliseconds