Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp155 case FCmpInst::FCMP_OGE: return ISD::SETOGE; in getFCmpCondCode()
179 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h734 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/external/llvm/lib/Target/R600/
DAMDILISelLowering.cpp122 setOperationAction(ISD::SETOGE, VT, Expand); in InitAMDILLowering()
464 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE); in LowerSDIV24()
466 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE); in LowerSDIV24()
DAMDGPUInstructions.td62 case ISD::SETOGE: case ISD::SETUGE:
DAMDGPUISelLowering.cpp225 case ISD::SETOGE: in LowerMinMax()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp577 case ISD::SETOGE: in getPredicateForSetCC()
626 case ISD::SETOGE: in getCRIdxForSetCC()
689 case ISD::SETOGE: in getVCmpInst()
828 case ISD::SETOGE: in SelectSETCC()
DPPCISelLowering.cpp276 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
277 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
4594 case ISD::SETOGE: in LowerSELECT_CC()
4619 case ISD::SETOGE: in LowerSELECT_CC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1132 setCondCodeAction(ISD::SETOGE, MVT::f32, Legal); in HexagonTargetLowering()
1133 setCondCodeAction(ISD::SETOGE, MVT::f64, Legal); in HexagonTargetLowering()
1226 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in HexagonTargetLowering()
1229 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td175 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOGE),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp291 case ISD::SETOGE: return "setoge"; in getOperationName()
DTargetLowering.cpp123 case ISD::SETOGE: in softenSetCCOperands()
1592 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
1593 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGE); in SimplifySetCC()
1595 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
DSelectionDAG.cpp1569 case ISD::SETOGE: in FoldSetCC()
1631 case ISD::SETOGE: return getConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
DLegalizeDAG.cpp1623 case ISD::SETOGE: in LegalizeSetCCCondCode()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td499 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
833 (setcc node:$lhs, node:$rhs, SETOGE)>;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp678 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1163 case ISD::SETOGE: CondCode = ARMCC::GE; break; in FPCCToARMCC()
3796 case ISD::SETOGE: in LowerVSETCC()
9304 case ISD::SETOGE: in PerformSELECT_CCCombine()
9318 if ((CC == ISD::SETGE || CC == ISD::SETOGE || CC == ISD::SETUGE) && in PerformSELECT_CCCombine()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td956 (setcc node:$lhs, node:$rhs, SETOGE)>;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1640 case ISD::SETOGE: CondCode = A64CC::GE; break; in FPCCToA64CC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp633 case ISD::SETOGE: return Mips::FCOND_OGE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3260 case ISD::SETOGE: in TranslateX86CC()
9277 case ISD::SETOGE: in LowerVSETCC()
15232 case ISD::SETOGE: in PerformSELECTCombine()
15267 case ISD::SETOGE: in PerformSELECTCombine()