Searched refs:PCMPEQ (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 402 PCMPEQ, enumerator
|
| H A D | X86ISelLowering.cpp | 23163 SDValue V = DAG.getNode(X86ISD::PCMPEQ, DL, MaskVT, LHS, RHS); in LowerVectorAllEqual() 23982 return DAG.getNode(X86ISD::PCMPEQ, dl, VT, Result, in LowerVSETCCWithSUBUS() 24311 Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result); in LowerVSETCC() 24329 unsigned Opc = (Cond == ISD::SETEQ || Cond == ISD::SETNE) ? X86ISD::PCMPEQ in LowerVSETCC() 24399 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1); in LowerVSETCC() 24417 if (Opc == X86ISD::PCMPEQ && !Subtarget.hasSSE41()) { in LowerVSETCC() 35083 NODE_NAME_CASE(PCMPEQ) in getTargetNodeName() 35477 case X86ISD::PCMPEQ: in isCommutativeBinOp() 38766 case X86ISD::PCMPEQ: { in computeKnownBitsForTargetNode() 38771 std::optional<bool> Res = Opc == X86ISD::PCMPEQ in computeKnownBitsForTargetNode() [all …]
|
| H A D | X86InstrFragmentsSIMD.td | 214 def X86pcmpeq : SDNode<"X86ISD::PCMPEQ", SDTIntBinOp, [SDNPCommutative]>;
|