Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp111 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
185 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
255 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
329 EXPECT_EQ(CombinedStore->getOpcode(), VPInstruction::SLPStore); in checkReorderExample()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp450 Opcode = VPInstruction::SLPStore; in buildGraph()
H A DVPlan.h783 SLPStore, enumerator
868 Opcode == Instruction::Invoke || Opcode == SLPStore; in mayWriteToMemory()
H A DVPlanRecipes.cpp380 case VPInstruction::SLPStore: in print()