Searched refs:V2IsSplat (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 414 bool isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat = false); 418 bool isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat = false);
|
D | X86ISelLowering.cpp | 3509 bool V2IsSplat = false) { in isUNPCKLMask() argument 3533 if (V2IsSplat) { in isUNPCKLMask() 3549 bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) { in isUNPCKLMask() argument 3552 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat); in isUNPCKLMask() 3558 bool V2IsSplat = false) { in isUNPCKHMask() argument 3581 if (V2IsSplat) { in isUNPCKHMask() 3596 bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) { in isUNPCKHMask() argument 3599 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat); in isUNPCKHMask() 3882 bool V2IsSplat = false, bool V2IsUndef = false) { in isCommutedMOVLMask() argument 3893 (V2IsSplat && isUndefOrEqual(Mask[i], NumOps)))) in isCommutedMOVLMask() [all …]
|