Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanSlpTest.cpp109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local
111 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
113 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F()
121 delete CombinedStore; in TEST_F()
183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local
185 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
187 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F()
200 delete CombinedStore; in TEST_F()
253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local
255 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
[all …]