/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 776 SETUGE, // 1 0 1 1 True if unordered, greater than, or equal enumerator 803 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 164 case FCmpInst::FCMP_UGE: return ISD::SETUGE; in getFCmpCondCode() 180 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN() 195 case ICmpInst::ICMP_UGE: return ISD::SETUGE; in getICmpCondCode()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 59 case ISD::SETOGE: case ISD::SETUGE:
|
D | AMDILISelLowering.cpp | 136 setOperationAction(ISD::SETUGE, VT, Expand); in InitAMDILLowering()
|
D | R600Instructions.td | 441 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETUGE))]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 59 case ISD::SETOGE: case ISD::SETUGE:
|
D | AMDILISelLowering.cpp | 136 setOperationAction(ISD::SETUGE, VT, Expand); in InitAMDILLowering()
|
D | R600Instructions.td | 441 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETUGE))]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 178 case ISD::SETUGE: in softenSetCCOperands() 1391 case ISD::SETUGE: in SimplifySetCC() 1414 case ISD::SETUGE: in SimplifySetCC() 1560 if (Cond == ISD::SETGE || Cond == ISD::SETUGE) { in SimplifySetCC() 1592 if ((Cond == ISD::SETGE || Cond == ISD::SETUGE) && C1 == MinVal) in SimplifySetCC() 1682 } else if (Cond == ISD::SETULT || Cond == ISD::SETUGE || in SimplifySetCC() 1695 NewCond = (Cond == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE; in SimplifySetCC() 1766 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETUGE); in SimplifySetCC() 1984 case ISD::SETUGE: // X >=u Y --> X == 1 | Y == 0 --> ~Y | X in SimplifySetCC()
|
D | SelectionDAGDumper.cpp | 309 case ISD::SETUGE: return "setuge"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 867 case ISD::SETUGE: in PromoteSetCCOperands() 2564 case ISD::SETUGE: LowCC = ISD::SETUGE; break; in IntegerExpandSetCCOperands() 2597 CCCode == ISD::SETUGE || CCCode == ISD::SETULE)) || in IntegerExpandSetCCOperands()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectCCInfo.td | 68 IntRegs:$fval, SETUGE)),
|
D | HexagonISelLowering.cpp | 1130 setCondCodeAction(ISD::SETUGE, MVT::f32, Legal); in HexagonTargetLowering() 1131 setCondCodeAction(ISD::SETUGE, MVT::f64, Legal); in HexagonTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 608 case ISD::SETUGE: in getPredicateForSetCC() 632 case ISD::SETUGE: in getCRIdxForSetCC() 689 case ISD::SETUGE: in getVCmpInst() 858 case ISD::SETUGE: { in SelectSETCC()
|
D | PPCInstrInfo.td | 2508 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETUGE)), 2686 defm : CRNotPat<(i1 (setcc i32:$s1, immZExt16:$imm, SETUGE)), 2714 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETUGE)), 2754 defm : CRNotPat<(i1 (setcc i64:$s1, immZExt16:$imm, SETUGE)), 2782 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETUGE)), 2809 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETUGE)), 2840 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETUGE)),
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 193 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering() 198 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering() 286 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType() 322 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType() 962 case ISD::SETUGE: return !IsV216; in isLegalDSPCondCode()
|
D | MipsDSPInstrInfo.td | 1370 def : DSPSetCCPatInv<PseudoCMPU_LT_QB, PseudoPICK_QB, v4i8, SETUGE>; 1383 def : DSPSelectCCPatInv<PseudoCMPU_LT_QB, PseudoPICK_QB, v4i8, SETUGE>;
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstructions.td | 99 def COND_UGE : PatLeaf <(cond), [{return N->get() == ISD::SETUGE;}]>;
|
D | AMDGPUISelLowering.cpp | 990 case ISD::SETUGE: in CombineMinMax() 1577 ISD::SETUGE); in LowerUDIVREM() 1583 ISD::SETUGE); in LowerUDIVREM()
|
D | SIISelLowering.cpp | 60 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in SITargetLowering() 67 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in SITargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 507 def SETUEQ : CondCode; def SETUGT : CondCode; def SETUGE : CondCode; 861 (setcc node:$lhs, node:$rhs, SETUGE)>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1149 case ISD::SETUGE: return ARMCC::HS; in IntCCToARMCC() 1174 case ISD::SETUGE: CondCode = ARMCC::PL; break; in FPCCToARMCC() 3157 case ISD::SETUGE: in getARMCmp() 3173 CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE; in getARMCmp() 3377 if (CC == ISD::SETUGE || CC == ISD::SETOGE || CC == ISD::SETOLE || in checkVSELConstraints() 3400 if (CC == ISD::SETULE || CC == ISD::SETULT || CC == ISD::SETUGE || in checkVSELConstraints() 4309 case ISD::SETUGE: Swap = true; // Fallthrough in LowerVSETCC() 4345 case ISD::SETUGE: Opc = ARMISD::VCGEU; break; in LowerVSETCC() 9535 case ISD::SETUGE: in PerformSELECT_CCCombine() 9539 IsUnordered = (CC == ISD::SETUGT || CC == ISD::SETUGE); in PerformSELECT_CCCombine() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 869 case ISD::SETUGE: in changeIntCCToAArch64CC() 921 case ISD::SETUGE: in changeFPCCToAArch64CC() 963 case ISD::SETUGE: in changeVectorFPCCToAArch64CC() 1042 case ISD::SETUGE: in getAArch64Cmp() 1068 CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE; in getAArch64Cmp() 3352 case ISD::SETUGE: in LowerSELECT_CC()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 837 case ISD::SETUGE: in EmitCMP()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3570 case ISD::SETUGE: return X86::COND_AE; in TranslateX86CC() 3588 case ISD::SETUGE: in TranslateX86CC() 3612 case ISD::SETUGE: // flipped in TranslateX86CC() 12049 case ISD::SETUGE: SSECC = 5; break; in translateX86FSETCC() 12117 case ISD::SETUGE: SSECC = 5; Unsigned = true; break; //NLT in LowerIntVSETCC_AVX512() 12247 case ISD::SETUGE: Swap = true; in LowerVSETCC() 12262 case ISD::SETUGE: Opc = X86ISD::UMAX; MinMax = true; break; in LowerVSETCC() 12292 case ISD::SETUGE: Subus = true; Invert = false; Swap = true; break; in LowerVSETCC() 19132 case ISD::SETUGE: in matchIntegerMINMAX() 19150 case ISD::SETUGE: in matchIntegerMINMAX() [all …]
|