Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanSlpTest.cpp107 VPlanSlp Slp(VPIAI, *Body); in TEST_F() local
109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
110 EXPECT_EQ(64u, Slp.getWidestBundleBits()); in TEST_F()
181 VPlanSlp Slp(VPIAI, *Body); in TEST_F() local
183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
184 EXPECT_EQ(64u, Slp.getWidestBundleBits()); in TEST_F()
251 VPlanSlp Slp(VPIAI, *Body); in TEST_F() local
253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
254 EXPECT_EQ(64u, Slp.getWidestBundleBits()); in TEST_F()
314 VPlanSlp Slp(VPIAI, *Body); in TEST_F() local
[all …]