Home
last modified time | relevance | path

Searched refs:VPlanIngredient (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp518 O << " +\n" << Indent << "\" " << VPlanIngredient(&Instr) << "\\l\""; in print()
526 O << " +\n" << Indent << "\" " << VPlanIngredient(IV) << "\\l\""; in print()
527 O << " +\n" << Indent << "\" " << VPlanIngredient(Trunc) << "\\l\""; in print()
529 O << " " << VPlanIngredient(IV) << "\\l\""; in print()
533 O << " +\n" << Indent << "\"WIDEN-PHI " << VPlanIngredient(Phi) << "\\l\""; in print()
559 << VPlanIngredient(Ingredient); in print()
567 << Indent << "\"PHI-PREDICATED-INSTRUCTION " << VPlanIngredient(PredInst) in print()
573 O << " +\n" << Indent << "\"WIDEN " << VPlanIngredient(&Instr); in print()
DVPlan.h1180 const struct VPlanIngredient &I);
1227 struct VPlanIngredient { struct
1230 VPlanIngredient(Value *V) : V(V) {} in VPlanIngredient() function
1233 inline raw_ostream &operator<<(raw_ostream &OS, const VPlanIngredient &I) {
DLoopVectorize.cpp7089 << Indent << "\" " << VPlanIngredient(I) << " " << i << "\\l\""; in print()