Home
last modified time | relevance | path

Searched defs:callInst (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp95 static void EmitEvent(const Graph *graph, const CallInst *callInst, const InlineContext &ctx, event… in EmitEvent()
169 auto callInst = static_cast<CallInst *>(inst); in IsInstSuitableForInline() local
206 bool Inlining::TryInline(CallInst *callInst) in TryInline()
260 bool Inlining::TryInlineWithInlineCaches(CallInst *callInst) in TryInlineWithInlineCaches()
292 bool Inlining::DoInlineMonomorphic(CallInst *callInst, RuntimeInterface::ClassPtr receiver) in DoInlineMonomorphic()
334 void Inlining::CreateCompareClass(CallInst *callInst, Inst *getClsInst, RuntimeInterface::ClassPtr … in CreateCompareClass()
347 void Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptTyp… in InsertDeoptimizeInst()
366 void Inlining::InsertCallInst(CallInst *callInst, BasicBlock *callBb, BasicBlock *retBb, Inst *phiI… in InsertCallInst()
398 void Inlining::UpdateParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateParameterDataflow()
430 void UpdateExternalParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateExternalParameterDataflow()
[all …]
Dinline_intrinsics.cpp147 bool InlineIntrinsics::TryInline(CallInst *callInst) in TryInline()
Descape.cpp1388 auto callInst = static_cast<CallInst *>(inst); in FindCallerInst() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcall_input_types_test.cpp50 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
Dreg_alloc_common_test.cpp316 Inst *callInst = nullptr; in TEST_F() local
Dinst_generator.cpp251 auto callInst = static_cast<CallInst *>(graph->CreateInstCallStatic()); in GenerateOperation() local
262 auto callInst = static_cast<CallInst *>(inst); in GenerateOperation() local
Dreg_alloc_linear_scan_test.cpp884 auto callInst = INS(7U).CastToCallStatic(); in TEST_F() local
1330 auto callInst = INS(11U).CastToCallStatic(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_codegen_extensions.cpp20 bool Codegen::LaunchCallCodegen(CallInst *callInst) in LaunchCallCodegen()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Ddangling_pointers_checker.cpp570 auto callInst = static_cast<CallInst *>(inst); in CheckAccSyncCallRuntime() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp757 auto callInst = ss->GetCallerInst(); in ReplaceInstByDeoptimize() local
Dir_constructor.h463 auto callInst = &GetInst(index); in Caller() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp493 auto callInst = CastToCall(inst); in CallHandler() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp824 for (auto callInst = saveState->GetCallerInst(); callInst != nullptr; in CreateStackMap() local
869 if (auto callInst = saveState->GetCallerInst()) { in CreateStackMapRec() local
1209 void Codegen::CreateMultiArrayCall(CallInst *callInst) in CreateMultiArrayCall()
2313 bool Codegen::RegisterKeepCallArgument(CallInst *callInst, Reg reg) in RegisterKeepCallArgument()
2884 auto callInst = GetCallInstFromReturnInlined(inst->CastToReturnInlined()); in VisitReturnInlined() local