Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp633 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 DLoopVectorize.cpp561 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()
3142 assert(VectorTripCount && "Expected valid arguments"); in createInductionResumeValue()
3149 EndValue = VectorTripCount; in createInductionResumeValue()
3234 Count, VectorTripCount, "cmp.n", in completeLoopSkeleton()
[all …]
H A DVPlan.h2190 VPValue VectorTripCount; variable
2216 void prepareToExecute(Value *TripCount, Value *VectorTripCount,
2247 VPValue &getVectorTripCount() { return VectorTripCount; } in getVectorTripCount()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7279 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local
7284 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()