Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h302 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
H A DVPlan.cpp1275 bool vputils::onlyFirstPartUsed(VPValue *Def) { in onlyFirstPartUsed() function in vputils
1277 [Def](VPUser *U) { return U->onlyFirstPartUsed(Def); }); in onlyFirstPartUsed()
H A DVPlan.h1256 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
2250 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
3190 bool onlyFirstPartUsed(VPValue *Def);
H A DVPlanRecipes.cpp281 if (Part != 0 && vputils::onlyFirstPartUsed(this)) in generateInstruction()