Home
last modified time | relevance | path

Searched refs:SETOGE (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF2.td379 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 DCSKYInstrInfoF1.td359 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 DAnalysis.cpp204 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 DISDOpcodes.h1579 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td90 defm GE : ComparisonFP<SETOGE, "ge ", 0x60, 0x66>;
H A DWebAssemblyInstrSIMD.td786 defm GE : SIMDConditionFP<"ge", SETOGE, 70>;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td188 // SETOGT/SETOGE/SETUGT/SETUGE/SETGE/SETNE/SETGT will expand into
H A DLoongArchFloat64InstrInfo.td168 // SETOGT/SETOGE/SETUGT/SETUGE/SETGE/SETNE/SETGT will expand into
H A DLoongArchISelLowering.cpp160 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 DSelectionDAGDumper.cpp503 case ISD::SETOGE: return "setoge"; in getOperationName()
H A DTargetLowering.cpp332 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 DPPCISelDAGToDAG.cpp4227 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 DPPCISelLowering.cpp680 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 DAMDGPUInstructions.td351 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
H A DSIWholeQuadMode.cpp847 case ISD::SETOGE: in lowerKillF32()
H A DAMDGPUISelLowering.cpp1647 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 DMipsSEISelLowering.cpp260 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 DMipsMSAInstrInfo.td128 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 DLanaiISelLowering.cpp854 case ISD::SETOGE: in IntCondCCodeToICC()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td851 def SETOGE : CondCode<"FCMP_OGE">;
1487 (setcc node:$lhs, node:$rhs, SETOGE)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp346 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 DAArch64SVEInstrInfo.td2042 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 DM68kISelLowering.cpp1813 case ISD::SETOGE: in TranslateM68kCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp584 case ISD::SETOGE: in getPTXCmpMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1570 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()

12