Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp731 Value *VectorTripCount = nullptr; global() member in llvm::InnerLoopVectorizer
793 Value *VectorTripCount = nullptr; global() member
2955 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); createInductionResumeValue() local
3114 fixupIVUsers(PHINode * OrigPhi,const InductionDescriptor & II,Value * VectorTripCount,Value * EndValue,BasicBlock * MiddleBlock,BasicBlock * VectorHeader,VPlan & Plan,VPTransformState & State) fixupIVUsers() argument
[all...]
H A DVPlan.h3152 VPValue VectorTripCount; global() variable
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7937 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); visitIntrinsicCall() local