Home
last modified time | relevance | path

Searched refs:getChainOp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanAnalysis.cpp279 return inferScalarType(R->getChainOp()); in inferScalarType()
HDVPlanRecipes.cpp1703 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()
HDVPlan.h2202 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()