Searched refs:SLPLoad (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanSlpTest.cpp | 118 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in TEST_F() 119 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in TEST_F() 192 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in TEST_F() 193 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in TEST_F() 262 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in TEST_F() 343 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in checkReorderExample() 351 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in checkReorderExample() 361 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadC->getOpcode()); in checkReorderExample() 369 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadD->getOpcode()); in checkReorderExample()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 447 Opcode = VPInstruction::SLPLoad; in buildGraph()
|
| H A D | VPlanRecipes.cpp | 377 case VPInstruction::SLPLoad: in print()
|
| H A D | VPlan.h | 782 SLPLoad, enumerator
|