Home
last modified time | relevance | path

Searched full:createinstreturn (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb47 ret = graph->CreateInstReturn();
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb55 ret = graph->CreateInstReturn(inst->GetType(), INVALID_PC, inst);
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml168 auto inst = graph_->CreateInstReturn(compiler::DataType::ANY, GetPc(instruction->GetAddress()));
173 auto inst = graph_->CreateInstReturn(compiler::DataType::ANY, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml178 auto inst = graph_->CreateInstReturn(DataType::ANY, GetPc(instruction->GetAddress()));
183 auto inst = graph_->CreateInstReturn(DataType::ANY, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp526 auto ret = graph->CreateInstReturn(inst->GetType(), INVALID_PC, inst); in Finalize()
570 ret = pack.graph->CreateInstReturn(type, INVALID_PC, pack.param1); in CreateCheckInstByPackArgs()
597 ret = pack.graph->CreateInstReturn(); in CreateCheckInstByPackArgs()
682 auto ret = graph->CreateInstReturn(type, INVALID_PC, inst); in GenerateSSOperation()
725 auto ret = graph->CreateInstReturn(DataType::UINT32, INVALID_PC, ldArr); in GenerateBoundaryCheckOperation()
815 auto ret = graph->CreateInstReturn(phi->GetType(), INVALID_PC, phi); in GeneratePhiOperation()
Dsavestate_optimization_tests.cpp126 auto ret = GetGraph()->CreateInstReturn(DataType::INT32, INVALID_PC, insts[n + 1U]); in TEST_F()
Dlowering_test.cpp53 auto ret = graph->CreateInstReturn(type, INVALID_PC, cnst); in ReturnTest()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp2028 …auto instImpl = graph->impl->CreateInstReturn(input0->impl->GetType(), compiler::INVALID_PC, input… in IcreateReturnStatic()