/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfoF2.td | 379 defm : BRCond_Bin_F2<SETOGE, "f2FCMPHS", BT32, BF32, MVC32>; 396 def : Pat<(brcond (i32 (setcc FPR32Op:$rs1, fpimm0, SETOGE)), bb:$imm16), 398 def : Pat<(i32 (setcc FPR32Op:$rs1, fpimm0, SETOGE)), 400 def : Pat<(select (i32 (setcc FPR32Op:$rs1, fpimm0, SETOGE)), FPR32Op:$rx, FPR32Op:$false),
|
H A D | CSKYInstrInfoF1.td | 359 defm : BRCond_Bin<SETOGE, "FCMPHS", BT32, BF32, MVC32>; 376 def : Pat<(brcond (i32 (setcc sFPR32Op:$rs1, fpimm0, SETOGE)), bb:$imm16), 378 def : Pat<(i32 (setcc sFPR32Op:$rs1, fpimm0, SETOGE)),
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 204 case FCmpInst::FCMP_OGE: return ISD::SETOGE; in getFCmpCondCode() 228 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1579 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrFloat.td | 90 defm GE : ComparisonFP<SETOGE, "ge ", 0x60, 0x66>;
|
H A D | WebAssemblyInstrSIMD.td | 786 defm GE : SIMDConditionFP<"ge", SETOGE, 70>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFloat32InstrInfo.td | 188 // SETOGT/SETOGE/SETUGT/SETUGE/SETGE/SETNE/SETGT will expand into
|
H A D | LoongArchFloat64InstrInfo.td | 168 // SETOGT/SETOGE/SETUGT/SETUGE/SETGE/SETNE/SETGT will expand into
|
H A D | LoongArchISelLowering.cpp | 160 ISD::SETOGT, ISD::SETOGE, ISD::SETUGT, ISD::SETUGE, in LoongArchTargetLowering() 281 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering() 328 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 503 case ISD::SETOGE: return "setoge"; in getOperationName()
|
H A D | TargetLowering.cpp | 332 case ISD::SETOGE: in softenSetCCOperands() 5236 case ISD::SETOEQ: NewCond = IsNegInf ? ISD::SETOLE : ISD::SETOGE; break; in SimplifySetCC() 11619 case ISD::SETOGE: in LegalizeSetCCCondCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4227 case ISD::SETOGE: in SelectCC() 4254 case ISD::SETOGE: in SelectCC() 4292 case ISD::SETOGE: in getPredicateForSetCC() 4343 case ISD::SETOGE: in getCRIdxForSetCC() 4367 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst() 4378 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst() 4398 case ISD::SETOGE: in getVCmpInst()
|
H A D | PPCISelLowering.cpp | 680 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering() 681 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering() 1230 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering() 8233 case ISD::SETOGE: in LowerSELECT_CC() 8271 case ISD::SETOGE: in LowerSELECT_CC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 351 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
|
H A D | SIWholeQuadMode.cpp | 847 case ISD::SETOGE: in lowerKillF32()
|
H A D | AMDGPUISelLowering.cpp | 1647 case ISD::SETOGE: in combineFMinMaxLegacyImpl() 1993 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE); in LowerDIVREM24() 2518 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE); in LowerFROUND()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 260 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering() 265 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering() 397 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
|
H A D | MipsMSAInstrInfo.td | 128 def vfsetoge_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGE>; 129 def vfsetoge_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGE>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 854 case ISD::SETOGE: in IntCondCCodeToICC()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 851 def SETOGE : CondCode<"FCMP_OGE">; 1487 (setcc node:$lhs, node:$rhs, SETOGE)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 346 setCondCodeAction(ISD::SETOGE, MVT::v64f16, Expand); in initializeHVXLowering() 359 setCondCodeAction(ISD::SETOGE, MVT::v32f32, Expand); in initializeHVXLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 2042 defm FCMGE_PPzZZ : sve_fp_3op_p_pd_cc<0b000, "fcmge", SETOGE, SETGE, SETOLE, SETLE>; 2050 defm FCMGE_PPzZ0 : sve_fp_2op_p_pd<0b000, "fcmge", SETOGE, SETGE, SETOLE, SETLE>; 2053 defm FCMLE_PPzZ0 : sve_fp_2op_p_pd<0b011, "fcmle", SETOLE, SETLE, SETOGE, SETGE>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1813 case ISD::SETOGE: in TranslateM68kCC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 584 case ISD::SETOGE: in getPTXCmpMode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1570 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()
|