Searched refs:StoreRoot (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
D | VPlanSlpTest.cpp | 108 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 183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() 252 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F() local 253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() 315 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F() local 316 Slp.buildGraph(StoreRoot); in TEST_F() 324 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in checkReorderExample() local 325 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in checkReorderExample() [all …]
|