reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
354 case VPInstruction::SLPLoad:
lib/Transforms/Vectorize/VPlanSLP.cpp 449 Opcode = VPInstruction::SLPLoad;
unittests/Transforms/Vectorize/VPlanSlpTest.cpp118 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); 119 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); 187 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); 188 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); 252 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); 328 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); 336 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); 346 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadC->getOpcode()); 354 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadD->getOpcode());