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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1239 unsigned FirstLane = getBestLaneToStartReordering(); local
1243 Value *OpLane0 = getValue(OpIdx, FirstLane);
1250 if (shouldBroadcast(OpLane0, OpIdx, FirstLane))
1274 // We keep the original operand order for the FirstLane, so reorder the
1276 // using FirstLane as the center point and increasing the radius
1281 int Lane = FirstLane + Direction * Distance;

Completed in 42 milliseconds