Home
last modified time | relevance | path

Searched refs:getVecOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1709 Value *NewVecOp = State.get(getVecOp(), Part); in execute()
1763 Value *VecOp = State.get(getVecOp(), 0); in execute()
1801 getVecOp()->printAsOperand(O, SlotTracker); in print()
1823 getVecOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h2203 getVecOp(), getCondOp(), IsOrdered); in clone()
2236 VPValue *getVecOp() const { return getOperand(1); } in getVecOp() function
2253 ArrayRef<VPValue *>({R->getChainOp(), R->getVecOp(), EVL}), CondOp, in VPReductionEVLRecipe()