Home
last modified time | relevance | path

Searched refs:PCMPEQ (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h378 PCMPEQ, enumerator
H A DX86InstrFragmentsSIMD.td196 def X86pcmpeq : SDNode<"X86ISD::PCMPEQ", SDTIntBinOp, [SDNPCommutative]>;
1317 // operands for PCMPEQ.
H A DX86ISelLowering.cpp33271 NODE_NAME_CASE(PCMPEQ) in getTargetNodeName()
33641 case X86ISD::PCMPEQ: in isCommutativeBinOp()
36677 case X86ISD::PCMPEQ: { in computeKnownBitsForTargetNode()
36682 std::optional<bool> Res = Opc == X86ISD::PCMPEQ in computeKnownBitsForTargetNode()
36974 case X86ISD::PCMPEQ: in ComputeNumSignBitsForTargetNode()
41579 case X86ISD::PCMPEQ: in SimplifyDemandedVectorEltsForTargetNode()
45959 if (BC.getOpcode() == X86ISD::PCMPEQ) { in combineSetCCMOVMSK()
53207 if (Src.getOpcode() == X86ISD::PCMPEQ) { in combineMOVMSK()
54616 if (N->getOpcode() == X86ISD::PCMPEQ) in combineVectorCompare()
55015 case X86ISD::PCMPEQ: in combineConcatVectorOps()
[all …]