Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h846 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp132 setOperationAction(ISD::SETOGE, VT, Expand); in InitAMDILLowering()
556 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE); in LowerSDIV24()
558 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE); in LowerSDIV24()
DAMDGPUInstructions.td59 case ISD::SETOGE: case ISD::SETUGE:
/external/llvm/lib/CodeGen/
DAnalysis.cpp168 case FCmpInst::FCMP_OGE: return ISD::SETOGE; in getFCmpCondCode()
192 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td60 defm GE : ComparisonFP<SETOGE, "ge ">;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp332 case ISD::SETOGE: return "setoge"; in getOperationName()
DTargetLowering.cpp145 case ISD::SETOGE: in softenSetCCOperands()
1844 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
1845 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGE); in SimplifySetCC()
1847 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
DSelectionDAG.cpp1935 case ISD::SETOGE: in FoldSetCC()
1997 case ISD::SETOGE: return getConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
DLegalizeDAG.cpp1856 case ISD::SETOGE: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2097 case ISD::SETOGE: in getPredicateForSetCC()
2142 case ISD::SETOGE: in getCRIdxForSetCC()
2165 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
2176 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
2196 case ISD::SETOGE: in getVCmpInst()
DPPCInstrQPX.td992 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOGE),
1039 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOGE),
DPPCISelLowering.cpp353 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
354 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
6056 case ISD::SETOGE: in LowerSELECT_CC()
6092 case ISD::SETOGE: in LowerSELECT_CC()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td86 [{return N->get() == ISD::SETOGE || N->get() == ISD::SETGE;}]
DAMDGPUISelLowering.cpp1147 case ISD::SETOGE: in CombineFMinMaxLegacy()
1623 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE); in LowerDIVREM24()
2061 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE); in LowerFROUND32()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td580 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
953 (setcc node:$lhs, node:$rhs, SETOGE)>;
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp191 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
196 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
323 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
DMipsMSAInstrInfo.td161 def vfsetoge_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGE>;
162 def vfsetoge_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGE>;
DMipsISelLowering.cpp520 case ISD::SETOGE: return Mips::FCOND_OGE; in condCodeToFCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td954 (setcc node:$lhs, node:$rhs, SETOGE)>;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1870 {ISD::SETOEQ, ISD::SETOGT, ISD::SETOLT, ISD::SETOGE, ISD::SETOLE, in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1412 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1339 case ISD::SETOGE: CondCode = ARMCC::GE; break; in FPCCToARMCC()
3523 if (CC == ISD::SETUGE || CC == ISD::SETOGE || CC == ISD::SETOLE || in checkVSELConstraints()
4640 case ISD::SETOGE: in LowerVSETCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1094 case ISD::SETOGE: in changeFPCCToAArch64CC()
8982 (Op == ISD::FMAXNUM && CC != ISD::SETOGT && CC != ISD::SETOGE && in performAcrossLaneMinMaxReductionCombine()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2185 case ISD::SETOGE: in getVectorComparison()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4119 case ISD::SETOGE: in TranslateX86CC()
14221 case ISD::SETOGE: in translateX86FSETCC()
24019 case ISD::SETOGE: in PerformSELECTCombine()
24054 case ISD::SETOGE: in PerformSELECTCombine()

12