/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 787 SETLE, // 1 X 1 0 1 True if less than or equal enumerator 797 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 178 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN() 192 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
|
D | TargetLoweringBase.cpp | 654 CCs[RTLIB::OLE_F32] = ISD::SETLE; in InitCmpLibcallCCs() 655 CCs[RTLIB::OLE_F64] = ISD::SETLE; in InitCmpLibcallCCs() 656 CCs[RTLIB::OLE_F128] = ISD::SETLE; in InitCmpLibcallCCs()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 74 case ISD::SETLE: return true;}}}]
|
D | R600Instructions.td | 1199 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETLE),
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 74 case ISD::SETLE: return true;}}}]
|
D | R600Instructions.td | 1199 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETLE),
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectCCInfo.td | 49 IntRegs:$fval, SETLE)),
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 110 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstructions.td | 83 [{return N->get() == ISD::SETOLE || N->get() == ISD::SETLE;}] 110 def COND_SLE : PatLeaf <(cond), [{return N->get() == ISD::SETLE;}]>;
|
D | R600ISelLowering.cpp | 48 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering() 58 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2500 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETLE)), 2617 defm : ExtSetCCPat<SETLE, 2649 defm : ExtSetCCPat<SETLE, 2692 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETLE)), 2720 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETLE)), 2760 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETLE)), 2788 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETLE)), 2815 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETLE)), 2846 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETLE)), 2866 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETLE)), [all …]
|
D | PPCISelDAGToDAG.cpp | 605 case ISD::SETLE: return PPC::PRED_LE; in getPredicateForSetCC() 635 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC() 674 case ISD::SETLE: in getVCmpInst() 873 case ISD::SETLE: in SelectSETCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 147 case ISD::SETLE: in softenSetCCOperands() 1401 case ISD::SETLE: in SimplifySetCC() 1575 if (Cond == ISD::SETLE || Cond == ISD::SETULE) { in SimplifySetCC() 1579 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC() 1596 if ((Cond == ISD::SETLE || Cond == ISD::SETULE) && C1 == MaxVal) in SimplifySetCC() 1985 case ISD::SETLE: // X <=s Y --> X == 1 | Y == 0 --> ~Y | X in SimplifySetCC()
|
D | SelectionDAGDumper.cpp | 318 case ISD::SETLE: return "setle"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 880 case ISD::SETLE: in PromoteSetCCOperands() 2561 case ISD::SETLE: in IntegerExpandSetCCOperands() 2596 (CCCode == ISD::SETLE || CCCode == ISD::SETGE || in IntegerExpandSetCCOperands()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 956 case ISD::SETLE: in isLegalDSPCondCode() 1004 if (CondCode == ISD::SETLT || CondCode == ISD::SETLE) in performVSELECTCombine() 1687 Op->getOperand(2), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN() 1693 lowerMSASplatImm(Op, 2, DAG), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN()
|
D | MipsDSPInstrInfo.td | 1362 def : DSPSetCCPat<PseudoCMP_LE_PH, PseudoPICK_PH, v2i16, SETLE>; 1375 def : DSPSelectCCPat<PseudoCMP_LE_PH, PseudoPICK_PH, v2i16, SETLE>;
|
D | MipsMSAInstrInfo.td | 209 def vsetle_v16i8 : vsetcc_type<v16i8, SETLE>; 210 def vsetle_v8i16 : vsetcc_type<v8i16, SETLE>; 211 def vsetle_v4i32 : vsetcc_type<v4i32, SETLE>; 212 def vsetle_v2i64 : vsetcc_type<v2i64, SETLE>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 511 def SETLT : CondCode; def SETLE : CondCode; def SETNE : CondCode; 877 (setcc node:$lhs, node:$rhs, SETLE)>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1147 case ISD::SETLE: return ARMCC::LE; in IntCCToARMCC() 1177 case ISD::SETLE: in FPCCToARMCC() 3152 CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT; in getARMCmp() 3163 case ISD::SETLE: in getARMCmp() 3166 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE; in getARMCmp() 4306 case ISD::SETLE: Swap = true; // Fallthrough in LowerVSETCC() 4340 case ISD::SETLE: Swap = true; in LowerVSETCC() 9511 case ISD::SETLE: in PerformSELECT_CCCombine() 9523 if ((CC == ISD::SETLE || CC == ISD::SETOLE || CC == ISD::SETULE) && in PerformSELECT_CCCombine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 865 case ISD::SETLE: in changeIntCCToAArch64CC() 928 case ISD::SETLE: in changeFPCCToAArch64CC() 1036 CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT; in getAArch64Cmp() 1051 case ISD::SETLE: in getAArch64Cmp() 1057 CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE; in getAArch64Cmp() 3358 case ISD::SETLE: in LowerSELECT_CC()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 861 case ISD::SETLE: in EmitCMP()
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | assyntax.h | 622 #define SETLE(a) CHOICE(setle a, setle a, setle a) macro 1343 #define SETLE(a) setle a macro
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1331 case ISD::SETLE: return SPCC::ICC_LE; in IntCondCCodeToICC() 1353 case ISD::SETLE: in FPCondCCodeToFCC()
|