Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3778 unsigned OpsWidth = 0; in tryToVectorizeList() local
3781 OpsWidth = e - i; in tryToVectorizeList()
3783 OpsWidth = VF; in tryToVectorizeList()
3785 if (!isPowerOf2_32(OpsWidth) || OpsWidth < 2) in tryToVectorizeList()
3789 if (hasValueBeenRAUWed(VL, TrackValues, i, OpsWidth)) in tryToVectorizeList()
3792 DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()
3794 ArrayRef<Value *> Ops = VL.slice(i, OpsWidth); in tryToVectorizeList()
3798 BuildVectorSlice = BuildVector.slice(i, OpsWidth); in tryToVectorizeList()