Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h393 VPValue *getVPValue(unsigned I) { in getVPValue() function
397 const VPValue *getVPValue(unsigned I) const { in getVPValue() function
H A DVPlan.h1065 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
1068 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
2305 VPValue *getVPValue(Value *V, bool OverrideAllowed = false) {
2322 return getVPValue(V);
H A DLoopVectorize.cpp3535 VPValue *Def = State.Plan->getVPValue(KV.first, true); in truncateToMinimalBitwidths()
3643 VPValue *Def = State.Plan->getVPValue(KV.first, true); in truncateToMinimalBitwidths()
9137 VPValue *OriginalV = Plan->getVPValue(Member); in buildVPlanWithVPRecipes()
9139 Plan->addVPValue(Member, VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()
9140 OriginalV->replaceAllUsesWith(VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()
9236 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForReductions()
9256 VPValue *VecOp = Plan->getVPValue(R->getOperand(VecOpId)); in adjustRecipesForReductions()
9271 Instruction::FMul, {VecOp, Plan->getVPValue(R->getOperand(1))}); in adjustRecipesForReductions()
9344 getVPValue(OpIdx)->printAsOperand(O, SlotTracker); in print()
H A DVPlanRecipes.cpp703 getVPValue(0)->printAsOperand(O, SlotTracker); in print()