Searched refs:VectorTripCount (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 633 State.set(&VectorTripCount, VectorTripCountV, Part); in prepareToExecute() 748 if (VectorTripCount.getNumUsers() > 0) { in print() 750 VectorTripCount.printAsOperand(O, SlotTracker); in print() 1098 assignSlot(&Plan.VectorTripCount); in assignSlots()
|
| H A D | LoopVectorize.cpp | 561 Value *VectorTripCount, Value *EndValue, 714 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer 779 Value *VectorTripCount = nullptr; member 2881 if (VectorTripCount) in getOrCreateVectorTripCount() 2882 return VectorTripCount; in getOrCreateVectorTripCount() 2925 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount() 2927 return VectorTripCount; in getOrCreateVectorTripCount() 3141 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createInductionResumeValue() local 3142 assert(VectorTripCount && "Expected valid arguments"); in createInductionResumeValue() 3149 EndValue = VectorTripCount; in createInductionResumeValue() [all …]
|
| H A D | VPlan.h | 2190 VPValue VectorTripCount; variable 2216 void prepareToExecute(Value *TripCount, Value *VectorTripCount, 2247 VPValue &getVectorTripCount() { return VectorTripCount; } in getVectorTripCount()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7279 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local 7284 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()
|