Home
last modified time | relevance | path

Searched refs:isUndefOrEqual (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp3544 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual() function
3554 if (!isUndefOrEqual(Mask[i], Low)) in isSequentialOrUndefInRange()
3663 if (l != 0 && Mask[i] >= 0 && !isUndefOrEqual(Start, Mask[i]+l)) in isPALIGNRMask()
3686 if (l != 0 && Mask[i] >= 0 && !isUndefOrEqual(Idx, Mask[i]+l)) in isPALIGNRMask()
3692 if (!isUndefOrEqual(Idx, Start+i)) in isPALIGNRMask()
3789 return isUndefOrEqual(Mask[0], 6) && in isMOVHLPSMask()
3790 isUndefOrEqual(Mask[1], 7) && in isMOVHLPSMask()
3791 isUndefOrEqual(Mask[2], 2) && in isMOVHLPSMask()
3792 isUndefOrEqual(Mask[3], 3); in isMOVHLPSMask()
3807 return isUndefOrEqual(Mask[0], 2) && in isMOVHLPS_v_undef_Mask()
[all …]