Searched refs:PCMPEQ (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 382 PCMPEQ, enumerator
|
H A D | X86InstrFragmentsSIMD.td | 196 def X86pcmpeq : SDNode<"X86ISD::PCMPEQ", SDTIntBinOp, [SDNPCommutative]>; 1306 // operands for PCMPEQ.
|
H A D | X86ISelLowering.cpp | 22427 SDValue V = DAG.getNode(X86ISD::PCMPEQ, DL, MaskVT, LHS, RHS); in LowerVectorAllEqual() 23242 return DAG.getNode(X86ISD::PCMPEQ, dl, VT, Result, in LowerVSETCCWithSUBUS() 23547 Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result); in LowerVSETCC() 23565 unsigned Opc = (Cond == ISD::SETEQ || Cond == ISD::SETNE) ? X86ISD::PCMPEQ in LowerVSETCC() 23635 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1); in LowerVSETCC() 23653 if (Opc == X86ISD::PCMPEQ && !Subtarget.hasSSE41()) { in LowerVSETCC() 33808 NODE_NAME_CASE(PCMPEQ) in getTargetNodeName() 34172 case X86ISD::PCMPEQ: in isCommutativeBinOp() 37356 case X86ISD::PCMPEQ: { in computeKnownBitsForTargetNode() 37361 std::optional<bool> Res = Opc == X86ISD::PCMPEQ in computeKnownBitsForTargetNode() [all …]
|