Searched full:createinstadd (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | live_registers_test.cpp | 35 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0, 42)… in TEST_F() 43 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0, 10)… in TEST_F() 44 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0, 2))… in TEST_F() 45 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(2, 3))… in TEST_F() 46 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(5, 6))… in TEST_F() 47 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(6, 8))… in TEST_F() 48 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(8, 10)… in TEST_F() 99 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0, 2))… in TEST_F() 100 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(8, 10)… in TEST_F() 136 …intervals.push_back(alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(4, 6))… in TEST_F() [all …]
|
| D | deoptimize_elimination_test.cpp | 913 auto inst = GetGraph()->CreateInstAdd(); in TEST_F()
|
| D | inst_generator.cpp | 697 auto add = graph->CreateInstAdd(); in GeneratePhiOperation()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 130 auto inst = graph_->CreateInstAdd(DataType::INT32, GetPc(instruction->GetAddress()));
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 45 … auto inst = graph_->CreateInstAdd(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | loop_unroll.cpp | 234 …test = GetGraph()->CreateInstAdd(pre_header_cmp->CastToCompare()->GetOperandsType(), pre_header_cm… in CreateNewTestInst()
|