Home
last modified time | relevance | path

Searched refs:CallReturnVector (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h82 using CallReturnVector = MapleVector<CallReturnPair>; variable
160 virtual CallReturnVector *GetCallReturnVector() in GetCallReturnVector()
3861 CallReturnVector &GetReturnVec() in GetReturnVec()
3878 const CallReturnVector &GetReturnVec() const in GetReturnVec()
3889 void SetReturnVec(const CallReturnVector &vec) in SetReturnVec()
3905 CallReturnVector *GetCallReturnVector() override in GetCallReturnVector()
3910 void SetCallReturnVector(const CallReturnVector &value) in SetCallReturnVector()
3918 CallReturnVector returnValues;
3984 const CallReturnVector &GetReturnVec() const in GetReturnVec()
3989 CallReturnVector &GetReturnVec() in GetReturnVec()
[all …]
Dbin_mpl_import.h147 void ImportReturnValues(MIRFunction *func, CallReturnVector *retv);
Dbin_mpl_export.h143 void OutputReturnValues(const CallReturnVector *retv);
Dmir_parser.h146 bool ParseCallReturns(CallReturnVector &retsvec);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp947 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallAssigned()
965 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallAssigned()
986 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallprotoAssigned()
1087 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIntrinsicCallAssigned()
1103 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtXintrinsicCallAssigned()
Dmir_parser.cpp934 CallReturnVector retsVec(mod.CurFuncCodeMemPoolAllocator()->Adapter()); in ParseStmtCall()
982 CallReturnVector retsVec(mod.CurFuncCodeMemPoolAllocator()->Adapter()); in ParseStmtIcall()
1033 CallReturnVector retsVec(mod.CurFuncCodeMemPoolAllocator()->Adapter()); in ParseStmtIntrinsiccall()
1086 CallReturnVector retsVec(mod.CurFuncCodeMemPoolAllocator()->Adapter()); in ParseStmtIntrinsiccallwithtype()
1191 bool MIRParser::ParseCallReturns(CallReturnVector &retsvec) in ParseCallReturns()
Dbin_func_export.cpp366 void BinaryMplExport::OutputReturnValues(const CallReturnVector *retv) in OutputReturnValues()
Dmir_nodes.cpp1209 void DumpCallReturns(const MIRModule &mod, CallReturnVector nrets, int32 indent) in DumpCallReturns()
1305 const CallReturnVector &nRets = this->GetReturnVec(); in GetCallReturnSymbol()
1353 const CallReturnVector &nRets = this->GetReturnVec(); in GetCallReturnSymbol()
Dbin_func_import.cpp438 void BinaryMplImport::ImportReturnValues(MIRFunction *func, CallReturnVector *retv) in ImportReturnValues()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h324 … BlockNode *GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode &opcode,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp182 const CallReturnVector &nRets = cNode.GetReturnVec(); in FindDef()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1207 BlockNode *CGLowerer::GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode… in GenBlockNode()
1354 CallReturnVector *p2nRets = nullptr; in LowerCallAssignedStmt()
1462 CallReturnVector *p2nrets = stmt->GetCallReturnVector(); in LowerStructReturn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h984 …void SaveReturnValueInLocal(CallReturnVector &retVals, size_t index, PrimType primType, Operand &v…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h1424 void EmitCallReturnVector(CallReturnVector &nRets);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8284 CallReturnVector *p2nrets = &icallNode.GetReturnVec(); in SelectParmListGetStructReturnSize()
9134 CallReturnVector *p2nrets = &icallNode.GetReturnVec(); in SelectIcall()
10929 CallReturnVector *retVals = &intrinsiccallNode.GetReturnVec(); in SelectIntrinCall()
11534 void AArch64CGFunc::SaveReturnValueInLocal(CallReturnVector &retVals, size_t index, PrimType primTy… in SaveReturnValueInLocal()