Searched refs:getVecOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1709 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 D | VPlan.h | 2203 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()
|