• Home
  • Raw
  • Download

Lines Matching refs:store

261   HInstruction* store = InsertArrayStore(basic_[0], 0);  in TEST_F()  local
264 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
268 EXPECT_FALSE(HaveSameInduction(store->InputAt(1), increment_[0])); in TEST_F()
358 HInstruction* store = InsertArrayStore(k_body, 0); in TEST_F() local
363 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
366 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1)); in TEST_F()
367 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()
391 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
394 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
397 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1)); in TEST_F()
398 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()
728 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
737 GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
756 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
764 GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
853 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
859 EXPECT_STREQ("periodic((0), (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
874 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
880 EXPECT_STREQ("periodic((0), (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
1057 HInstruction* store = InsertArrayStore(inc, 9); in TEST_F() local
1071 EXPECT_TRUE(std::regex_match(GetInductionInfo(store->InputAt(1), d), r)); in TEST_F()
1073 EXPECT_STREQ("", GetInductionInfo(store->InputAt(1), d).c_str()); in TEST_F()