Lines Matching refs:isZeroNode
5215 bool X86::isZeroNode(SDValue Elt) { in isZeroNode() function in X86
6448 else if (Idx == 0 && X86::isZeroNode(V.getOperand(0))) in setTargetShuffleZeroElements()
6642 if (X86::isZeroNode(InScl)) { in getFauxShuffleMask()
7008 Zeroable[i] = (Elt.isUndef() || X86::isZeroNode(Elt)); in LowerBuildVectorv4x32()
7216 else if (X86::isZeroNode(Elt) || ISD::isBuildVectorAllZeros(Elt.getNode())) in EltsFromConsecutiveLoads()
8894 if (X86::isZeroNode(Elt)) in LowerBUILD_VECTOR()
9017 X86::isZeroNode(Op.getOperand(0)) && in LowerBUILD_VECTOR()
9018 !X86::isZeroNode(Op.getOperand(1))) { in LowerBUILD_VECTOR()
9760 if (Op.isUndef() || X86::isZeroNode(Op)) in computeZeroableShuffleElements()
9785 AllZeroable &= (Op.isUndef() || X86::isZeroNode(Op)); in computeZeroableShuffleElements()
16544 bool IsZeroElt = X86::isZeroNode(N1); in LowerINSERT_VECTOR_ELT()
16659 if (X86::isZeroNode(Op.getOperand(0))) in LowerSCALAR_TO_VECTOR()
21379 if (X86::isZeroNode(Mask)) in getMaskNode()
40372 if (X86::isZeroNode(N->getOperand(0)) && in combineADC()
40373 X86::isZeroNode(N->getOperand(1)) && in combineADC()
40503 !X86::isZeroNode(Cmp.getOperand(1)) || in combineAddOrSubToADCOrSBB()