Home
last modified time | relevance | path

Searched refs:SETONE (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td195 def : PatFPSetcc<SETONE, FCMP_CNE_S, FPR32>;
215 defm : PatFPBrcond<SETONE, FCMP_CNE_S, FPR32>;
232 def : PatStrictFsetccs<SETONE, FCMP_SNE_S, FPR32>;
255 def : PatFPSelectcc<SETONE, FCMP_CNE_S, FSEL_xS, FPR32>;
H A DLoongArchFloat64InstrInfo.td175 def : PatFPSetcc<SETONE, FCMP_CNE_D, FPR64>;
187 defm : PatFPBrcond<SETONE, FCMP_CNE_D, FPR64>;
201 def : PatStrictFsetccs<SETONE, FCMP_SNE_D, FPR64>;
220 def : PatFPSelectcc<SETONE, FCMP_CNE_D, FSEL_xD, FPR64>;
H A DLoongArchLASXInstrInfo.td1535 defm : PatCCXrXrF<SETONE, "XVFCMP_CNE">;
H A DLoongArchLSXInstrInfo.td1659 defm : PatCCVrVrF<SETONE, "VFCMP_CNE">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1582 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
1626 return Code == SETOEQ || Code == SETONE || Code == SETUEQ || Code == SETUNE; in isFPEqualitySetCC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp207 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
224 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp506 case ISD::SETONE: return "setone"; in getOperationName()
H A DTargetLowering.cpp363 case ISD::SETONE: in softenSetCCOperands()
5239 case ISD::SETONE: NewCond = IsNegInf ? ISD::SETOGT : ISD::SETOLT; break; in SimplifySetCC()
8598 ISD::CondCode UnorderedCmpOpcode = IsInverted ? ISD::SETONE : ISD::SETUEQ; in expandIS_FPCLASS()
11600 case ISD::SETONE: in LegalizeSetCCCondCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp88 ISD::SETOLE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGE, in R600TargetLowering()
897 case ISD::SETONE: in LowerSELECT_CC()
H A DAMDGPUInstructions.td349 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
H A DSIWholeQuadMode.cpp859 case ISD::SETONE: in lowerKillF32()
H A DAMDGPUISelLowering.cpp1602 case ISD::SETONE: in combineFMinMaxLegacyImpl()
2381 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL()
2542 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp852 case ISD::SETONE: in IntCondCCodeToICC()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp115 ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td850 def SETONE : CondCode<"FCMP_ONE">;
1489 (setcc node:$lhs, node:$rhs, SETONE)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp344 setCondCodeAction(ISD::SETONE, MVT::v64f16, Expand); in initializeHVXLowering()
357 setCondCodeAction(ISD::SETONE, MVT::v32f32, Expand); in initializeHVXLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp127 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td136 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>;
137 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
H A DMipsSEISelLowering.cpp1834 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
H A DMipsISelLowering.cpp634 case ISD::SETONE: return Mips::FCOND_ONE; in condCodeToFCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1824 case ISD::SETONE: in TranslateM68kCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp590 case ISD::SETONE: in getPTXCmpMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp684 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
685 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
998 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
1051 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
1232 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()
H A DPPCISelDAGToDAG.cpp4290 case ISD::SETONE: in getPredicateForSetCC()
4345 case ISD::SETONE: in getCRIdxForSetCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1577 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()

12