Home
last modified time | relevance | path

Searched defs:call_inst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcall_input_types_test.cpp50 auto call_inst = GetCallInstruction(GetGraph()); in TEST_F() local
72 auto call_inst = GetCallInstruction(GetGraph()); in TEST_F() local
Dinst_generator.cpp253 auto call_inst = static_cast<CallInst *>(graph->CreateInstCallStatic()); in GenerateOperation() local
266 auto call_inst = static_cast<CallInst *>(inst); in GenerateOperation() local
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dcallee_info.h27 …CalleeInfo(const Inst &call_inst, const Function *caller) : call_inst_(call_inst), caller_(caller)… in CalleeInfo()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp884 for (auto call_inst = save_state->GetCallerInst(); call_inst != nullptr; in CreateStackMap() local
929 if (auto call_inst = save_state->GetCallerInst()) { in CreateStackMapRec() local
1402 void Codegen::CreateMultiArrayCall(CallInst *call_inst) in CreateMultiArrayCall()
1497 void Codegen::EmitGetUnresolvedCalleeMethod(CallInst *call_inst) in EmitGetUnresolvedCalleeMethod()
1526 void Codegen::EmitCreateCallCode(CallInst *call_inst) in EmitCreateCallCode()
1555 void Codegen::EmitEpilogueForCreateCall(CallInst *call_inst) in EmitEpilogueForCreateCall()
1579 void Codegen::CreateCall(CallInst *call_inst) in CreateCall()
1598 inline Reg GetObjectReg(Codegen *codegen, CallInst *call_inst) in GetObjectReg()
1699 void Codegen::PrepareCallVirtualAot(CallInst *call_inst, Reg method_reg) in PrepareCallVirtualAot()
1738 void Codegen::PrepareCallVirtual(CallInst *call_inst, Reg method_reg) in PrepareCallVirtual()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp762 auto call_inst = ss->GetCallerInst(); in ReplaceInstByDeoptimize() local
Dir_constructor.h259 auto *call_inst = static_cast<CallInst *>(CurrentInst()); in InputsAutoType() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp967 std::unique_ptr<CalleeInfo> AbcFile::ResolveCallInstCommon(Function *func, const Inst &call_inst, in ResolveCallInstCommon()