| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1346 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 D | Analysis.cpp | 195 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 D | VEISelDAGToDAG.cpp | 77 case ISD::SETOGE: in fpCondCode2Fcc()
|
| H A D | VEInstrInfo.td | 2066 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 D | WebAssemblyInstrFloat.td | 86 defm GE : ComparisonFP<SETOGE, "ge ", 0x60, 0x66>;
|
| H A D | WebAssemblyInstrSIMD.td | 686 defm GE : SIMDConditionFP<"ge", SETOGE, 70>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4047 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 D | PPCISelLowering.cpp | 619 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 D | SelectionDAGDumper.cpp | 440 case ISD::SETOGE: return "setoge"; in getOperationName()
|
| H A D | TargetLowering.cpp | 333 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 D | SelectionDAG.cpp | 2224 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 D | AMDGPUInstructions.td | 271 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
|
| H A D | SIWholeQuadMode.cpp | 835 case ISD::SETOGE: in lowerKillF32()
|
| H A D | AMDGPUISelLowering.cpp | 1437 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 D | MipsSEISelLowering.cpp | 263 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 D | MipsMSAInstrInfo.td | 128 def vfsetoge_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGE>; 129 def vfsetoge_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGE>;
|
| H A D | MipsISelLowering.cpp | 615 case ISD::SETOGE: return Mips::FCOND_OGE; in condCodeToFCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 720 def SETOGE : CondCode<"FCMP_OGE">; 1318 (setcc node:$lhs, node:$rhs, SETOGE)>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 852 case ISD::SETOGE: in IntCondCCodeToICC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1571 case ISD::SETOGE: in TranslateM68kCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 547 case ISD::SETOGE: in getPTXCmpMode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1396 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2728 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 D | RISCVISelLowering.cpp | 299 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 D | AArch64SVEInstrInfo.td | 1256 …defm FCMGE_PPzZZ : sve_fp_3op_p_pd_cc<0b000, "fcmge", int_aarch64_sve_fcmpge, SETOGE, SETGE, SETOL…
|