Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3486 unsigned OpsWidth = 0; in tryToVectorizeList() local
3489 OpsWidth = e - i; in tryToVectorizeList()
3491 OpsWidth = VF; in tryToVectorizeList()
3493 if (!isPowerOf2_32(OpsWidth) || OpsWidth < 2) in tryToVectorizeList()
3497 if (hasValueBeenRAUWed(VL, TrackValues, i, OpsWidth)) in tryToVectorizeList()
3500 DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations " in tryToVectorizeList()
3502 ArrayRef<Value *> Ops = VL.slice(i, OpsWidth); in tryToVectorizeList()
3506 BuildVectorSlice = BuildVector.slice(i, OpsWidth); in tryToVectorizeList()