Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp965 VectorTripCount.setUnderlyingValue(VectorTripCountV); in prepareToExecute()
1119 if (VectorTripCount.getNumUsers() > 0) { in printLiveIns()
1121 VectorTripCount.printAsOperand(O, SlotTracker); in printLiveIns()
1253 Old2NewVPValues[&VectorTripCount] = &NewPlan->VectorTripCount; in duplicate()
1547 assignName(&Plan.VectorTripCount); in assignNames()
H A DLoopVectorize.cpp610 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
646 Value *VectorTripCount = nullptr; member
2250 if (VectorTripCount) in getOrCreateVectorTripCount()
2251 return VectorTripCount; in getOrCreateVectorTripCount()
2293 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()
2295 return VectorTripCount; in getOrCreateVectorTripCount()
7426 EPI.VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createEpilogueVectorizedLoopSkeleton()
7571 Value *Count = Builder.CreateSub(TC, EPI.VectorTripCount, "n.vec.remaining"); in emitMinimumVectorEpilogueIterCountCheck()
9768 return Inc == EPI.VectorTripCount || in preparePlanForEpilogueVectorLoop()
10292 IVPhi, II, BypassBuilder, ExpandedSCEVs, EPI.VectorTripCount, in processLoop()
H A DVPlan.h3891 VPValue VectorTripCount;
3947 void prepareToExecute(Value *TripCount, Value *VectorTripCount,
4046 VPValue &getVectorTripCount() { return VectorTripCount; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8049 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local
8054 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()