Lines Matching refs:isZeroNode
3779 bool X86::isZeroNode(SDValue Elt) { in isZeroNode() function in X86
5591 if (X86::isZeroNode(Op)) in computeZeroableShuffleElements()
5616 AllZero &= X86::isZeroNode(Op); in computeZeroableShuffleElements()
5699 else if (Idx == 0 && X86::isZeroNode(V.getOperand(0))) in getTargetShuffleAndZeroables()
6018 if (X86::isZeroNode(Scl)) { in getFauxShuffleMask()
6663 Zeroable[i] = (Elt.isUndef() || X86::isZeroNode(Elt)); in LowerBuildVectorv4x32()
6923 if (X86::isZeroNode(Elt) || ISD::isBuildVectorAllZeros(Elt.getNode())) { in EltsFromConsecutiveLoads()
8817 if (X86::isZeroNode(Elt)) { in LowerBUILD_VECTOR()
8996 X86::isZeroNode(Op.getOperand(0)) && in LowerBUILD_VECTOR()
8997 !X86::isZeroNode(Op.getOperand(1))) { in LowerBUILD_VECTOR()
18258 bool IsZeroElt = X86::isZeroNode(N1); in LowerINSERT_VECTOR_ELT()
18420 if (X86::isZeroNode(Op.getOperand(0))) in LowerSCALAR_TO_VECTOR()
25336 if (X86::isZeroNode(Mask)) in getMaskNode()
50551 !X86::isZeroNode(EFLAGS.getOperand(1)) || in combineAddOrSubToADCOrSBB()
55835 X86::isZeroNode(Op0.getOperand(1))) { in combineAdd()
55926 if (!X86::isZeroNode(Sub.getOperand(0)) || SetCC.getOpcode() != X86ISD::SETCC) in combineX86CloadCstore()
55980 X86::isZeroNode(Op1.getOperand(1))) { in combineSub()
55989 !(X86::isZeroNode(Op0) && X86::isZeroNode(Op1.getOperand(1)))) { in combineSub()