Home
last modified time | relevance | path

Searched defs:VectorTripCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp761 Value *VectorTripCount = nullptr; global() member in llvm::InnerLoopVectorizer
823 Value *VectorTripCount = nullptr; global() member
3070 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); createInductionResumeValue() local
3163 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); completeLoopSkeleton() local
3273 fixupIVUsers(PHINode * OrigPhi,const InductionDescriptor & II,Value * VectorTripCount,Value * EndValue,BasicBlock * MiddleBlock,BasicBlock * VectorHeader,VPlan & Plan,VPTransformState & State) fixupIVUsers() argument
[all...]
H A DVPlan.h2672 VPValue VectorTripCount; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7572 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); visitIntrinsicCall() local