Searched refs:GetVN (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | vn.cpp | 80 auto vn = inputInst->GetVN(); in AddSelectImmInst() 98 ASSERT(input0->GetVN() != INVALID_VN); in AddCommutativeInst() 99 ASSERT(input1->GetVN() != INVALID_VN); in AddCommutativeInst() 101 obj->Add(input0->GetVN()); in AddCommutativeInst() 102 obj->Add(input1->GetVN()); in AddCommutativeInst() 104 obj->Add(input1->GetVN()); in AddCommutativeInst() 105 obj->Add(input0->GetVN()); in AddCommutativeInst() 155 auto vn = inputInst->GetVN(); in AddResolver() 207 auto vn = inputInst->GetVN(); in Add() 271 inst->SetVN((*equivInsts)[0]->GetVN()); in TryToApplyCse() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | vn.cpp | 53 auto vn = input_inst->GetVN(); in Add() 105 inst->SetVN((*equiv_insts)[0]->GetVN()); in TryToApplyCse() 106 COMPILER_LOG(DEBUG, VN_OPT) << " Set VN " << inst->GetVN() << " for inst " << inst->GetId(); in TryToApplyCse()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_optimizations_test.cpp | 111 EXPECT_EQ(inst1->GetVN(), 0); in HWTEST_F() 114 EXPECT_EQ(inst2->GetVN(), 1); in HWTEST_F()
|
H A D | vn_test.cpp | 406 ASSERT_EQ(INS(13).GetVN(), INS(20).GetVN()); in TEST_F() 407 ASSERT_EQ(INS(14).GetVN(), INS(21).GetVN()); in TEST_F() 408 ASSERT_EQ(INS(15).GetVN(), INS(22).GetVN()); in TEST_F() 409 ASSERT_EQ(INS(16).GetVN(), INS(23).GetVN()); in TEST_F() 494 ASSERT_EQ(INS(5).GetVN(), INS(17).GetVN()); in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | alias_analysis.cpp | 811 if (off1->GetVN() != INVALID_VN && off2->GetVN() != INVALID_VN && off1->GetVN() == off2->GetVN()) { in IsSameOffsets()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | vn_test.cpp | 499 ASSERT_EQ(INS(13U).GetVN(), INS(20U).GetVN()); in TEST_F() 500 ASSERT_EQ(INS(14U).GetVN(), INS(21U).GetVN()); in TEST_F() 501 ASSERT_EQ(INS(15U).GetVN(), INS(22U).GetVN()); in TEST_F() 502 ASSERT_EQ(INS(16U).GetVN(), INS(23U).GetVN()); in TEST_F() 588 ASSERT_EQ(INS(5U).GetVN(), INS(17U).GetVN()); in TEST_F() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | inst.h | 1296 uint32_t GetVN() const in GetVN() function
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 1602 uint32_t GetVN() const in GetVN() function
|
Completed in 17 milliseconds