Home
last modified time | relevance | path

Searched defs:callStmt (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp653 auto &callStmt = static_cast<CallNode &>(stmt); in GenMemopRetAssign() local
694 auto &callStmt = static_cast<CallNode &>(stmt); in ComputeMemOpKind() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp80 auto *callStmt = mod.CurFuncCodeMemPool()->New<CallNode>(mod, o); in ParseStmtCallMcount() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h115 StmtNode *callStmt; // Call statement variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp913 …CallNode *callStmt = mirModule.GetMIRBuilder()->CreateStmtCallAssigned(extFuncs[i].second, args, r… in LowerRem() local
1333 …auto *callStmt = mirModule.GetMIRBuilder()->CreateStmtCall(callNode.GetPUIdx(), callNode.GetNopnd(… in LowerStructReturnInRegs() local
1731 auto *callStmt = static_cast<CallNode *>(stmt); in SimplifyBlock() local
2567 CallNode *callStmt = mirModule.CurFuncCodeMemPool()->New<CallNode>(mirModule, OP_call); in LowerIntrinsicopDassign() local
2821 CallNode *callStmt = mirModule.CurFuncCodeMemPool()->New<CallNode>(mirModule, OP_call); in LowerIntrinsicRCCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp690 … auto *callStmt = util::NodeAllocator::ForceSetParent<ir::ExpressionStatement>(allocator, call); in CreateLambdaClassInvoke() local