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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3854 unsigned NumLaneElems = NumElems/NumLanes; local
3856 if (NumLaneElems != 2 && NumLaneElems != 4)
3882 SmallVector<int, 4> MaskVal(NumLaneElems, -1);
3883 unsigned HalfLaneElems = NumLaneElems/2;
3884 for (unsigned l = 0; l != NumElems; l += NumLaneElems) {
3885 for (unsigned i = 0; i != NumLaneElems; ++i) {
3888 if (!isUndefOrInRange(Idx, RngStart, RngStart+NumLaneElems))
8655 unsigned NumLaneElems = NumElems / 2;
8659 MVT NVT = MVT::getVectorVT(EltVT, NumLaneElems);
[all...]

Completed in 2532 milliseconds