HomeSort by relevance Sort by last modified time
    Searched defs:ElementBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 370 int ElementBits = VT.getScalarSizeInBits();
376 int Bit = NumElements > 8 ? i % (128 / ElementBits) : i;
396 int ElementBits = MaskTy->getScalarSizeInBits();
406 int Base = (i * ElementBits / 128) * (128 / ElementBits);
417 int Base = (i * ElementBits / 128) * (128 / ElementBits);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1056 milliseconds