Home | History | Annotate | Download | only in X86

Lines Matching refs:PCMPEQ

9722   case ISD::SETEQ:  Opc = X86ISD::PCMPEQ; break;
9779 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1);
9797 if (Opc == X86ISD::PCMPEQ && !Subtarget->hasSSE41()) {
9837 Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result);
12343 assert(Subtarget->hasSSE2() && "Need SSE2 for pslli/pcmpeq.");
12352 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM);
12367 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM);
12379 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM);
13201 case X86ISD::PCMPEQ: return "X86ISD::PCMPEQ";