| /arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/ |
| D | ets_llvm_ir_constructor_gen.inl | 59 …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/ |
| D | insert_safepoints.cpp | 43 CallInst *call; in InsertInlinedPoll() local 85 auto call = llvm::dyn_cast<CallInst>(&inst); in InsertSafepointAfterIntrinsics() local 91 for (auto call : calls) { in InsertSafepointAfterIntrinsics() local
|
| D | intrinsics_lowering.cpp | 81 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
|
| D | panda_runtime_lowering.cpp | 50 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()
|
| D | devirt.cpp | 38 llvm::ConstantInt *GetObjectClassId(llvm::CallInst *call) in GetObjectClassId() 73 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
|
| D | prune_deopt.cpp | 51 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()
|
| D | check_external.cpp | 42 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
|
| D | propagate_lenarray.cpp | 48 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
|
| D | loop_peeling.cpp | 63 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in ContainsGvnBuiltin() local
|
| D | gc_intrusion.cpp | 298 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()
|
| D | inline_devirt.cpp | 151 auto call = llvm::dyn_cast<llvm::CallInst>(user); in run() local
|
| D | gc_intrusion_check.cpp | 237 ArrayRef<Use> GcIntrusionCheck::GetBundle(const GCStatepointInst &call, uint32_t bundleId) in GetBundle()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | string_builder_utils.cpp | 41 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/ |
| D | gc_barriers.cpp | 102 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
|
| D | llvm_ir_constructor.cpp | 432 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/ |
| D | utils.cpp | 21 int64_t GetMethodIdFromAttr(llvm::CallInst *call) in GetMethodIdFromAttr() 37 auto call = llvm::dyn_cast<llvm::CallInst>(&instruction); in HasCallsWithDeopt() local
|
| D | llvm_ark_interface.cpp | 332 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/ |
| D | mark_always_inline.cpp | 71 auto call = dyn_cast<CallInst>(&instruction); in InlineCallTree() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| D | endpoint_base.cpp | 76 Send([&sessionId, id, method, ¶ms](JsonObjectBuilder &call) { in Call()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecodeopt_peepholes.cpp | 39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | split_resolver_test.cpp | 226 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/ |
| D | runtime_calls.cpp | 64 auto call = builder->CreateCall(calleeFuncTy, callee, arguments, bundle); in CreateEntrypointCallCommon() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | split_resolver_test.cpp | 213 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/ |
| D | builtins_promise_job.cpp | 49 JSHandle<JSTaggedValue> call(thread, capability->GetResolve()); in PromiseReactionJob() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 102 Label call; in OptimizedFastCallAndPushArgv() local 241 Label call; in JSFastCallWithArgV() local 301 Label call; in JSFastCallWithArgVAndPushArgv() local
|