Home
last modified time | relevance | path

Searched defs:newCall (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A 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/
H A Dlower.cpp175 CallNode *newCall = nullptr; in GenCallNode() local
192 StmtNode *newCall = nullptr; in GenIntrinsiccallNode() local
223 IcallNode *newCall = nullptr; GenIcallNode() local
238 GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode &opcode, const PUIdx &funcCalled, bool handledAtLowerLevel, bool uselvar) GenBlockNode() argument
341 StmtNode *newCall = nullptr; LowerCallAssignedStmt() local
[all...]

Completed in 2 milliseconds