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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp440 int LaneCount = std::max(VectorSize / 128, 1); local
441 for (int Lane = 0; Lane < LaneCount; Lane++)
442 for (int i = 0, LaneSize = VF / LaneCount; i != LaneSize; ++i)
H A DX86ISelLowering.cpp14571 int LaneCount = VT.getSizeInBits() / 128;
14572 int LaneSize = Size / LaneCount;
14574 LaneInputs[0].resize(LaneCount, false);
14575 LaneInputs[1].resize(LaneCount, false);
[all...]

Completed in 287 milliseconds