Searched refs:LaneCount (Results 1 – 4 of 4) sorted by relevance
436 int LaneCount = std::max(VectorSize / 128, 1); in createShuffleStride() local437 for (int Lane = 0; Lane < LaneCount; Lane++) in createShuffleStride()438 for (int i = 0, LaneSize = VF / LaneCount; i != LaneSize; ++i) in createShuffleStride()
13077 int LaneCount = VT.getSizeInBits() / 128; in lowerVectorShuffleAsSplitOrBlend() local13078 int LaneSize = Size / LaneCount; in lowerVectorShuffleAsSplitOrBlend()13080 LaneInputs[0].resize(LaneCount, false); in lowerVectorShuffleAsSplitOrBlend()13081 LaneInputs[1].resize(LaneCount, false); in lowerVectorShuffleAsSplitOrBlend()
376 int LaneCount() const { return lane_count_; } in LaneCount() function2982 switch (vd.LaneCount()) { in VFormat()2994 switch (vd.LaneCount()) { in VFormat()3012 if (vd.LaneCount() == 1) { in FPFormat()3019 if (vd.LaneCount() == 2) { in FPFormat()3025 DCHECK((vd.LaneCount() == 4) && vd.Is128Bits()); in FPFormat()3032 switch (vd.LaneCount()) { in LSVFormat()3046 switch (vd.LaneCount()) { in LSVFormat()
2665 offset = (offset / vt.LaneCount()) * 1; in LoadStoreStructVerify()2677 offset = (offset / vt.LaneCount()) * 2; in LoadStoreStructVerify()2689 offset = (offset / vt.LaneCount()) * 3; in LoadStoreStructVerify()2701 offset = (offset / vt.LaneCount()) * 4; in LoadStoreStructVerify()3864 DCHECK((0 <= index) && (index < vd.LaneCount())); in ext()