Searched full:createinstreturn (Results 1 – 8 of 8) 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/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_templates.yaml | 168 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/ |
| 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 | 526 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()
|
| 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()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | ir_static_instr_1.cpp | 2028 …auto instImpl = graph->impl->CreateInstReturn(input0->impl->GetType(), compiler::INVALID_PC, input… in IcreateReturnStatic()
|