Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h723 SETOGT, // 0 0 1 0 True if ordered and greater than enumerator
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp154 case FCmpInst::FCMP_OGT: return ISD::SETOGT; in getFCmpCondCode()
178 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; in getFCmpCodeWithoutNaN()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp585 case ISD::SETOGT: in getPredicateForSetCC()
606 case ISD::SETOGT: in getCRIdxForSetCC()
677 case ISD::SETOGT: in getVCmpInst()
817 case ISD::SETOGT: in SelectSETCC()
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1142 setCondCodeAction(ISD::SETOGT, MVT::f32, Legal); in HexagonTargetLowering()
1143 setCondCodeAction(ISD::SETOGT, MVT::f64, Legal); in HexagonTargetLowering()
1237 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in HexagonTargetLowering()
1240 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in HexagonTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp288 case ISD::SETOGT: return "setogt"; in getOperationName()
DTargetLowering.cpp152 case ISD::SETOGT: in softenSetCCOperands()
1654 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGT); in SimplifySetCC()
DSelectionDAG.cpp312 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE in getSetCCAndOperation()
1649 case ISD::SETOGT: in FoldSetCC()
1703 case ISD::SETOGT: return getConstant(R==APFloat::cmpGreaterThan, VT); in FoldSetCC()
DLegalizeDAG.cpp1651 case ISD::SETOGT: in LegalizeSetCCCondCode()
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstructions.td51 [{return N->get() == ISD::SETOGT || N->get() == ISD::SETGT;}]
DAMDILISelLowering.cpp122 setOperationAction(ISD::SETOGT, VT, Expand); in InitAMDILLowering()
DAMDGPUISelLowering.cpp477 case ISD::SETOGT: { in LowerMinMax()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td499 def SETOEQ : CondCode; def SETOGT : CondCode;
832 (setcc node:$lhs, node:$rhs, SETOGT)>;
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1878 case ISD::SETOGT: CondCode = A64CC::GT; break; in FPCCToA64CC()
2652 case ISD::SETOGT: in LowerVectorSETCC()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp1243 case ISD::SETOGT: CondCode = ARMCC::GT; break; in FPCCToARMCC()
3294 else if (CC == ISD::SETUGT || CC == ISD::SETOGT || CC == ISD::SETOLT || in checkVSELConstraints()
3385 if (CC == ISD::SETOGT || CC == ISD::SETUGT) in LowerSELECT_CC()
4191 case ISD::SETOGT: in LowerVSETCC()
10055 case ISD::SETOGT: in PerformSELECT_CCCombine()
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXVector.td954 (setcc node:$lhs, node:$rhs, SETOGT)>;
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td164 def vfsetogt_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGT>;
165 def vfsetogt_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGT>;
DMipsSEISelLowering.cpp238 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
DMipsISelLowering.cpp456 case ISD::SETOGT: return Mips::FCOND_OGT; in condCodeToFCC()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1353 case ISD::SETOGT: return SPCC::FCC_G; in FPCondCCodeToFCC()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp3486 case ISD::SETOGT: in TranslateX86CC()
9792 case ISD::SETOGT: in translateX86FSETCC()
16683 case ISD::SETOGT: in PerformSELECTCombine()
16717 case ISD::SETOGT: in PerformSELECTCombine()