Searched refs:VectorTripCount (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 965 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 D | LoopVectorize.cpp | 610 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 D | VPlan.h | 3891 VPValue VectorTripCount; 3947 void prepareToExecute(Value *TripCount, Value *VectorTripCount, 4046 VPValue &getVectorTripCount() { return VectorTripCount; }
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8049 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local 8054 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()
|