Searched refs:getChainOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 304 return inferScalarType(R->getChainOp()); in inferScalarType()
|
| H A D | VPlan.h | 2504 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 D | VPlanRecipes.cpp | 2490 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()
|