| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | checkAbstractMethod.cpp | 29 auto const *const call = ast->AsCallExpression(); in operator ()() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | check_external.cpp | 42 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local
|
| H A D | propagate_lenarray.cpp | 48 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local
|
| H A D | loop_peeling.cpp | 59 auto call = llvm::dyn_cast<llvm::CallInst>(&inst); in ContainsDeoptimize() local
|
| H A D | insert_safepoints.cpp | 43 CallInst *call; in InsertInlinedPoll() local 85 auto call = llvm::dyn_cast<CallInst>(&inst); in InsertSafepointAfterIntrinsics() local [all...] |
| H A D | devirt.cpp | 38 llvm::ConstantInt *GetObjectClassId(llvm::CallInst *call) in GetObjectClassId() argument 73 auto *call = llvm::dyn_cast<llvm::CallInst>(&instruction); in run() local [all...] |
| H A D | gc_intrusion_check.cpp | 237 ArrayRef<Use> GcIntrusionCheck::GetBundle(const GCStatepointInst &call, uint32_t bundleId) in GetBundle() argument
|
| H A D | inline_devirt.cpp | 151 auto call = llvm::dyn_cast<llvm::CallInst>(user); in run() local
|
| H A 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() argument 124 EncodeDeoptBundle(CallInst *call, const OperandBundleUse &bundle) const EncodeDeoptBundle() argument [all...] |
| H A D | intrinsics_lowering.cpp | 81 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 D | panda_runtime_lowering.cpp | 50 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 D | asm_isapi.rb | |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | asm_isapi.rb | |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | bytecodeopt_peepholes.cpp | 39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/ |
| H A D | tag-isapi.rb | |
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| H A D | stubbuilder.js | 34 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 D | runtime_calls.cpp | 64 auto call = builder->CreateCall(calleeFuncTy, callee, arguments, bundle); in CreateEntrypointCallCommon() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | utils.cpp | 21 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 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 in IsMethodStringBuilderDefaultConstructor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_fast_call.cpp | 106 Label call;
in OptimizedFastCallAndPushArgv() local 270 Label call;
in JSFastCallWithArgV() local 349 Label call; JSFastCallWithArgVAndPushArgv() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | liveness_analyzer_test.cpp | 907 auto call = la.GetInstLifeIntervals(&INS(2)); in TEST_F() local
|
| H A 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/runtime_core/static_core/compiler/tests/ |
| H A D | liveness_analyzer_test.cpp | 917 auto call = la.GetInstLifeIntervals(&INS(2U)); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A 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
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_fast_call.cpp | 102 Label call;
in OptimizedFastCallAndPushArgv() local 241 Label call;
in JSFastCallWithArgV() local 301 Label call; JSFastCallWithArgVAndPushArgv() local [all...] |