Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp107 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 …]
Dstring_builder_utils.h52 auto callInst = static_cast<CallInst *>(inst); in IsStringBuilderAppend() local
Dinline_intrinsics.cpp147 bool InlineIntrinsics::TryInline(CallInst *callInst) in TryInline()
Dstring_builder_utils.cpp84 auto callInst = static_cast<CallInst *>(inst); in IsStringBuilderToString() local
Descape.cpp1698 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.cpp331 Inst *callInst = nullptr; in TEST_F() local
Dreg_alloc_linear_scan_test.cpp922 auto callInst = INS(7U).CastToCallStatic(); in TEST_F() local
1388 auto callInst = INS(11U).CastToCallStatic(); in TEST_F() local
Dinst_generator.cpp260 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/
Dets_codegen_extensions.cpp20 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/
Dcheck_tail_calls.cpp105 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
Dark_gvn.cpp66 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()
Dmem_barriers.cpp50 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/
Ddangling_pointers_checker.cpp571 auto callInst = static_cast<CallInst *>(inst); in CheckAccSyncCallRuntime() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp887 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()
Dencode_visitor.cpp459 auto callInst = GetCallInstFromReturnInlined(inst->CastToReturnInlined()); in VisitReturnInlined() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h463 auto callInst = &GetInst(index); in Caller() local
Dbasicblock.cpp1184 auto callInst = ss->GetCallerInst(); in ReplaceInstByDeoptimize() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1517 …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()