Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1345 SETOGT, // 0 0 1 0 True if ordered and greater than enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp194 case FCmpInst::FCMP_OGT: return ISD::SETOGT; in getFCmpCondCode()
218 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; in getFCmpCodeWithoutNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp71 case ISD::SETOGT: in fpCondCode2Fcc()
H A DVEInstrInfo.td2058 def : Pat<(f64 (selectcc f64:$LHS, f64:$RHS, f64:$LHS, f64:$RHS, SETOGT)),
2060 def : Pat<(f32 (selectcc f32:$LHS, f32:$RHS, f32:$LHS, f32:$RHS, SETOGT)),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td85 defm GT : ComparisonFP<SETOGT, "gt ", 0x5e, 0x64>;
H A DWebAssemblyInstrSIMD.td674 defm GT : SIMDConditionFP<"gt", SETOGT, 68>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4054 case ISD::SETOGT: in SelectCC()
4081 case ISD::SETOGT: in SelectCC()
4127 case ISD::SETOGT: in getPredicateForSetCC()
4150 case ISD::SETOGT: in getCRIdxForSetCC()
4188 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
4197 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break; in getVCmpInst()
4211 case ISD::SETOGT: in getVCmpInst()
H A DPPCInstrInfo.td4095 def : Pat<(i1 (SetCC Ty:$s1, Ty:$s2, SETOGT)),
4139 def : Pat<(i1 (any_fsetccs f32:$s1, f32:$s2, SETOGT)),
4166 def : Pat<(i1 (any_fsetccs f64:$s1, f64:$s2, SETOGT)),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp439 case ISD::SETOGT: return "setogt"; in getOperationName()
H A DTargetLowering.cpp351 case ISD::SETOGT: in softenSetCCOperands()
4193 case ISD::SETONE: NewCond = IsNegInf ? ISD::SETOGT : ISD::SETOLT; break; in SimplifySetCC()
8697 ISD::CondCode::SETOGT); in expandFP_TO_INT_SAT()
8852 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode()
8854 CC1 = ISD::SETOGT; in LegalizeSetCCCondCode()
8862 case ISD::SETOGT: in LegalizeSetCCCondCode()
H A DSelectionDAG.cpp543 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE in getSetCCAndOperation()
2223 case ISD::SETOGT: in FoldSetCC()
2303 case ISD::SETOGT: return getBoolConstant(R==APFloat::cmpGreaterThan, dl, in FoldSetCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td270 def COND_OGT : PatFrags<(ops), [(OtherVT SETOGT), (OtherVT SETGT)]>;
H A DSIWholeQuadMode.cpp831 case ISD::SETOGT: in lowerKillF32()
H A DAMDGPUISelLowering.cpp1438 case ISD::SETOGT: { in combineFMinMaxLegacy()
2128 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT); in LowerFCEIL()
2223 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT); in LowerFRINT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp264 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
269 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
401 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
H A DMipsMSAInstrInfo.td130 def vfsetogt_v4f32 : vfsetcc_type<v4i32, v4f32, SETOGT>;
131 def vfsetogt_v2f64 : vfsetcc_type<v2i64, v2f64, SETOGT>;
H A DMipsISelLowering.cpp611 case ISD::SETOGT: return Mips::FCOND_OGT; in condCodeToFCC()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td719 def SETOGT : CondCode<"FCMP_OGT">;
1316 (setcc node:$lhs, node:$rhs, SETOGT)>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp855 case ISD::SETOGT: in IntCondCCodeToICC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2105 ISD::SETOGT); in LowerFROUND32()
2148 ISD::SETOGT); in LowerFROUND64()
H A DNVPTXISelDAGToDAG.cpp545 case ISD::SETOGT: in getPTXCmpMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2738 case ISD::SETOGT: in getVectorComparison()
2858 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
2875 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
2877 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1567 case ISD::SETOGT: in TranslateM68kCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1392 case ISD::SETOGT: return SPCC::FCC_G; in FPCondCCodeToFCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp299 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in RISCVTargetLowering()
548 ISD::SETGT, ISD::SETOGT, ISD::SETGE, ISD::SETOGE, in RISCVTargetLowering()

12