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;
111 unsigned NumLanes = VT.getSizeInBits() / 128;
112 unsigned NumLaneElts = NumElts / NumLanes;
138 unsigned NumLanes = VT.getSizeInBits() / 128;
139 if (NumLanes == 0 ) NumLanes = 1; // Handle MMX
140 unsigned NumLaneElts = NumElts / NumLanes;
158 unsigned NumLanes = VT.getSizeInBits() / 128;
159 if (NumLanes == 0 ) NumLanes = 1; // Handle MM
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 180 milliseconds