Searched refs:isSequentialOrUndefInRange (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4227 static bool isSequentialOrUndefInRange(ArrayRef<int> Mask, function
7871 if (!isSequentialOrUndefInRange(Mask, Pos, Len,
7991 } else if (isSequentialOrUndefInRange(Mask, 0, Idx, 0)) {
7993 } else if (isSequentialOrUndefInRange(Mask, 0, Idx, Size)) {
8006 if (isSequentialOrUndefInRange(Mask, Idx, Len, 0)) {
8008 } else if (isSequentialOrUndefInRange(Mask, Idx, Len, Size)) {
8018 isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi, Hi)) {
8021 isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi,
8321 if (isSequentialOrUndefInRange(Mask, 0, NumElements / 2, 0))
8323 if (isSequentialOrUndefInRange(Mas
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp3115 /// isSequentialOrUndefInRange - Return true if every element in Mask, begining
3118 static bool isSequentialOrUndefInRange(const SmallVectorImpl<int> &Mask, function
3714 if (isSequentialOrUndefInRange(Mask, 0, HalfSize, Half*HalfSize)) {
3722 if (isSequentialOrUndefInRange(Mask, HalfSize, HalfSize, Half*HalfSize)) {

Completed in 180 milliseconds