Searched refs:lane_width (Results 1 – 2 of 2) sorted by relevance
363 int64 lane_width = vectors.size(); in ComputeAvxOptimizedHorizontalSums() local389 for (int i = 0; i < lane_width; i++) { in ComputeAvxOptimizedHorizontalSums()391 b()->CreateExtractElement(i < (lane_width / 2) ? low : high, in ComputeAvxOptimizedHorizontalSums()392 b()->getInt32(i % (lane_width / 2)), name()); in ComputeAvxOptimizedHorizontalSums()
345 int lane_width = kSimd128Size / num_lanes; in GetIndexNodes() local346 int laneIndex = kLaneOffsets[0] / lane_width; in GetIndexNodes()349 laneIndex = kLaneOffsets[i * lane_width] / lane_width; in GetIndexNodes()353 common()->Int32Constant(static_cast<int>(i) * lane_width))); in GetIndexNodes()