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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1249 unsigned FirstLane = getBestLaneToStartReordering(); local
1253 Value *OpLane0 = getValue(OpIdx, FirstLane);
1260 if (shouldBroadcast(OpLane0, OpIdx, FirstLane))
1284 // We keep the original operand order for the FirstLane, so reorder the
1286 // using FirstLane as the center point and increasing the radius
1291 int Lane = FirstLane + Direction * Distance;

Completed in 98 milliseconds