Home
last modified time | relevance | path

Searched full:createinstreturn (Results 1 – 6 of 6) 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/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.cpp522 auto ret = graph->CreateInstReturn(inst->GetType(), INVALID_PC, inst); in Finalize()
565 ret = pack.graph->CreateInstReturn(type, INVALID_PC, pack.param1); in CreateCheckInstByPackArgs()
592 ret = pack.graph->CreateInstReturn(); in CreateCheckInstByPackArgs()
677 auto ret = graph->CreateInstReturn(type, INVALID_PC, inst); in GenerateSSOperation()
720 auto ret = graph->CreateInstReturn(DataType::UINT32, INVALID_PC, ldArr); in GenerateBoundaryCheckOperation()
810 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()