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

  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 56 void DecodePALIGNRMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
X86ShuffleDecode.cpp 136 void DecodePALIGNRMask(MVT VT, unsigned Imm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 57 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
X86ShuffleDecode.cpp 122 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 456 // DecodePALIGNRMask returns the shuffle mask of vpalign instruction.
469 static void DecodePALIGNRMask(MVT VT, unsigned Imm,
560 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false);
562 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true);
563 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true);
645 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]);
647 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true);
648 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp 574 DecodePALIGNRMask(getRegOperandVectorVT(MI, MVT::i8, 0),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp 715 DecodePALIGNRMask(getRegOperandNumElts(MI, 8, 0),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1347 milliseconds