Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h372 VPValue *getVPValue(unsigned I) { in getVPValue() function
376 const VPValue *getVPValue(unsigned I) const { in getVPValue() function
H A DVPlan.h1043 return getVPValue(1); in getCastValue()
1049 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
1052 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
2164 VPValue *getVPValue(Value *V) {
2174 return getVPValue(V);
H A DLoopVectorize.cpp3977 VPValue *Def = State.Plan->getVPValue(KV.first); in truncateToMinimalBitwidths()
4084 VPValue *Def = State.Plan->getVPValue(KV.first); in truncateToMinimalBitwidths()
4491 Value *V = State.get(State.Plan->getVPValue(Cur), Part); in clearReductionWrapFlags()
4526 : State.get(State.Plan->getVPValue(IncomingValue), in fixLCSSAPHIs()
4609 cast<VPWidenPHIRecipe>(State.Plan->getVPValue(OrigPhi)); in fixNonInductionPHIs()
9411 VPValue *OriginalV = Plan->getVPValue(Member); in buildVPlanWithVPRecipes()
9413 Plan->addVPValue(Member, VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()
9414 OriginalV->replaceAllUsesWith(VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()
9515 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForInLoopReductions()
9528 VPValue *VecOp = Plan->getVPValue(R->getOperand(VecOpId)); in adjustRecipesForInLoopReductions()
[all …]
H A DVPlan.cpp1106 getVPValue(0)->printAsOperand(O, SlotTracker); in print()