Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 65) sorted by relevance

123

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dinsert_safepoints.cpp43 CallInst *call; in InsertInlinedPoll() local
85 auto call = llvm::dyn_cast<CallInst>(&inst); in InsertSafepointAfterIntrinsics() local
91 for (auto call : calls) { in InsertSafepointAfterIntrinsics() local
Dintrinsics_lowering.cpp81 bool IntrinsicsLowering::ReplaceWithLLVMIntrinsic(llvm::CallInst *call, llvm::Intrinsic::ID intrins… in ReplaceWithLLVMIntrinsic()
104 llvm::CallInst *call, llvm::FunctionCallee callee, in HandleMemCall()
135 bool IntrinsicsLowering::HandleCall(llvm::CallInst *call, LLVMArkInterface::IntrinsicId intrinsicId, in HandleCall()
200 auto call = llvm::CallInst::Create(intrinsicFunctionTy, calleePointer, {arg1, arg2}); in HandleFRem() local
Ddevirt.cpp38 llvm::ConstantInt *GetObjectClassId(llvm::CallInst *call) in GetObjectClassId()
73 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
Dpanda_runtime_lowering.cpp50 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
61 for (auto call : calls) { in run() local
153 bool PandaRuntimeLowering::NeedsToBeLowered(llvm::CallInst *call) in NeedsToBeLowered()
Dprune_deopt.cpp51 auto call = llvm::dyn_cast<CallInst>(&inst); in run() local
71 CallInst *PruneDeopt::GetUpdatedCallInst(CallInst *call, const OperandBundleUse &bundle) in GetUpdatedCallInst()
124 PruneDeopt::EncodedDeoptBundle PruneDeopt::EncodeDeoptBundle(CallInst *call, const OperandBundleUse… in EncodeDeoptBundle()
Dpropagate_lenarray.cpp48 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
Dcheck_external.cpp42 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
Dloop_peeling.cpp59 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in ContainsDeoptimize() local
Dgc_intrusion.cpp298 auto call = llvm::dyn_cast<CallInst>(inst); in RewriteWithGcInBlock() local
321 auto call = llvm::dyn_cast<llvm::CallBase>(&inst); in GetStatepointId() local
453 void GcIntrusion::ReplaceWithRelocated(CallInst *call, CallInst *gcCall, Value *inst, Value *reloca… in ReplaceWithRelocated()
475 void GcIntrusion::RewriteWithGc(CallInst *call, GcRefLiveness *liveness, SetVector<Value *> *refs, in RewriteWithGc()
534 …d::vector<Value *> GcIntrusion::GetDeoptsFromInlineInfo(llvm::IRBuilder<> &builder, CallInst *call) in GetDeoptsFromInlineInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl59 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), GetInputValue(inst, 1), klass}); local
69 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), GetInputValue(inst, 1), klass}); local
76 auto call = CreateStringBuilderAppendLong(inst); local
83 auto call = CreateStringBuilderAppendLong(inst); local
90 auto call = CreateStringBuilderAppendLong(inst); local
97 auto call = CreateStringBuilderAppendLong(inst); local
171 auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), klass}); local
320 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.… local
328 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.… local
336 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.… local
[all …]
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DcheckAbstractMethod.cpp29 auto const *const call = ast->AsCallExpression(); in operator ()() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp102 auto call = builder->CreateCall(funcTy, callee, {mem, offset, value}); in EmitPostWRB() local
109 auto call = builder->CreateCall(funcTy, callee, {mem, offset, value, threadRegPtr}); in EmitPostWRB() local
117 … auto call = builder->CreateCall(funcTy, callee, {mem, offset, value, threadRegPtr, frameRegPtr}); in EmitPostWRB() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp21 int64_t GetMethodIdFromAttr(llvm::CallInst *call) in GetMethodIdFromAttr()
37 auto call = llvm::dyn_cast<llvm::CallInst>(&instruction); in HasCallsWithDeopt() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_check_abstract_call_test.cpp56 auto *const call = child->AsCallExpression(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/test/unit/lowerings/
Dconvert_primitive_cast_method_call.cpp48 auto call = node->AsCallExpression(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface_arg_impl/ets_to_ts/
Dtest_arg_interface.ts33 call(): string { method in MyImpl
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp41 auto call = static_cast<const CallInst *>(inst); in IsMethodStringConcat() local
56 auto call = inst->CastToCallStatic(); in IsMethodStringBuilderConstructorWithStringArg() local
71 auto call = inst->CastToCallStatic(); in IsMethodStringBuilderConstructorWithCharArrayArg() local
100 auto call = inst->CastToCallStatic(); in IsMethodStringBuilderDefaultConstructor() local
113 auto *call = inst->CastToCallStatic(); in IsMethodOrIntrinsicCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconvertPrimitiveCastMethodCall.cpp29 static ir::AstNode *ConvertMemberExpressionToAsExpression(ir::CallExpression *call, checker::ETSChe… in ConvertMemberExpressionToAsExpression()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dmark_always_inline.cpp71 auto call = dyn_cast<CallInst>(&instruction); in InlineCallTree() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/method/
Dmethod_static.cpp37 auto *call = helpers::FindFirstInst(graph, ABCKIT_ISA_API_STATIC_OPCODE_CALL_STATIC); in TransformSetSetCallMethod() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/
Dsuper_this_modify.cpp111 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
170 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
267 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
327 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
434 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
530 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
590 auto *call = g_dynG->iCreateCallarg0(graph, ldlexvar); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
Darrayfindlast.js107 function call(obj, ...args) { function
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/call/
Dcall_static_static.cpp41 auto *call = g_statG->iCreateCallStatic(graph, func, 0); in TransformCallStaticIr() local
71 auto *call = g_statG->iCreateCallStatic(graph, func, 2, obj1, obj2); in TransformCallStaticIrArgs() local
Dcall_virtual_static.cpp49 auto *call = g_statG->iCreateCallVirtual(graph, initObj, methodCtxFinder.method, 0); in TransformCallVirtualIr() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Dendpoint_base.cpp78 Send([&sessionId, id, method, &params](JsonObjectBuilder &call) { in Call()

123