Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2274 VPValue *getEVL() const { return getOperand(2); } in getEVL() function
2280 return Op == getEVL(); in onlyFirstLaneUsed()
2572 VPValue *getEVL() const { return getOperand(1); } in VP_CLASSOF_IMPL()
2589 return Op == getEVL() || (Op == getAddr() && isConsecutive()); in onlyFirstLaneUsed()
2651 VPValue *getEVL() const { return getOperand(2); } in getEVL() function
2666 if (Op == getEVL()) { in onlyFirstLaneUsed()
H A DVPlanRecipes.cpp1764 Value *EVL = State.get(getEVL(), VPIteration(0, 0)); in execute()
1825 getEVL()->printAsOperand(O, SlotTracker); in print()
H A DLoopVectorize.cpp9263 Value *EVL = State.get(getEVL(), VPIteration(0, 0)); in execute()
9347 Value *EVL = State.get(getEVL(), VPIteration(0, 0)); in execute()