Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp304 return inferScalarType(R->getChainOp()); in inferScalarType()
H A DVPlan.h2504 getUnderlyingInstr(), getChainOp(), getVecOp(), in clone()
2538 VPValue *getChainOp() const { return getOperand(0); } in getChainOp() function
2571 getChainOp()->getDefiningRecipe();
2618 ArrayRef<VPValue *>({R.getChainOp(), R.getVecOp(), &EVL}), CondOp,
H A DVPlanRecipes.cpp2490 Value *PrevInChain = State.get(getChainOp(), /*IsScalar*/ true); in execute()
2523 PrevInChain = State.get(getChainOp(), /*IsScalar*/ true); in execute()
2544 Value *Prev = State.get(getChainOp(), /*IsScalar*/ true); in execute()
2780 getChainOp()->printAsOperand(O, SlotTracker); in print()
2800 getChainOp()->printAsOperand(O, SlotTracker); in print()