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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp 25 static bool extractConstantMask(const Constant *C, unsigned MaskEltSizeInBits,
29 // MaskEltSizeInBits because the constant pool uniques constants by their
50 assert((CstSizeInBits % MaskEltSizeInBits) == 0 &&
53 unsigned NumMaskElts = CstSizeInBits / MaskEltSizeInBits;
58 if (MaskEltSizeInBits == CstEltSizeInBits) {
97 unsigned BitOffset = i * MaskEltSizeInBits;
98 APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits, BitOffset);
108 APInt EltBits = MaskBits.extractBits(MaskEltSizeInBits, BitOffset);
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 51 milliseconds