Home
last modified time | relevance | path

Searched refs:onlyFirstPartUsed (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.cpp22 bool vputils::onlyFirstPartUsed(const VPValue *Def) { in onlyFirstPartUsed() function in vputils
24 [Def](const VPUser *U) { return U->onlyFirstPartUsed(Def); }); in onlyFirstPartUsed()
H A DVPlanUtils.h26 bool onlyFirstPartUsed(const VPValue *Def);
H A DVPlanValue.h288 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
H A DVPlan.h1123 bool onlyFirstPartUsed(const VPValue *Op) const override;
1306 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
1781 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
1824 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
3258 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
H A DVPlanUnroll.cpp264 if (vputils::onlyFirstPartUsed(VPI)) { in unrollRecipeByUF()
H A DVPlanRecipes.cpp1098 bool VPInstruction::onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function in VPInstruction
1101 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()
1109 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()