Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1346 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp195 case FCmpInst::FCMP_OGE: return ISD::SETOGE; in getFCmpCondCode()
219 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp77 case ISD::SETOGE: in fpCondCode2Fcc()
H A DVEInstrInfo.td2066 def : Pat<(f64 (selectcc f64:$LHS, f64:$RHS, f64:$LHS, f64:$RHS, SETOGE)),
2068 def : Pat<(f32 (selectcc f32:$LHS, f32:$RHS, f32:$LHS, f32:$RHS, SETOGE)),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td86 defm GE : ComparisonFP<SETOGE, "ge ", 0x60, 0x66>;
H A DWebAssemblyInstrSIMD.td686 defm GE : SIMDConditionFP<"ge", SETOGE, 70>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4047 case ISD::SETOGE: in SelectCC()
4074 case ISD::SETOGE: in SelectCC()
4112 case ISD::SETOGE: in getPredicateForSetCC()
4163 case ISD::SETOGE: in getCRIdxForSetCC()
4187 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
4198 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
4218 case ISD::SETOGE: in getVCmpInst()
H A DPPCISelLowering.cpp619 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
620 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
1161 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
7858 case ISD::SETOGE: in LowerSELECT_CC()
7896 case ISD::SETOGE: in LowerSELECT_CC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp440 case ISD::SETOGE: return "setoge"; in getOperationName()
H A DTargetLowering.cpp333 case ISD::SETOGE: in softenSetCCOperands()
4190 case ISD::SETOEQ: NewCond = IsNegInf ? ISD::SETOLE : ISD::SETOGE; break; in SimplifySetCC()
8863 case ISD::SETOGE: in LegalizeSetCCCondCode()
H A DSelectionDAG.cpp2224 case ISD::SETOGE: in FoldSetCC()
2314 case ISD::SETOGE: return getBoolConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td271 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
H A DSIWholeQuadMode.cpp835 case ISD::SETOGE: in lowerKillF32()
H A DAMDGPUISelLowering.cpp1437 case ISD::SETOGE: in combineFMinMaxLegacy()
1740 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE); in LowerDIVREM24()
2262 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE); in LowerFROUND()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp263 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
268 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
400 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>;
H A DMipsISelLowering.cpp615 case ISD::SETOGE: return Mips::FCOND_OGE; in condCodeToFCC()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td720 def SETOGE : CondCode<"FCMP_OGE">;
1318 (setcc node:$lhs, node:$rhs, SETOGE)>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp852 case ISD::SETOGE: in IntCondCCodeToICC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1571 case ISD::SETOGE: in TranslateM68kCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp547 case ISD::SETOGE: in getPTXCmpMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1396 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2728 case ISD::SETOGE: in getVectorComparison()
2860 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp299 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in RISCVTargetLowering()
548 ISD::SETGT, ISD::SETOGT, ISD::SETGE, ISD::SETOGE, in RISCVTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td1256 …defm FCMGE_PPzZZ : sve_fp_3op_p_pd_cc<0b000, "fcmge", int_aarch64_sve_fcmpge, SETOGE, SETGE, SETOL…

12