Searched defs:callInst (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 95 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 …]
|
| D | inline_intrinsics.cpp | 147 bool InlineIntrinsics::TryInline(CallInst *callInst) in TryInline()
|
| D | escape.cpp | 1388 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 | 316 Inst *callInst = nullptr; in TEST_F() local
|
| D | inst_generator.cpp | 251 auto callInst = static_cast<CallInst *>(graph->CreateInstCallStatic()); in GenerateOperation() local 262 auto callInst = static_cast<CallInst *>(inst); in GenerateOperation() local
|
| D | reg_alloc_linear_scan_test.cpp | 884 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/ |
| D | ets_codegen_extensions.cpp | 20 bool Codegen::LaunchCallCodegen(CallInst *callInst) in LaunchCallCodegen()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | dangling_pointers_checker.cpp | 570 auto callInst = static_cast<CallInst *>(inst); in CheckAccSyncCallRuntime() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | basicblock.cpp | 757 auto callInst = ss->GetCallerInst(); in ReplaceInstByDeoptimize() local
|
| D | ir_constructor.h | 463 auto callInst = &GetInst(index); in Caller() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 493 auto callInst = CastToCall(inst); in CallHandler() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 824 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
|