Searched full:createinstreturn (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_graph.inl.erb | 47 ret = graph->CreateInstReturn();
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_graph.inl.erb | 55 ret = graph->CreateInstReturn(inst->GetType(), INVALID_PC, inst);
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 178 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/ |
| D | inst_generator.cpp | 522 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()
|
| D | savestate_optimization_tests.cpp | 126 auto ret = GetGraph()->CreateInstReturn(DataType::INT32, INVALID_PC, insts[n + 1U]); in TEST_F()
|
| D | lowering_test.cpp | 53 auto ret = graph->CreateInstReturn(type, INVALID_PC, cnst); in ReturnTest()
|