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 70 unsigned NumLanes = VT.getSizeInBits() / 128;
71 unsigned NumLaneElts = NumElts / NumLanes;
121 unsigned NumLanes = VT.getSizeInBits() / 128;
122 unsigned NumLaneElts = NumElts / NumLanes;
145 unsigned NumLanes = VT.getSizeInBits() / 128;
146 if (NumLanes == 0 ) NumLanes = 1; // Handle MMX
147 unsigned NumLaneElts = NumElts / NumLanes;
165 unsigned NumLanes = VT.getSizeInBits() / 128;
166 if (NumLanes == 0 ) NumLanes = 1; // Handle MM
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 31 milliseconds