| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFloat64InstrInfo.td | 177 def : PatFPSetcc<SETONE, FCMP_CNE_D, FPR64>; 189 defm : PatFPBrcond<SETONE, FCMP_CNE_D, FPR64>; 203 def : PatStrictFsetccs<SETONE, FCMP_SNE_D, FPR64>; 222 def : PatFPSelectcc<SETONE, FCMP_CNE_D, FSEL_xD, FPR64>;
|
| H A D | LoongArchFloat32InstrInfo.td | 201 def : PatFPSetcc<SETONE, FCMP_CNE_S, FPR32>; 221 defm : PatFPBrcond<SETONE, FCMP_CNE_S, FPR32>; 238 def : PatStrictFsetccs<SETONE, FCMP_SNE_S, FPR32>; 261 def : PatFPSelectcc<SETONE, FCMP_CNE_S, FSEL_xS, FPR32>;
|
| H A D | LoongArchLASXInstrInfo.td | 1579 defm : PatCCXrXrF<SETONE, "XVFCMP_CNE">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1693 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator 1737 return Code == SETOEQ || Code == SETONE || Code == SETUEQ || Code == SETUNE; in isFPEqualitySetCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 207 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/Target/VE/ |
| H A D | VEISelLowering.h | 107 case ISD::SETONE: in fpCondCode2Fcc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 528 case ISD::SETONE: return "setone"; in getOperationName()
|
| H A D | TargetLowering.cpp | 377 case ISD::SETONE: in softenSetCCOperands() 5453 case ISD::SETONE: NewCond = IsNegInf ? ISD::SETOGT : ISD::SETOLT; break; in SimplifySetCC() 8918 ISD::CondCode UnorderedCmpOpcode = IsInvertedFP ? ISD::SETONE : ISD::SETUEQ; in expandIS_FPCLASS() 12182 case ISD::SETONE: in LegalizeSetCCCondCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 87 ISD::SETOLE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGE, in R600TargetLowering() 901 case ISD::SETONE: in LowerSELECT_CC()
|
| H A D | AMDGPUInstructions.td | 349 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
|
| H A D | SIWholeQuadMode.cpp | 869 case ISD::SETONE: in lowerKillF32()
|
| H A D | AMDGPUISelLowering.cpp | 1659 case ISD::SETONE: in combineFMinMaxLegacyImpl() 2438 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL() 2599 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 115 ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in CSKYTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 841 case ISD::SETONE: in IntCondCCodeToICC()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 913 def SETONE : CondCode<"FCMP_ONE">; 1582 (setcc node:$lhs, node:$rhs, SETONE)>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 878 case ISD::SETONE: in getFPBranchKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 387 case ISD::SETONE: in getPTXCmpMode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 350 setCondCodeAction(ISD::SETONE, MVT::v64f16, Expand); in initializeHVXLowering() 365 setCondCodeAction(ISD::SETONE, MVT::v32f32, Expand); in initializeHVXLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrInfo.td | 136 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>; 137 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
|
| H A D | MipsSEISelLowering.cpp | 1878 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1826 case ISD::SETONE: in TranslateM68kCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4289 case ISD::SETONE: in getPredicateForSetCC() 4344 case ISD::SETONE: in getCRIdxForSetCC()
|
| H A D | PPCISelLowering.cpp | 691 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering() 692 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering() 1015 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering() 1068 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering() 1250 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 132 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1568 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
|