reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/VPlan.cpp
  354   case VPInstruction::SLPLoad:
lib/Transforms/Vectorize/VPlanSLP.cpp
  449     Opcode = VPInstruction::SLPLoad;
unittests/Transforms/Vectorize/VPlanSlpTest.cpp
  118   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());