Home
last modified time | relevance | path

Searched refs:IsReturnStruct (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp222 if (mirFunction->IsReturnStruct() && mirFunction->IsFirstArgReturn()) { in LayoutFormalParams()
410 if (mirFunction->IsReturnStruct() && mirFunction->IsFirstArgReturn()) { in LayoutActualParams()
Daarch64_args.cpp43 if (func->IsReturnStruct() && func->IsFirstArgReturn()) { in CollectRegisterArgs()
440 if (func->IsReturnStruct() && func->IsFirstArgReturn()) { in MoveVRegisterArgs()
Daarch64_cgfunc.cpp2175 if (func->IsReturnStruct()) { in LmbcSmallAggForRet()
3343 CHECK_FATAL(func.IsReturnStruct(), "LmbcStructReturnLoad: not struct return"); in LmbcStructReturnLoad()
8277 if ((retSize == 0) && callFunc->IsReturnStruct()) { in SelectParmListGetStructReturnSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp171 bool MIRFunction::IsReturnStruct() const in IsReturnStruct() function in maple::MIRFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h470 bool IsReturnStruct() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2172 if (calleeFunc->IsReturnStruct() && (retType->GetPrimType() == PTY_void)) { in LowerCall()
2231 if (func.IsReturnStruct()) { in LowerEntry()