Searched refs:const2 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | inst_test.cpp | 197 auto const2 = GetGraph()->FindOrCreateConstant(val1); in TEST_F() local 198 ASSERT_EQ(const2->GetType(), DataType::INT64); in TEST_F() 199 ASSERT_EQ(const1, const2); in TEST_F() 209 auto const2 = GetGraph()->FindOrCreateConstant(val); in TEST_F() local 210 ASSERT_EQ(const1, const2); in TEST_F() 220 auto const2 = GetGraph()->FindOrCreateConstant(val); in TEST_F() local 221 ASSERT_EQ(const1, const2); in TEST_F() 254 auto const2 = graph->FindOrCreateConstant(val1); in TEST_F() local 255 ASSERT_EQ(const2->GetType(), DataType::INT64); in TEST_F() 256 ASSERT_NE(const1, const2); in TEST_F() [all...] |
H A D | compiler_inst_test.cpp | 539 auto const2 = graph->FindOrCreateConstant(val1); in HWTEST_F() 540 EXPECT_EQ(const2->GetType(), DataType::INT64); in HWTEST_F() 541 EXPECT_EQ(const2->GetBasicBlock(), start); in HWTEST_F()
|
H A D | liveness_analyzer_test.cpp | 329 auto const2 = liveness_analyzer->GetInstLifeIntervals(&INS(2)); in TEST_F() local 344 EXPECT_EQ(const2->GetRanges()[0], LiveRange(b0_lifetime.GetBegin() + 6, add->GetRanges()[0].GetBegin())); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | inst_test.cpp | 203 auto const2 = GetGraph()->FindOrCreateConstant(val1); in TEST_F() local 204 ASSERT_EQ(const2->GetType(), DataType::INT64); in TEST_F() 205 ASSERT_EQ(const1, const2); in TEST_F() 215 auto const2 = GetGraph()->FindOrCreateConstant(val); in TEST_F() local 216 ASSERT_EQ(const1, const2); in TEST_F() 226 auto const2 = GetGraph()->FindOrCreateConstant(val); in TEST_F() local 227 ASSERT_EQ(const1, const2); in TEST_F() 260 auto const2 = graph->FindOrCreateConstant(val1); in TEST_F() local 261 ASSERT_EQ(const2->GetType(), DataType::INT64); in TEST_F() 262 ASSERT_NE(const1, const2); in TEST_F() [all...] |
H A D | liveness_analyzer_test.cpp | 306 auto const2 = livenessAnalyzer->GetInstLifeIntervals(&INS(2U)); in TEST_F() local 321 EXPECT_EQ(const2->GetRanges()[0U], LiveRange(b0Lifetime.GetBegin() + 6U, add->GetRanges()[0U].GetBegin())); in TEST_F()
|
Completed in 6 milliseconds