| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1365 SETLE, // 1 X 1 0 1 True if less than or equal enumerator 1375 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 39 case ISD::SETLE: in intCondCode2Icc() 73 case ISD::SETLE: in fpCondCode2Fcc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 584 case ISD::SETLE: in NegateCC() 794 SET_NEWCC(SETLE, JSLE); in EmitInstrWithCustomInserter() 804 CC == ISD::SETLE); in EmitInstrWithCustomInserter()
|
| H A D | BPFInstrInfo.td | 97 [{return (N->getZExtValue() == ISD::SETLE);}]>; 117 [{return (N->getZExtValue() == ISD::SETLE);}]>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 217 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN() 231 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
|
| H A D | TargetLoweringBase.cpp | 657 CCs[RTLIB::OLE_F32] = ISD::SETLE; in InitCmpLibcallCCs() 658 CCs[RTLIB::OLE_F64] = ISD::SETLE; in InitCmpLibcallCCs() 659 CCs[RTLIB::OLE_F128] = ISD::SETLE; in InitCmpLibcallCCs() 660 CCs[RTLIB::OLE_PPCF128] = ISD::SETLE; in InitCmpLibcallCCs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInteger.td | 80 defm LE_S : ComparisonInt<SETLE, "le_s", 0x4c, 0x57>;
|
| H A D | WebAssemblyInstrSIMD.td | 677 defm LE_S : SIMDConditionInt<"le_s", SETLE, 41>; 678 defm LE_S : SIMDCondition<I64x2, "le_s", SETLE, 218>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 1007 X86_INTRINSIC_DATA(sse_comile_ss, COMI, X86ISD::COMI, ISD::SETLE), 1024 X86_INTRINSIC_DATA(sse_ucomile_ss, COMI, X86ISD::UCOMI, ISD::SETLE), 1032 X86_INTRINSIC_DATA(sse2_comile_sd, COMI, X86ISD::COMI, ISD::SETLE), 1079 X86_INTRINSIC_DATA(sse2_ucomile_sd, COMI, X86ISD::UCOMI, ISD::SETLE),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 273 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>; 299 def COND_SLE : PatFrag<(ops), (OtherVT SETLE)>;
|
| H A D | R600ISelLowering.cpp | 101 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering() 111 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
|
| H A D | SIWholeQuadMode.cpp | 844 case ISD::SETLE: in lowerKillF32()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3196 case ISD::SETLE: { in get32BitZExtCompare() 3380 case ISD::SETLE: { in get32BitSExtCompare() 3538 case ISD::SETLE: { in get64BitZExtCompare() 3697 case ISD::SETLE: { in get64BitSExtCompare() 4053 case ISD::SETLE: in SelectCC() 4080 case ISD::SETLE: in SelectCC() 4125 case ISD::SETLE: in getPredicateForSetCC() 4158 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC() 4185 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break; in getVCmpInst() 4231 case ISD::SETGE: CC = ISD::SETLE; Swap = true; break; in getVCmpInst() [all …]
|
| H A D | PPCInstrInfo.td | 3712 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETLE)), 3855 defm : ExtSetCCPat<SETLE, 3887 defm : ExtSetCCPat<SETLE, 4023 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETLE)), 4040 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETLE)), 4052 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETLE)), 4069 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETLE)), 4082 defm : CRNotPat<(i1 (SetCC Ty:$s1, Ty:$s2, SETLE)), 4154 defm : CRNotPat<(i1 (any_fsetccs f32:$s1, f32:$s2, SETLE)), 4181 defm : CRNotPat<(i1 (any_fsetccs f64:$s1, f64:$s2, SETLE)), [all …]
|
| H A D | PPCInstrSPE.td | 842 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLE)), 863 def : Pat<(f64 (selectcc i1:$lhs, i1:$rhs, f64:$tval, f64:$fval, SETLE)),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVVLPatterns.td | 689 defm : VPatIntegerSetCCVL_VV_Swappable<vti, "PseudoVMSLE", SETLE, SETGE>; 696 defm : VPatIntegerSetCCVL_VX_Swappable<vti, "PseudoVMSLE", SETLE, SETGE>; 704 defm : VPatIntegerSetCCVL_VI_Swappable<vti, "PseudoVMSLE", SETLE, SETGE>; 927 defm : VPatFPSetCCVL_VV_VF_FV<SETLE, "PseudoVMFLE", "PseudoVMFGE">;
|
| H A D | RISCVInstrInfoVSDPatterns.td | 448 defm : VPatIntegerSetCCSDNode_VV_VX_VI<SETLE, "PseudoVMSLE">; 654 defm : VPatFPSetCCSDNode_VV_VF_FV<SETLE, "PseudoVMFLE", "PseudoVMFGE">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 203 { RTLIB::OLE_F64, "__mspabi_cmpd", ISD::SETLE }, in MSP430TargetLowering() 209 { RTLIB::OLE_F32, "__mspabi_cmpf", ISD::SETLE }, in MSP430TargetLowering() 1091 case ISD::SETLE: in EmitCMP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 830 case ISD::SETLE: in IntCondCCodeToICC() 1307 SDValue SetCC = DAG.getSetCC(dl, MVT::i32, NegatedPlus32, Zero, ISD::SETLE); in LowerSRL_PARTS()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 62 case ISD::SETLE: in ISDCCtoARCCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 458 case ISD::SETLE: return "setle"; in getOperationName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrInfo.td | 120 def vfsetle_v4f32 : vfsetcc_type<v4i32, v4f32, SETLE>; 121 def vfsetle_v2f64 : vfsetcc_type<v2i64, v2f64, SETLE>; 166 def vsetle_v16i8 : vsetcc_type<v16i8, SETLE>; 167 def vsetle_v8i16 : vsetcc_type<v8i16, SETLE>; 168 def vsetle_v4i32 : vsetcc_type<v4i32, SETLE>; 169 def vsetle_v2i64 : vsetcc_type<v2i64, SETLE>;
|
| H A D | MipsDSPInstrInfo.td | 1423 def : DSPSetCCPat<PseudoCMP_LE_PH, PseudoPICK_PH, v2i16, SETLE>; 1436 def : DSPSelectCCPat<PseudoCMP_LE_PH, PseudoPICK_PH, v2i16, SETLE>;
|
| H A D | MipsSEISelLowering.cpp | 957 case ISD::SETLE: in isLegalDSPCondCode() 1730 Op->getOperand(2), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN() 1736 lowerMSASplatImm(Op, 2, DAG, true), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1493 case ISD::SETLE: in TranslateIntegerM68kCC() 1580 case ISD::SETLE: in TranslateM68kCC()
|