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

  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 56 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
59 void DecodeUNPCKLMask(MVT VT, SmallVectorImpl<int> &ShuffleMask);
X86ShuffleDecode.cpp 175 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
178 void DecodeUNPCKLMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) {
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp 225 DecodeUNPCKLMask(MVT::v16i8, ShuffleMask);
233 DecodeUNPCKLMask(MVT::v32i8, ShuffleMask);
243 DecodeUNPCKLMask(MVT::v8i16, ShuffleMask);
251 DecodeUNPCKLMask(MVT::v16i16, ShuffleMask);
261 DecodeUNPCKLMask(MVT::v4i32, ShuffleMask);
269 DecodeUNPCKLMask(MVT::v8i32, ShuffleMask);
279 DecodeUNPCKLMask(MVT::v2i64, ShuffleMask);
287 DecodeUNPCKLMask(MVT::v4i64, ShuffleMask);
338 DecodeUNPCKLMask(MVT::v2f64, ShuffleMask);
346 DecodeUNPCKLMask(MVT::v4f64, ShuffleMask)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 50 milliseconds