Home
last modified time | relevance | path

Searched defs:onlyFirstPartUsed (Results 1 – 4 of 4) 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
H A DVPlanValue.h288 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
H A DVPlan.h1306 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 DVPlanRecipes.cpp1098 bool VPInstruction::onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function in VPInstruction