Searched refs:VectorTripCount (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 928 VectorTripCount.setUnderlyingValue(VectorTripCountV); in prepareToExecute() 1102 if (VectorTripCount.getNumUsers() > 0) { in printLiveIns() 1104 VectorTripCount.printAsOperand(O, SlotTracker); in printLiveIns() 1237 Old2NewVPValues[&VectorTripCount] = &NewPlan->VectorTripCount; in duplicate() 1552 assignName(&Plan.VectorTripCount); in assignNames()
|
H A D | LoopVectorize.cpp | 562 Value *VectorTripCount, Value *EndValue, 678 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer 740 Value *VectorTripCount = nullptr; member 2409 if (VectorTripCount) in getOrCreateVectorTripCount() 2410 return VectorTripCount; in getOrCreateVectorTripCount() 2452 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount() 2454 return VectorTripCount; in getOrCreateVectorTripCount() 2610 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createInductionResumeValue() local 2611 assert(VectorTripCount && "Expected valid arguments"); in createInductionResumeValue() 2618 EndValue = VectorTripCount; in createInductionResumeValue() [all …]
|
H A D | VPlan.h | 3285 VPValue VectorTripCount; variable 3346 void prepareToExecute(Value *TripCount, Value *VectorTripCount, 3380 VPValue &getVectorTripCount() { return VectorTripCount; } in getVectorTripCount()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7946 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local 7951 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()
|