Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp732 Loop *L, Value *VectorTripCount,
848 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
915 Value *VectorTripCount = nullptr; member
3141 if (VectorTripCount) in getOrCreateVectorTripCount()
3142 return VectorTripCount; in getOrCreateVectorTripCount()
3189 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()
3191 return VectorTripCount; in getOrCreateVectorTripCount()
3482 Loop *L, Value *VectorTripCount, in createInductionResumeValues() argument
3484 assert(VectorTripCount && L && "Expected valid arguments"); in createInductionResumeValues()
3509 EndValue = VectorTripCount; in createInductionResumeValues()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7104 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall() local
7106 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()