Home
last modified time | relevance | path

Searched defs:newCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp131 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_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp167 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/
Dcatchphi_static.cpp59 auto *newCall = g_statG->iCreateCallStatic(graph, log, 1, catchPhi); in TEST_F() local