Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h295 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
H A DVPlanRecipes.cpp715 bool OnlyFirstPartUsed = vputils::onlyFirstPartUsed(this); in execute()
771 bool VPInstruction::onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function in VPInstruction
774 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()
781 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()
H A DVPlan.cpp1605 bool vputils::onlyFirstPartUsed(const VPValue *Def) { in onlyFirstPartUsed() function in vputils
1607 [Def](const VPUser *U) { return U->onlyFirstPartUsed(Def); }); in onlyFirstPartUsed()
H A DVPlan.h1391 bool onlyFirstPartUsed(const VPValue *Op) const override;
2751 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
3797 bool onlyFirstPartUsed(const VPValue *Def);