Lines Matching refs:PCMPEQ
23512 V = DAG.getNode(X86ISD::PCMPEQ, DL, MVT::v16i8, V, in LowerVectorAllZero()
24267 return DAG.getNode(X86ISD::PCMPEQ, dl, VT, Result, in LowerVSETCCWithSUBUS()
24567 Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result); in LowerVSETCC()
24585 unsigned Opc = (Cond == ISD::SETEQ || Cond == ISD::SETNE) ? X86ISD::PCMPEQ in LowerVSETCC()
24641 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1); in LowerVSETCC()
24659 if (Opc == X86ISD::PCMPEQ && !Subtarget.hasSSE41()) { in LowerVSETCC()
33578 NODE_NAME_CASE(PCMPEQ) in getTargetNodeName()
33938 case X86ISD::PCMPEQ: in isCommutativeBinOp()
37154 case X86ISD::PCMPEQ: in ComputeNumSignBitsForTargetNode()
45633 if (BC.getOpcode() == X86ISD::PCMPEQ) { in combineSetCCMOVMSK()
45641 BC.getOperand(0).getOpcode() == X86ISD::PCMPEQ && in combineSetCCMOVMSK()
45642 BC.getOperand(1).getOpcode() == X86ISD::PCMPEQ) { in combineSetCCMOVMSK()
45687 if (IsAllOf && Result.getOpcode() == X86ISD::PCMPEQ && in combineSetCCMOVMSK()
52271 if (Src.getOpcode() == X86ISD::PCMPEQ && in combineMOVMSK()
53799 if (N->getOpcode() == X86ISD::PCMPEQ) in combineVectorCompare()
55187 case X86ISD::PCMPEQ: in PerformDAGCombine()