Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1052 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp206 case FCmpInst::FCMP_OGE: return ISD::SETOGE; in getFCmpCondCode()
230 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td86 defm GE : ComparisonFP<SETOGE, "ge ", 0x60, 0x66>;
DWebAssemblyInstrSIMD.td502 defm GE : SIMDConditionFP<"ge", SETOGE, 69>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp203 case ISD::SETOGE: in kill()
DAMDGPUInstructions.td247 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
DAMDGPUISelLowering.cpp1313 case ISD::SETOGE: in combineFMinMaxLegacy()
1608 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE); in LowerDIVREM24()
2190 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE); in LowerFROUND_LegalFTRUNC()
DSIInstructions.td659 (SI_KILL_F32_COND_IMM_PSEUDO VSrc_b32:$src, 0, 3) // 3 means SETOGE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3801 case ISD::SETOGE: in SelectCC()
3828 case ISD::SETOGE: in SelectCC()
3861 case ISD::SETOGE: in getPredicateForSetCC()
3912 case ISD::SETOGE: in getCRIdxForSetCC()
3935 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
3946 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
3966 case ISD::SETOGE: in getVCmpInst()
DPPCInstrQPX.td989 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOGE),
1036 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOGE),
DPPCISelLowering.cpp504 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
505 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
924 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
7626 case ISD::SETOGE: in LowerSELECT_CC()
7664 case ISD::SETOGE: in LowerSELECT_CC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp410 case ISD::SETOGE: return "setoge"; in getOperationName()
DTargetLowering.cpp324 case ISD::SETOGE: in softenSetCCOperands()
3806 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
3807 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGE); in SimplifySetCC()
3809 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
DSelectionDAG.cpp2020 case ISD::SETOGE: in FoldSetCC()
2110 case ISD::SETOGE: return getBoolConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
DLegalizeDAG.cpp1686 case ISD::SETOGE: in LegalizeSetCCCondCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
DMipsMSAInstrInfo.td128 def vfsetoge_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGE>;
129 def vfsetoge_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGE>;
DMipsISelLowering.cpp616 case ISD::SETOGE: return Mips::FCOND_OGE; in condCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td686 def SETOGE : CondCode<"FCMP_OGE">;
1279 (setcc node:$lhs, node:$rhs, SETOGE)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp852 case ISD::SETOGE: in IntCondCCodeToICC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp159 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp547 case ISD::SETOGE: in getPTXCmpMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2671 case ISD::SETOGE: in getVectorComparison()
2803 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1396 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1859 case ISD::SETOGE: CondCode = ARMCC::GE; break; in FPCCToARMCC()
4651 if (CC == ISD::SETUGE || CC == ISD::SETOGE || CC == ISD::SETOLE || in checkVSELConstraints()
6284 case ISD::SETOGE: in LowerVSETCC()

12