Home
last modified time | relevance | path

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

123

/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
/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()
Dinline_devirt.cpp151 auto call = llvm::dyn_cast<llvm::CallInst>(user); in run() 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/ets_frontend/ets2panda/ast_verifier/
DcheckAbstractMethod.cpp29 auto const *const call = ast->AsCallExpression(); in operator ()() 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.cpp62 auto *const call = child->AsCallExpression(); in TEST_F() local
/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/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp41 auto call = static_cast<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
/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/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()
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/get_constant_value/
Dget_constant_value.cpp65 AbckitInst *call = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CALLARG1); in TransformMethodDynamicValid() local
74 AbckitInst *call = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CALLARG1); in TransformMethodDynamicValid() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/replace_callsite/
Dreplace_callsite_static.cpp43 …auto *call = g_statG->iCreateCallStatic(rctx->ctx, rctx->newMethod, 2, g_implG->iGetInput(inst, 0), in EnumerateInsts() local

123