Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h372 VPValue *getVPValue(unsigned I) { in getVPValue() function
376 const VPValue *getVPValue(unsigned I) const { in getVPValue() function
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);
DLoopVectorize.cpp3977 VPValue *Def = State.Plan->getVPValue(KV.first); in truncateToMinimalBitwidths()
4084 VPValue *Def = State.Plan->getVPValue(KV.first); in truncateToMinimalBitwidths()
4304 VPValue *LoopExitInstDef = State.Plan->getVPValue(LoopExitInst); in fixReduction()
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()
9417 VPValue *OriginalV = Plan->getVPValue(Member); in buildVPlanWithVPRecipes()
9419 Plan->addVPValue(Member, VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()
9420 OriginalV->replaceAllUsesWith(VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()
9521 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForInLoopReductions()
[all …]
DVPlan.cpp1106 getVPValue(0)->printAsOperand(O, SlotTracker); in print()