Searched refs:CallReturnVector (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 82 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 …]
|
| D | bin_mpl_import.h | 147 void ImportReturnValues(MIRFunction *func, CallReturnVector *retv);
|
| D | bin_mpl_export.h | 143 void OutputReturnValues(const CallReturnVector *retv);
|
| D | mir_parser.h | 146 bool ParseCallReturns(CallReturnVector &retsvec);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 947 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()
|
| D | mir_parser.cpp | 934 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()
|
| D | bin_func_export.cpp | 366 void BinaryMplExport::OutputReturnValues(const CallReturnVector *retv) in OutputReturnValues()
|
| D | mir_nodes.cpp | 1209 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()
|
| D | bin_func_import.cpp | 438 void BinaryMplImport::ImportReturnValues(MIRFunction *func, CallReturnVector *retv) in ImportReturnValues()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | lower.h | 324 … BlockNode *GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode &opcode,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_cfg.cpp | 182 const CallReturnVector &nRets = cNode.GetReturnVec(); in FindDef()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1207 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/ |
| D | aarch64_cgfunc.h | 984 …void SaveReturnValueInLocal(CallReturnVector &retVals, size_t index, PrimType primType, Operand &v…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 1424 void EmitCallReturnVector(CallReturnVector &nRets);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 8284 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()
|