Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb47 ret = graph->CreateInstReturn();
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml198 auto inst = graph_->CreateInstReturn(DataType::ANY, GetPc(instruction->GetAddress()));
203 auto inst = graph_->CreateInstReturn(DataType::ANY, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.cpp431 auto ret = graph->CreateInstReturn(); in GenerateOperation()
540 auto ret = graph->CreateInstReturn(); in GenerateCheckOperation()
572 auto ret = graph->CreateInstReturn(); in GenerateSSOperation()
623 auto ret = graph->CreateInstReturn(); in GenerateBoundaryCheckOperation()
723 auto ret = graph->CreateInstReturn(); in GeneratePhiOperation()
Ddeoptimize_elimination_test.cpp920 auto ret = GetGraph()->CreateInstReturn(); in TEST_F()
Dlowering_test.cpp44 auto ret = graph->CreateInstReturn(); in ReturnTest()