Home
last modified time | relevance | path

Searched refs:VectorTripCount (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp743 State.set(&VectorTripCount, VectorTripCountV, Part); in prepareToExecute()
862 if (VectorTripCount.getNumUsers() > 0) { in printLiveIns()
864 VectorTripCount.printAsOperand(O, SlotTracker); in printLiveIns()
1252 assignSlot(&Plan.VectorTripCount); in assignSlots()
H A DLoopVectorize.cpp621 Value *VectorTripCount, Value *EndValue,
761 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
823 Value *VectorTripCount = nullptr; member
2804 if (VectorTripCount) in getOrCreateVectorTripCount()
2805 return VectorTripCount; in getOrCreateVectorTripCount()
2848 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()
2850 return VectorTripCount; in getOrCreateVectorTripCount()
3071 assert(VectorTripCount && "Expected valid arguments"); in createInductionResumeValue()
3078 EndValue = VectorTripCount; in createInductionResumeValue()
3186 Value *CmpN = B.CreateICmpEQ(Count, VectorTripCount, "cmp.n"); in completeLoopSkeleton()
[all …]
H A DVPlan.h2672 VPValue VectorTripCount; variable
2731 void prepareToExecute(Value *TripCount, Value *VectorTripCount,
2754 VPValue &getVectorTripCount() { return VectorTripCount; } in getVectorTripCount()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7572 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local
7577 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()