HomeSort by relevance Sort by last modified time
    Searched refs:NumLanes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 172 unsigned NumLanes = VT.getSizeInBits() / 128;
173 if (NumLanes == 0 ) NumLanes = 1; // Handle MMX
174 unsigned NumLaneElts = NumElts / NumLanes;
178 for (unsigned s = 0; s < NumLanes; ++s) {
195 unsigned NumLanes = (NumElts*32)/128;
196 unsigned LaneSize = NumElts/NumLanes;
198 for (unsigned l = 0; l != NumLanes; ++l) {
212 unsigned NumLanes = (NumElts*64)/128;
213 unsigned LaneSize = NumElts/NumLanes;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 21 milliseconds