Searched refs:SETOGT (Results 1 – 20 of 20) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 723 SETOGT, // 0 0 1 0 True if ordered and greater than enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 154 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/ |
| D | PPCISelDAGToDAG.cpp | 585 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/ |
| D | HexagonISelLowering.cpp | 1142 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/ |
| D | SelectionDAGDumper.cpp | 288 case ISD::SETOGT: return "setogt"; in getOperationName()
|
| D | TargetLowering.cpp | 152 case ISD::SETOGT: in softenSetCCOperands() 1654 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGT); in SimplifySetCC()
|
| D | SelectionDAG.cpp | 312 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()
|
| D | LegalizeDAG.cpp | 1651 case ISD::SETOGT: in LegalizeSetCCCondCode()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstructions.td | 51 [{return N->get() == ISD::SETOGT || N->get() == ISD::SETGT;}]
|
| D | AMDILISelLowering.cpp | 122 setOperationAction(ISD::SETOGT, VT, Expand); in InitAMDILLowering()
|
| D | AMDGPUISelLowering.cpp | 477 case ISD::SETOGT: { in LowerMinMax()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 499 def SETOEQ : CondCode; def SETOGT : CondCode; 832 (setcc node:$lhs, node:$rhs, SETOGT)>;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 1878 case ISD::SETOGT: CondCode = A64CC::GT; break; in FPCCToA64CC() 2652 case ISD::SETOGT: in LowerVectorSETCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 1243 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/ |
| D | NVPTXVector.td | 954 (setcc node:$lhs, node:$rhs, SETOGT)>;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsMSAInstrInfo.td | 164 def vfsetogt_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGT>; 165 def vfsetogt_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGT>;
|
| D | MipsSEISelLowering.cpp | 238 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
|
| D | MipsISelLowering.cpp | 456 case ISD::SETOGT: return Mips::FCOND_OGT; in condCodeToFCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1353 case ISD::SETOGT: return SPCC::FCC_G; in FPCondCCodeToFCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 3486 case ISD::SETOGT: in TranslateX86CC() 9792 case ISD::SETOGT: in translateX86FSETCC() 16683 case ISD::SETOGT: in PerformSELECTCombine() 16717 case ISD::SETOGT: in PerformSELECTCombine()
|