Home
last modified time | relevance | path

Searched refs:StoreRoot (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp108 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F() local
109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
182 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F() local
252 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F() local
316 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F() local
317 Slp.buildGraph(StoreRoot); in TEST_F()
599 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
736 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
799 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
858 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
[all …]