Searched defs:newCall (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | intrinsics_lowering.cpp | 131 auto newCall = llvm::CallInst::Create(callee, {op0, op1, op2}); in HandleMemCall() local 157 auto newCall = builder.CreateCall(callee, llvm::makeArrayRef(args)); in HandleCall() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | restArgsLowering.cpp | 137 …auto *newCall = util::NodeAllocator::ForceSetParent<ir::CallExpression>(allocator, originalCall->C… in RebuildCallExpression() local 167 auto *newCall = util::NodeAllocator::ForceSetParent<ir::ETSNewClassInstanceExpression>( in RebuildNewClassInstanceExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 167 CallNode *newCall = nullptr; in GenCallNode() local 184 StmtNode *newCall = nullptr; in GenIntrinsiccallNode() local 215 IcallNode *newCall = nullptr; in GenIcallNode() local 230 BlockNode *CGLowerer::GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode… in GenBlockNode() 333 StmtNode *newCall = nullptr; in LowerCallAssignedStmt() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/catchphi/ |
| D | catchphi_static.cpp | 59 auto *newCall = g_statG->iCreateCallStatic(graph, log, 1, catchPhi); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2701 const newCall = ts.factory.createCallExpression( constant
|