Home
last modified time | relevance | path

Searched defs:call (Results 1 - 25 of 41) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckAbstractMethod.cpp29 auto const *const call = ast->AsCallExpression(); in operator ()() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dcheck_external.cpp42 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
H A Dpropagate_lenarray.cpp48 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
H A Dloop_peeling.cpp59 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in ContainsDeoptimize() local
H A Dinsert_safepoints.cpp43 CallInst *call; in InsertInlinedPoll() local
85 auto call = llvm::dyn_cast<CallInst>(&inst); in InsertSafepointAfterIntrinsics() local
[all...]
H A Ddevirt.cpp38 llvm::ConstantInt *GetObjectClassId(llvm::CallInst *call) in GetObjectClassId() argument
73 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
[all...]
H A Dgc_intrusion_check.cpp237 ArrayRef<Use> GcIntrusionCheck::GetBundle(const GCStatepointInst &call, uint32_t bundleId) in GetBundle() argument
H A Dinline_devirt.cpp151 auto call = llvm::dyn_cast<llvm::CallInst>(user); in run() local
H A Dprune_deopt.cpp51 auto call = llvm::dyn_cast<CallInst>(&inst); in run() local
71 CallInst *PruneDeopt::GetUpdatedCallInst(CallInst *call, const OperandBundleUse &bundle) in GetUpdatedCallInst() argument
124 EncodeDeoptBundle(CallInst *call, const OperandBundleUse &bundle) const EncodeDeoptBundle() argument
[all...]
H A Dintrinsics_lowering.cpp81 bool IntrinsicsLowering::ReplaceWithLLVMIntrinsic(llvm::CallInst *call, llvm::Intrinsic::ID intrinsicId) in ReplaceWithLLVMIntrinsic() argument
103 HandleMemCall( llvm::CallInst *call, llvm::FunctionCallee callee, std::unordered_map<llvm::Instruction *, llvm::Instruction *> *instToReplaceWithInst) HandleMemCall() argument
135 HandleCall(llvm::CallInst *call, LLVMArkInterface::IntrinsicId intrinsicId, std::unordered_map<llvm::Instruction *, llvm::Instruction *> *instToReplaceWithInst) HandleCall() argument
200 auto call = llvm::CallInst::Create(intrinsicFunctionTy, calleePointer, {arg1, arg2}); HandleFRem() local
[all...]
H A Dpanda_runtime_lowering.cpp50 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
153 NeedsToBeLowered(llvm::CallInst *call) NeedsToBeLowered() argument
[all...]
/arkcompiler/runtime_core/assembler/
H A Dasm_isapi.rb
/arkcompiler/runtime_core/static_core/assembler/
H A Dasm_isapi.rb
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
H A Dtag-isapi.rb
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
H A Dstubbuilder.js34 var call = fun(100); variable
51 var call = fun(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Druntime_calls.cpp64 auto call = builder->CreateCall(calleeFuncTy, callee, arguments, bundle); in CreateEntrypointCallCommon() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dutils.cpp21 int64_t GetMethodIdFromAttr(llvm::CallInst *call) in GetMethodIdFromAttr() argument
37 auto call = llvm::dyn_cast<llvm::CallInst>(&instruction); in HasCallsWithDeopt() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A 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 in IsMethodStringBuilderDefaultConstructor() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp106 Label call; in OptimizedFastCallAndPushArgv() local
270 Label call; in JSFastCallWithArgV() local
349 Label call; JSFastCallWithArgVAndPushArgv() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_test.cpp907 auto call = la.GetInstLifeIntervals(&INS(2)); in TEST_F() local
H A 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/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp917 auto call = la.GetInstLifeIntervals(&INS(2U)); in TEST_F() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A 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_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp102 Label call; in OptimizedFastCallAndPushArgv() local
241 Label call; in JSFastCallWithArgV() local
301 Label call; JSFastCallWithArgVAndPushArgv() local
[all...]

Completed in 13 milliseconds

12