Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/AMDGPU/
Dunsupported-cc.ll30 ; CHECK: SETGE * T{{[0-9]}}.[[CHAN:[XYZW]]], KC0[2].Z, literal.x
44 ; CHECK-NEXT: SETGE {{\*? *}}T{{[0-9]\.[XYZW]}}, KC0[2].Z, {{literal\.[xy]}}
117 ; CHECK-NEXT: SETGE {{\*? *}}T{{[0-9]\.[XYZW]}}, {{literal\.[xy]}}, KC0[2].Z
Dllvm.round.ll20 ; R600-DAG: SETGE
Dsetcc.ll143 ; R600: SETGE
170 ; R600: SETGE
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h863 SETGE, // 1 X 0 1 1 True if greater than or equal enumerator
875 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp236 ISD::SETGE); in LowerUDIVREM()
242 ISD::SETGE); in LowerUDIVREM()
DAMDGPUInstructions.td60 case ISD::SETGE: return true;}}}]
DR600Instructions.td286 0xA, "SETGE",
423 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETGE))]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td49 defm GE_S : ComparisonInt<SETGE, "ge_s">;
/external/llvm/lib/CodeGen/
DAnalysis.cpp192 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
206 case ICmpInst::ICMP_SGE: return ISD::SETGE; in getICmpCondCode()
DTargetLoweringBase.cpp704 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
705 CCs[RTLIB::OGE_F64] = ISD::SETGE; in InitCmpLibcallCCs()
706 CCs[RTLIB::OGE_F128] = ISD::SETGE; in InitCmpLibcallCCs()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectCCInfo.td63 IntRegs:$fval, SETGE)),
/external/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td109 defm SETGE : SETCC<0x9D, "setge", X86_COND_GE>; // signed greater or equal
DX86IntrinsicsInfo.h1681 X86_INTRINSIC_DATA(sse2_comige_sd, COMI, X86ISD::COMI, ISD::SETGE),
1724 X86_INTRINSIC_DATA(sse2_ucomige_sd, COMI, X86ISD::UCOMI, ISD::SETGE),
1753 X86_INTRINSIC_DATA(sse_comige_ss, COMI, X86ISD::COMI, ISD::SETGE),
1764 X86_INTRINSIC_DATA(sse_ucomige_ss, COMI, X86ISD::UCOMI, ISD::SETGE),
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td86 [{return N->get() == ISD::SETOGE || N->get() == ISD::SETGE;}]
126 def COND_SGE : PatLeaf <(cond), [{return N->get() == ISD::SETGE;}]>;
DR600Instructions.td706 0xA, "SETGE",
801 [(set i32:$dst, (selectcc i32:$src0, i32:$src1, -1, 0, SETGE))]
1667 def : CND_INT_f32 <CNDGE_INT, SETGE>;
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1027 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETGE),
1074 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETGE),
1127 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETGE)),
1148 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETGE)),
1169 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETGE)),
DPPCInstrInfo.td2899 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETGE)),
3007 defm : ExtSetCCPat<SETGE,
3039 defm : ExtSetCCPat<SETGE,
3094 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETGE)),
3122 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETGE)),
3162 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETGE)),
3190 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETGE)),
3217 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETGE)),
3248 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETGE)),
3284 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETGE)),
[all …]
DPPCISelDAGToDAG.cpp2111 case ISD::SETGE: return PPC::PRED_GE; in getPredicateForSetCC()
2135 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE in getCRIdxForSetCC()
2163 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break; in getVCmpInst()
2195 case ISD::SETGE: in getVCmpInst()
2209 case ISD::SETGE: CC = ISD::SETLE; Swap = true; break; in getVCmpInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp144 case ISD::SETGE: in softenSetCCOperands()
1467 case ISD::SETGE: in SimplifySetCC()
1631 if (Cond == ISD::SETGE || Cond == ISD::SETUGE) { in SimplifySetCC()
1635 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT; in SimplifySetCC()
1663 if ((Cond == ISD::SETGE || Cond == ISD::SETUGE) && C1 == MinVal) in SimplifySetCC()
2066 case ISD::SETGE: // X >=s Y --> X == 0 | Y == 1 --> ~X | Y in SimplifySetCC()
DLegalizeIntegerTypes.cpp975 case ISD::SETGE: in PromoteSetCCOperands()
2190 SDValue LHSSign = DAG.getSetCC(dl, OType, LHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO()
2191 SDValue RHSSign = DAG.getSetCC(dl, OType, RHS, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO()
2196 SDValue SumSign = DAG.getSetCC(dl, OType, Sum, Zero, ISD::SETGE); in ExpandIntRes_SADDSUBO()
2748 case ISD::SETGE: in IntegerExpandSetCCOperands()
2781 (CCCode == ISD::SETLE || CCCode == ISD::SETGE || in IntegerExpandSetCCOperands()
2813 case ISD::SETLE: CCCode = ISD::SETGE; FlipOperands = true; break; in IntegerExpandSetCCOperands()
DSelectionDAGDumper.cpp348 case ISD::SETGE: return "setge"; in getOperationName()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp590 case ISD::SETGE: in EmitInstrWithCustomInserter()
DBPFInstrInfo.td73 [{return (N->getZExtValue() == ISD::SETGE);}]>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td585 def SETEQ : CondCode; def SETGT : CondCode; def SETGE : CondCode;
981 (setcc node:$lhs, node:$rhs, SETGE)>;
/external/llvm/lib/Target/Mips/
DMipsDSPInstrInfo.td1393 def : DSPSetCCPatInv<PseudoCMP_LT_PH, PseudoPICK_PH, v2i16, SETGE>;
1406 def : DSPSelectCCPatInv<PseudoCMP_LT_PH, PseudoPICK_PH, v2i16, SETGE>;

12