| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 107 static void EmitEvent(const Graph *graph, const CallInst *callInst, const InlineContext &ctx, event… in EmitEvent() 207 auto callInst = static_cast<CallInst *>(inst); in IsInstSuitableForInline() local 245 bool Inlining::TryInline(CallInst *callInst) in TryInline() 299 bool Inlining::TryInlineWithInlineCaches(CallInst *callInst) in TryInlineWithInlineCaches() 331 bool Inlining::DoInlineMonomorphic(CallInst *callInst, RuntimeInterface::ClassPtr receiver) in DoInlineMonomorphic() 373 void Inlining::CreateCompareClass(CallInst *callInst, Inst *getClsInst, RuntimeInterface::ClassPtr … in CreateCompareClass() 386 void Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptTyp… in InsertDeoptimizeInst() 405 void Inlining::InsertCallInst(CallInst *callInst, BasicBlock *callBb, BasicBlock *retBb, Inst *phiI… in InsertCallInst() 437 void Inlining::UpdateParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateParameterDataflow() 469 void UpdateExternalParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateExternalParameterDataflow() [all …]
|
| D | string_builder_utils.h | 52 auto callInst = static_cast<CallInst *>(inst); in IsStringBuilderAppend() local
|
| D | inline_intrinsics.cpp | 147 bool InlineIntrinsics::TryInline(CallInst *callInst) in TryInline()
|
| D | string_builder_utils.cpp | 84 auto callInst = static_cast<CallInst *>(inst); in IsStringBuilderToString() local
|
| D | escape.cpp | 1698 auto callInst = static_cast<CallInst *>(inst); in FindCallerInst() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | call_input_types_test.cpp | 50 auto callInst = GetCallInstruction(GetGraph()); in TEST_F() local 72 auto callInst = GetCallInstruction(GetGraph()); in TEST_F() local 96 auto callInst = GetCallInstruction(GetGraph()); in TEST_F() local
|
| D | reg_alloc_common_test.cpp | 331 Inst *callInst = nullptr; in TEST_F() local
|
| D | reg_alloc_linear_scan_test.cpp | 922 auto callInst = INS(7U).CastToCallStatic(); in TEST_F() local 1388 auto callInst = INS(11U).CastToCallStatic(); in TEST_F() local
|
| D | inst_generator.cpp | 260 auto callInst = static_cast<CallInst *>(graph->CreateInstCallStatic()); in PopulateReturnInlined() local 274 auto callInst = static_cast<CallInst *>(inst); in PopulateCall() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 20 inline void Codegen::PrepareForCallLaunchVirtual(CallInst *callInst, RuntimeInterface::MethodPtr me… in PrepareForCallLaunchVirtual() 33 bool Codegen::LaunchCallCodegen(CallInst *callInst) in LaunchCallCodegen()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | check_tail_calls.cpp | 105 if (auto *callInst = llvm::dyn_cast<llvm::CallInst>(prev)) { in GetTerminatingTailCall() local 138 auto callInst = GetTerminatingTailCall(irBasicBlock); in runOnMachineFunction() local 151 auto *callInst = llvm::dyn_cast<llvm::CallInst>(&irInst); in runOnMachineFunction() local
|
| D | ark_gvn.cpp | 66 void CreateCallBuiltin(llvm::CallInst *callInst, uint32_t compiledEntrypointOffset) in CreateCallBuiltin() 117 auto callInst = llvm::dyn_cast<llvm::CallInst>(&inst); in RunOnBasicBlock() local 128 auto callInst = llvm::dyn_cast<llvm::CallInst>(&*(iter++)); in RunOnBasicBlock() local 168 ArkGVN::BuiltinKey ArkGVN::ParseBuiltin(const llvm::CallInst *callInst, const GvnBuiltins &builtins) in ParseBuiltin()
|
| D | mem_barriers.cpp | 50 auto callInst = llvm::dyn_cast<llvm::CallInst>(&inst); in run() local 77 } else if (auto callInst = llvm::dyn_cast<llvm::CallInst>(inst)) { in GrabsGuarded() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | dangling_pointers_checker.cpp | 571 auto callInst = static_cast<CallInst *>(inst); in CheckAccSyncCallRuntime() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 887 for (auto callInst = saveState->GetCallerInst(); callInst != nullptr; in CreateStackMap() local 930 if (auto callInst = saveState->GetCallerInst()) { in CreateStackMapRec() local 1271 void Codegen::CreateMultiArrayCall(CallInst *callInst) in CreateMultiArrayCall() 2093 bool Codegen::RegisterKeepCallArgument(CallInst *callInst, Reg reg) in RegisterKeepCallArgument()
|
| D | encode_visitor.cpp | 459 auto callInst = GetCallInstFromReturnInlined(inst->CastToReturnInlined()); in VisitReturnInlined() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 463 auto callInst = &GetInst(index); in Caller() local
|
| D | basicblock.cpp | 1184 auto callInst = ss->GetCallerInst(); in ReplaceInstByDeoptimize() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1517 …auto callInst = builder_.CreateCall(builtin, {builder_.getInt32(typeId), slotIdVal}, CreateSaveSta… in CreateLoadClassById() local 1708 auto callInst = in CreateResolveVirtualCallBuiltin() local 1906 llvm::Value *LLVMIrConstructor::CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart) in CreateLaunchArgsArray() 1927 void LLVMIrConstructor::CreateLaunchCall([[maybe_unused]] CallInst *callInst) in CreateLaunchCall()
|