Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3078 unsigned FirstLane = getBestLaneToStartReordering(); in reorder() local
3082 Value *OpLane0 = getValue(OpIdx, FirstLane); in reorder()
3087 if (shouldBroadcast(OpLane0, OpIdx, FirstLane) || in reorder()
3088 !canBeVectorized(OpILane0, OpIdx, FirstLane)) in reorder()
3148 MainAltOps[I].push_back(getData(I, FirstLane).V); in reorder()
3151 UsedLanes.set(FirstLane); in reorder()
3155 int Lane = FirstLane + Direction * Distance; in reorder()