Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h724 SETUGT, // 1 0 1 0 True if unordered or greater than enumerator
752 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h862 SETUGT, // 1 0 1 0 True if unordered or greater than enumerator
890 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp164 case FCmpInst::FCMP_UGT: FOC = ISD::SETGT; FPC = ISD::SETUGT; break; in getFCmpCondCode()
195 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
/external/llvm/lib/CodeGen/
DAnalysis.cpp174 case FCmpInst::FCMP_UGT: return ISD::SETUGT; in getFCmpCondCode()
190 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; in getFCmpCodeWithoutNaN()
210 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp317 case ISD::SETGT: case ISD::SETOGT: case ISD::SETUGT: in Select()
337 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE: in Select()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp238 case ISD::SETUGT: in softenSetCCOperands()
1412 if ((Cond == ISD::SETULT && C1 == 2) || (Cond == ISD::SETUGT && C1 == 1)){ in SimplifySetCC()
1577 case ISD::SETUGT: in SimplifySetCC()
1600 case ISD::SETUGT: in SimplifySetCC()
1752 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT; in SimplifySetCC()
1782 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal) in SimplifySetCC()
1788 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MinVal) in SimplifySetCC()
1800 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal-1) in SimplifySetCC()
1809 if (Cond == ISD::SETUGT && in SimplifySetCC()
1877 Cond == ISD::SETULE || Cond == ISD::SETUGT) { in SimplifySetCC()
[all …]
DLegalizeIntegerTypes.cpp971 case ISD::SETUGT: in PromoteSetCCOperands()
1683 return std::make_pair(ISD::SETUGT, ISD::UMAX); in getExpandedMinMaxOps()
2536 ISD::SETULT : ISD::SETUGT); in ExpandIntRes_UADDSUBO()
2836 case ISD::SETUGT: LowCC = ISD::SETUGT; break; in IntegerExpandSetCCOperands()
2876 CCCode == ISD::SETUGT || CCCode == ISD::SETULT))) { in IntegerExpandSetCCOperands()
2903 case ISD::SETUGT: CCCode = ISD::SETULT; FlipOperands = true; break; in IntegerExpandSetCCOperands()
DSelectionDAGDumper.cpp341 case ISD::SETUGT: return "setugt"; in getOperationName()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt76 SETUGT unimplemented
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1968 if ((Cond == ISD::SETULT && C1 == 2) || (Cond == ISD::SETUGT && C1 == 1)){ in SimplifySetCC()
2082 case ISD::SETUGT: in SimplifySetCC()
2105 case ISD::SETUGT: in SimplifySetCC()
2244 (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT); in SimplifySetCC()
2259 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal) in SimplifySetCC()
2265 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MinVal) in SimplifySetCC()
2277 else if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal-1) in SimplifySetCC()
2286 if (Cond == ISD::SETUGT && in SimplifySetCC()
2371 isCondCodeLegal(ISD::SETUGT, N0.getValueType())) in SimplifySetCC()
2372 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETUGT); in SimplifySetCC()
[all …]
DLegalizeIntegerTypes.cpp818 case ISD::SETUGT: in PromoteSetCCOperands()
2235 ISD::SETULT : ISD::SETUGT); in ExpandIntRes_UADDSUBO()
2513 case ISD::SETUGT: LowCC = ISD::SETUGT; break; in IntegerExpandSetCCOperands()
2548 CCCode == ISD::SETUGT || CCCode == ISD::SETULT))) { in IntegerExpandSetCCOperands()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectCCInfo.td30 IntRegs:$fval, SETUGT)),
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td52 defm GT_U : ComparisonInt<SETUGT, "gt_u">;
DWebAssemblyISelLowering.cpp78 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE}) in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.td551 defm SETPGTu16 : PTX_SETP_I<RegI16, "u16", i16imm, SETUGT, "gt">;
564 defm SETPGTu32 : PTX_SETP_I<RegI32, "u32", i32imm, SETUGT, "gt">;
577 defm SETPGTu64 : PTX_SETP_I<RegI64, "u64", i64imm, SETUGT, "gt">;
590 defm SETPGTf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUGT, SETOGT, "gt">;
599 defm SETPGTf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUGT, SETOGT, "gt">;
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1007 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETUGT),
1054 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETUGT),
1133 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETUGT)),
1154 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETUGT)),
1175 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETUGT)),
DPPCISelDAGToDAG.cpp2113 case ISD::SETUGT: return PPC::PRED_GT; in getPredicateForSetCC()
2145 case ISD::SETUGT: return 1; in getCRIdxForSetCC()
2165 case ISD::SETUGT: CC = ISD::SETULT; Swap = true; break; in getVCmpInst()
2209 case ISD::SETULT: CC = ISD::SETUGT; Swap = true; break; in getVCmpInst()
2217 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break; in getVCmpInst()
2243 case ISD::SETUGT: in getVCmpInst()
DPPCInstrInfo.td3006 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETUGT)),
3013 // SETOLE, SETONE, SETULT and SETUGT should be expanded by legalize for
3157 def : Pat<(i1 (setcc i32:$s1, immZExt16:$imm, SETUGT)),
3202 def : Pat<(i1 (setcc i32:$s1, i32:$s2, SETUGT)),
3225 def : Pat<(i1 (setcc i64:$s1, immZExt16:$imm, SETUGT)),
3270 def : Pat<(i1 (setcc i64:$s1, i64:$s2, SETUGT)),
3382 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETUGT)),
3406 def : Pat<(i32 (selectcc i1:$lhs, i1:$rhs, i32:$tval, i32:$fval, SETUGT)),
3427 def : Pat<(i64 (selectcc i1:$lhs, i1:$rhs, i64:$tval, i64:$fval, SETUGT)),
3448 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETUGT)),
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td772 def : Pat<(setcc (i32 GPR:$L), (i32 GPR:$R), SETUGT),
809 (i32 GPR:$T), (i32 GPR:$F), SETUGT),
842 def : Pat<(brcond (setcc (i32 GPR:$L), (i32 GPR:$R), SETUGT), bb:$T),
DMBlazeInstrFPU.td188 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUGT),
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp568 case ISD::SETUGT: return PPC::PRED_GT; in getPredicateForSetCC()
604 case ISD::SETUGT: return 1; in getCRIdxForSetCC()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp542 case ISD::SETUGT: in EmitInstrWithCustomInserter()
DBPFInstrInfo.td77 [{return (N->getZExtValue() == ISD::SETUGT);}]>;
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp194 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
199 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
290 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
326 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType()
965 case ISD::SETUGT: in isLegalDSPCondCode()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp656 case ISD::SETUGT: return SPCC::ICC_GU; in IntCondCCodeToICC()
680 case ISD::SETUGT: return SPCC::FCC_UG; in FPCondCCodeToFCC()

123