Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h783 SETOGT, // 0 0 1 0 True if ordered and greater than enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp165 case FCmpInst::FCMP_OGT: return ISD::SETOGT; in getFCmpCondCode()
189 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; in getFCmpCodeWithoutNaN()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td52 case ISD::SETOGT: case ISD::SETUGT:
DAMDILISelLowering.cpp133 setOperationAction(ISD::SETOGT, VT, Expand); in InitAMDILLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp306 case ISD::SETOGT: return "setogt"; in getOperationName()
DTargetLowering.cpp156 case ISD::SETOGT: in softenSetCCOperands()
1786 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGT); in SimplifySetCC()
DSelectionDAG.cpp360 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE in getSetCCAndOperation()
1849 case ISD::SETOGT: in FoldSetCC()
1903 case ISD::SETOGT: return getConstant(R==APFloat::cmpGreaterThan, VT); in FoldSetCC()
DLegalizeDAG.cpp1709 case ISD::SETOGT: in LegalizeSetCCCondCode()
DDAGCombiner.cpp4732 case ISD::SETOGT: in combineMinNumMaxNum()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2045 case ISD::SETOGT: in getPredicateForSetCC()
2066 case ISD::SETOGT: in getCRIdxForSetCC()
2103 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
2112 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break; in getVCmpInst()
2126 case ISD::SETOGT: in getVCmpInst()
DPPCInstrQPX.td473 (setcc v4f64:$FRA, v4f64:$FRB, SETOGT))]>;
478 (setcc v4f32:$FRA, v4f32:$FRB, SETOGT))]>;
DPPCInstrInfo.td3098 def : Pat<(i1 (setcc f32:$s1, f32:$s2, SETOGT)),
3129 def : Pat<(i1 (setcc f64:$s1, f64:$s2, SETOGT)),
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1438 setCondCodeAction(ISD::SETOGT, MVT::f32, Legal); in HexagonTargetLowering()
1439 setCondCodeAction(ISD::SETOGT, MVT::f64, Legal); in HexagonTargetLowering()
1536 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in HexagonTargetLowering()
1539 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td81 [{return N->get() == ISD::SETOGT || N->get() == ISD::SETGT;}]
DAMDGPUISelLowering.cpp1132 case ISD::SETOGT: { in CombineFMinMaxLegacy()
1923 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT); in LowerFCEIL()
2013 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT); in LowerFRINT()
DSIISelLowering.cpp1106 SDValue r2 = DAG.getSetCC(SL, SetCCVT, r1, K0, ISD::SETOGT); in LowerFDIV32()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td538 def SETOEQ : CondCode; def SETOGT : CondCode;
877 (setcc node:$lhs, node:$rhs, SETOGT)>;
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp192 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
197 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
324 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
DMipsMSAInstrInfo.td173 def vfsetogt_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGT>;
174 def vfsetogt_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGT>;
DMipsISelLowering.cpp497 case ISD::SETOGT: return Mips::FCOND_OGT; in condCodeToFCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td954 (setcc node:$lhs, node:$rhs, SETOGT)>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1242 case ISD::SETOGT: CondCode = ARMCC::GT; break; in FPCCToARMCC()
3390 else if (CC == ISD::SETUGT || CC == ISD::SETOGT || CC == ISD::SETOLT || in checkVSELConstraints()
4369 case ISD::SETOGT: in LowerVSETCC()
9702 case ISD::SETOGT: in PerformSELECT_CCCombine()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1353 case ISD::SETOGT: return SPCC::FCC_G; in FPCondCCodeToFCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1034 case ISD::SETOGT: in changeFPCCToAArch64CC()
3712 case ISD::SETOGT: in LowerSELECT_CC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3699 case ISD::SETOGT: in TranslateX86CC()
12932 case ISD::SETOGT: in translateX86FSETCC()
20847 case ISD::SETOGT: in PerformSELECTCombine()
20881 case ISD::SETOGT: in PerformSELECTCombine()