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

  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 69 unsigned NumLanes = VT.getSizeInBits() / 128;
70 unsigned NumLaneElts = NumElts / NumLanes;
88 unsigned NumLanes = VT.getSizeInBits() / 128;
89 unsigned NumLaneElts = NumElts / NumLanes;
139 unsigned NumLanes = VT.getSizeInBits() / 128;
140 unsigned NumLaneElts = NumElts / NumLanes;
163 unsigned NumLanes = VT.getSizeInBits() / 128;
164 if (NumLanes == 0 ) NumLanes = 1; // Handle MMX
165 unsigned NumLaneElts = NumElts / NumLanes;
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 93 uint32_t NumLanes);
97 uint32_t &NumLanes);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 66 milliseconds