Searched refs:getChainOp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 279 return inferScalarType(R->getChainOp()); in inferScalarType()
|
H A D | VPlanRecipes.cpp | 1703 Value *PrevInChain = State.get(getChainOp(), 0, /*IsScalar*/ true); in execute() 1735 PrevInChain = State.get(getChainOp(), Part, /*IsScalar*/ true); in execute() 1762 Value *Prev = State.get(getChainOp(), 0, /*IsScalar*/ true); in execute() 1796 getChainOp()->printAsOperand(O, SlotTracker); in print() 1818 getChainOp()->printAsOperand(O, SlotTracker); in print()
|
H A D | VPlan.h | 2202 return new VPReductionRecipe(RdxDesc, getUnderlyingInstr(), getChainOp(), in clone() 2234 VPValue *getChainOp() const { return getOperand(0); } in getChainOp() function 2253 ArrayRef<VPValue *>({R->getChainOp(), R->getVecOp(), EVL}), CondOp, in VPReductionEVLRecipe()
|