Home
last modified time | relevance | path

Searched refs:OpsWidth (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4916 unsigned OpsWidth = 0; in tryToVectorizeList() local
4919 OpsWidth = MaxInst - I; in tryToVectorizeList()
4921 OpsWidth = VF; in tryToVectorizeList()
4923 if (!isPowerOf2_32(OpsWidth) || OpsWidth < 2) in tryToVectorizeList()
4927 if (hasValueBeenRAUWed(VL, TrackValues, I, OpsWidth)) in tryToVectorizeList()
4930 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()
4932 ArrayRef<Value *> Ops = VL.slice(I, OpsWidth); in tryToVectorizeList()