Searched refs:PCMPEQ (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 380 PCMPEQ, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 199 def X86pcmpeq : SDNode<"X86ISD::PCMPEQ", SDTIntBinOp, [SDNPCommutative]>;
|
| H A D | X86ISelLowering.cpp | 22158 V = DAG.getNode(X86ISD::PCMPEQ, DL, MVT::v16i8, V, in LowerVectorAllZero() 22884 return DAG.getNode(X86ISD::PCMPEQ, dl, VT, Result, in LowerVSETCCWithSUBUS() 23181 Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result); in LowerVSETCC() 23199 unsigned Opc = (Cond == ISD::SETEQ || Cond == ISD::SETNE) ? X86ISD::PCMPEQ in LowerVSETCC() 23257 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1); in LowerVSETCC() 23275 if (Opc == X86ISD::PCMPEQ && !Subtarget.hasSSE41()) { in LowerVSETCC() 31424 NODE_NAME_CASE(PCMPEQ) in getTargetNodeName() 31768 case X86ISD::PCMPEQ: in isCommutativeBinOp() 34898 case X86ISD::PCMPEQ: in ComputeNumSignBitsForTargetNode() 42459 if (BC.getOpcode() == X86ISD::PCMPEQ && in combineSetCCMOVMSK() [all …]
|
| H A D | X86InstrAVX512.td | 2184 // operands for PCMPEQ.
|