Home
last modified time | relevance | path

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

12

/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
114 auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), klass}); local
263 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.… local
271 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.… local
279 …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
Dpanda_runtime_lowering.cpp50 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
61 for (auto call : calls) { in run() local
150 bool PandaRuntimeLowering::NeedsToBeLowered(llvm::CallInst *call) in NeedsToBeLowered()
Ddevirt.cpp38 llvm::ConstantInt *GetObjectClassId(llvm::CallInst *call) in GetObjectClassId()
73 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
Dprune_deopt.cpp51 auto call = llvm::dyn_cast<CallInst>(&inst); in run() local
71 CallInst *PruneDeopt::GetUpdatedCallInst(CallInst *call, const OperandBundleUse &bundle) in GetUpdatedCallInst()
123 PruneDeopt::EncodedDeoptBundle PruneDeopt::EncodeDeoptBundle(CallInst *call, const OperandBundleUse… in EncodeDeoptBundle()
Dcheck_external.cpp42 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
Dpropagate_lenarray.cpp48 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
Dloop_peeling.cpp63 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in ContainsGvnBuiltin() 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
Dgc_intrusion_check.cpp237 ArrayRef<Use> GcIntrusionCheck::GetBundle(const GCStatepointInst &call, uint32_t bundleId) in GetBundle()
/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/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
Dllvm_ir_constructor.cpp432 auto call = CreateFastPathCall(inst, eid, args); in EmitFastPath() local
572 auto call = builder_.CreateCall(callee->getFunctionType(), callee, args); in EmitSlowPathEntry() local
687 llvm::CallInst *call; in EmitTailCall() local
1097 llvm::CallInst *call; in CreateEntrypointCall() local
1185 auto call = CreateEntrypointCall(eid, inst, args); in CreateFastPathCall() local
1334 …auto call = CreateEntrypointCall(RuntimeInterface::EntrypointId::CHECK_CAST_DEOPTIMIZE, inst, {obj… in CreateCheckCastEntrypointCall() local
2005 auto call = CreateEntrypointCall(exception, inst, {builder_.getInt64(type)}); in CreateDeoptimizationBranch() local
2243 auto call = builder_.CreateCall(callee->getFunctionType(), callee, args); in CreateTailCallFastPath() local
2284 auto call = builder_.CreateCall(functionType, ptr, ccValues_); in CreateTailCallInterpreter() local
2369 …Value *> LLVMIrConstructor::GetArgumentsForCall(llvm::Value *callee, CallInst *call, bool skipFirs… in GetArgumentsForCall()
[all …]
/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
Dllvm_ark_interface.cpp332 if (const auto *call = llvm::dyn_cast<llvm::CallInst>(inst)) { in GetIntrinsicId() local
616 bool ark::llvmbackend::LLVMArkInterface::IsExternal(llvm::CallInst *call) in IsExternal()
625 …ethodPtr ark::llvmbackend::LLVMArkInterface::ResolveVirtual(uint32_t classId, llvm::CallInst *call) in ResolveVirtual()
709 bool LLVMArkInterface::IsInterfaceMethod(llvm::CallInst *call) in IsInterfaceMethod()
/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/static_core/runtime/tooling/inspector/connection/
Dendpoint_base.cpp76 Send([&sessionId, id, method, &params](JsonObjectBuilder &call) { in Call()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dsplit_resolver_test.cpp226 auto call = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
304 auto call = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
459 auto call = la->GetInstLifeIntervals(&INS(3U)); in TEST_F() local
1332 auto call = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp64 auto call = builder->CreateCall(calleeFuncTy, callee, arguments, bundle); in CreateEntrypointCallCommon() local
/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp213 auto call = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local
255 auto call = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local
425 auto call = la->GetInstLifeIntervals(&INS(3)); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp49 JSHandle<JSTaggedValue> call(thread, capability->GetResolve()); in PromiseReactionJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp102 Label call; in OptimizedFastCallAndPushArgv() local
241 Label call; in JSFastCallWithArgV() local
301 Label call; in JSFastCallWithArgVAndPushArgv() local

12