Searched refs:SETNE (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1042 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
1072 SETNE, // 1 X 1 1 0 True if not equal enumerator in enum:llvm::ISD::CondCode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp317 case ISD::SETNE:
2856 (Cond != ISD::SETEQ && Cond != ISD::SETNE))
2946 NewCond = ISD::CondCode::SETNE;
2950 NewCond = ISD::CondCode::SETNE;
3009 assert((Cond == ISD::SETEQ || Cond == ISD::SETNE) &&
3082 assert((Cond == ISD::SETEQ || Cond == ISD::SETNE) && "Unexpected condcode");
3159 if ((Cond == ISD::SETEQ || Cond == ISD::SETNE) &&
3164 Cond = ISD::SETNE;
3193 ISD::CondCode CC = Cond == ISD::SETULT ? ISD::SETEQ : ISD::SETNE;
3199 (Cond == ISD::SETEQ || Cond == ISD::SETNE)) {
[all...]
H A DLegalizeIntegerTypes.cpp882 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
1093 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
1173 ISD::SETNE);
1178 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
1369 case ISD::SETNE: {
2637 DAG.getConstant(0, dl, NVT), ISD::SETNE);
2668 DAG.getConstant(0, dl, NVT), ISD::SETNE);
3165 SatMax = DAG.getSetCC(dl, BoolNVT, Tmp, NVTZero, ISD::SETNE);
3168 SatMax = DAG.getSetCC(dl, BoolNVT, ResultHH, NVTZero, ISD::SETNE);
3174 SatMax = DAG.getSetCC(dl, BoolNVT, HLAdjusted, NVTZero, ISD::SETNE);
[all...]
H A DSelectionDAGDumper.cpp429 case ISD::SETNE: return "setne";
H A DLegalizeFloatTypes.cpp865 CCCode = ISD::SETNE;
933 CCCode = ISD::SETNE;
1732 CCCode = ISD::SETNE;
1830 CCCode = ISD::SETNE;
H A DLegalizeDAG.cpp1528 DAG.getConstant(0, DL, IntVT), ISD::SETNE);
1711 case ISD::SETNE:
3529 Tmp2, Tmp3, ISD::SETNE);
3597 DAG.getCondCode(ISD::SETNE), Tmp3,
3727 CC = DAG.getCondCode(ISD::SETNE);
3759 Tmp4 = DAG.getCondCode(ISD::SETNE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp542 CCs[RTLIB::UNE_F32] = ISD::SETNE;
543 CCs[RTLIB::UNE_F64] = ISD::SETNE;
544 CCs[RTLIB::UNE_F128] = ISD::SETNE;
545 CCs[RTLIB::UNE_PPCF128] = ISD::SETNE;
562 CCs[RTLIB::UO_F32] = ISD::SETNE;
563 CCs[RTLIB::UO_F64] = ISD::SETNE;
564 CCs[RTLIB::UO_F128] = ISD::SETNE;
565 CCs[RTLIB::UO_PPCF128] = ISD::SETNE;
H A DAnalysis.cpp226 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
241 case ICmpInst::ICMP_NE: return ISD::SETNE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2929 case ISD::SETNE: {
3106 case ISD::SETNE: {
3273 case ISD::SETNE: {
3432 case ISD::SETNE: {
3702 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
3704 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
3746 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
3748 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
3795 case ISD::SETNE:
3822 case ISD::SETNE
[all...]
H A DPPCISelLowering.cpp3047 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
3082 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) {
3112 DAG.getConstant(0, dl, MVT::i32), ISD::SETNE);
7629 case ISD::SETNE:
7664 case ISD::SETNE:
12929 if (CC == ISD::SETNE || CC == ISD::SETEQ) {
14356 assert((CC == ISD::SETEQ || CC == ISD::SETNE) &&
14361 (CC == ISD::SETNE && !Val);
14377 isa<ConstantSDNode>(RHS) && (CC == ISD::SETEQ || CC == ISD::SETNE) &&
15590 case ISD::SETNE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp216 case ISD::SETNE:
H A DAMDGPUISelLowering.cpp1270 case ISD::SETNE:
1793 SDValue Sel1 = DAG.getSelectCC(DL, C6, Zero, Add4, Add3, ISD::SETNE);
1794 SDValue Div = DAG.getSelectCC(DL, C3, Zero, Sel1, Mulhi3, ISD::SETNE);
1796 SDValue Sel2 = DAG.getSelectCC(DL, C6, Zero, Sub3, Sub2, ISD::SETNE);
1797 SDValue Rem = DAG.getSelectCC(DL, C3, Zero, Sel2, Sub1, ISD::SETNE);
2228 ISD::SETNE);
2441 DAG.getSetCC(SL, SetCCVT, L, ZeroI64, ISD::SETNE),
2660 Zero, ISD::SETNE), DAG.getConstant(0x7c00, DL, MVT::i32));
2679 SDValue D1 = DAG.getSelectCC(DL, D0, SigSetHigh, One, Zero, ISD::SETNE);
3482 if (CCOpcode == ISD::SETNE
[all...]
H A DR600ISelLowering.cpp1042 case ISD::SETNE:
1080 DAG.getCondCode(ISD::SETNE));
1988 case ISD::SETNE: return LHS;
H A DSIISelLowering.cpp4495 ISD::SETNE));
4738 SDValue NonNull = DAG.getSetCC(SL, MVT::i1, Src, FlatNullPtr, ISD::SETNE);
4756 = DAG.getSetCC(SL, MVT::i1, Src, SegmentNullPtr, ISD::SETNE);
9846 (CC == ISD::SETNE || CC == ISD::SETGT || CC == ISD::SETULT)) ||
9854 (CC == ISD::SETNE || CC == ISD::SETUGT || CC == ISD::SETLT)))
9859 if ((CC == ISD::SETEQ || CC == ISD::SETNE) &&
9874 (CT == CRHSVal && CC == ISD::SETNE))
9877 if ((CF == CRHSVal && CC == ISD::SETNE) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h1006 X86_INTRINSIC_DATA(sse_comineq_ss, COMI, X86ISD::COMI, ISD::SETNE),
1023 X86_INTRINSIC_DATA(sse_ucomineq_ss, COMI, X86ISD::UCOMI, ISD::SETNE),
1030 X86_INTRINSIC_DATA(sse2_comineq_sd, COMI, X86ISD::COMI, ISD::SETNE),
1077 X86_INTRINSIC_DATA(sse2_ucomineq_sd, COMI, X86ISD::UCOMI, ISD::SETNE),
H A DX86ISelLowering.cpp4838 case ISD::SETNE: return X86::COND_NE;
4919 case ISD::SETNE: return X86::COND_NE;
17488 ISD::SETNE);
18514 DAG.getConstant(0, dl, MVT::i8), ISD::SETNE);
19903 return DAG.getSetCC(DL, VT, In, DAG.getConstant(0, DL, InVT), ISD::SETNE);
21181 case ISD::SETNE: SSECC = 4; break;
21200 case ISD::SETNE:
21518 case ISD::SETNE: CmpMode = 0x05; break;
21531 if (Cond == ISD::SETNE && ISD::isBuildVectorAllZeros(Op1.getNode())) {
21568 // If this is a SETNE agains
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp462 { RTLIB::OEQ_F32, "__eqsf2vfp", ISD::SETNE },
463 { RTLIB::UNE_F32, "__nesf2vfp", ISD::SETNE },
464 { RTLIB::OLT_F32, "__ltsf2vfp", ISD::SETNE },
465 { RTLIB::OLE_F32, "__lesf2vfp", ISD::SETNE },
466 { RTLIB::OGE_F32, "__gesf2vfp", ISD::SETNE },
467 { RTLIB::OGT_F32, "__gtsf2vfp", ISD::SETNE },
468 { RTLIB::UO_F32, "__unordsf2vfp", ISD::SETNE },
471 { RTLIB::OEQ_F64, "__eqdf2vfp", ISD::SETNE },
472 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE },
473 { RTLIB::OLT_F64, "__ltdf2vfp", ISD::SETNE },
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp201 { RTLIB::UNE_F64, "__mspabi_cmpd", ISD::SETNE },
207 { RTLIB::UNE_F32, "__mspabi_cmpf", ISD::SETNE },
1059 case ISD::SETNE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp692 SET_NEWCC(SETNE, JNE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp65 case ISD::SETNE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1368 case ISD::SETNE: return SPCC::ICC_NE;
1387 case ISD::SETNE:
1884 CC == ISD::SETNE &&
2965 TopHalf = DAG.getSetCC(dl, MVT::i32, TopHalf, Tmp1, ISD::SETNE);
2968 ISD::SETNE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1524 case ISD::SETNE:
1601 case ISD::SETNE:
1688 // are SETEQ and SETNE. They're the only ones we can safely use CMN for in
1692 (CC == ISD::SETEQ || CC == ISD::SETNE);
1822 if (isNullConstant(SubOp0) && (CC == ISD::SETEQ || CC == ISD::SETNE)) {
1823 // See emitComparison() on why we can only do this for SETEQ and SETNE.
2154 if ((CC == ISD::SETEQ || CC == ISD::SETNE) && isa<ConstantSDNode>(RHS)) {
2191 if ((CC == ISD::SETNE) ^ RHSC->isNullValue())
4971 CC = ISD::SETNE;
4978 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp161 ISD::SETGE, ISD::SETNE};
378 case ISD::SETNE:
665 SDValue SetNE = DAG.getConstant(ISD::SETNE, DL, XLenVT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp805 // For integer, only the SETEQ, SETNE, SETLT, SETLE, SETGT, SETGE, SETULT,
848 case ISD::SETNE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp428 case ISD::SETNE:

Completed in 752 milliseconds

12