Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp118 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 DVPlanSLP.cpp447 Opcode = VPInstruction::SLPLoad; in buildGraph()
H A DVPlanRecipes.cpp377 case VPInstruction::SLPLoad: in print()
H A DVPlan.h782 SLPLoad, enumerator