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

Declarations

lib/Transforms/Vectorize/VPlan.h
 1682   VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);

References

lib/Transforms/Vectorize/VPlanSLP.cpp
  407         CombinedOperands.push_back(buildGraph(Operands));
  426         VPInstruction *NewOp = buildGraph(Ops.second);
  443         CombinedOperands.push_back(buildGraph(Operands));
unittests/Transforms/Vectorize/VPlanSlpTest.cpp
  109   VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
  178   VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
  243   VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
  302   Slp.buildGraph(StoreRoot);
  311   VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
  575   EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
  712   EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
  775   EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
  834   EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
  893   Slp.buildGraph(StoreRoot);