Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1598 SETLE, // 1 X 1 0 1 True if less than or equal enumerator
1608 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfa.td209 def: PatSetCC<FPR32, strict_fsetcc, SETLE, FLEQ_S, f32>;
232 def: PatSetCC<FPR64, strict_fsetcc, SETLE, FLEQ_D, f64>;
260 def: PatSetCC<FPR16, strict_fsetcc, SETLE, FLEQ_H, f16>;
H A DRISCVInstrInfoD.td397 // FIXME: SETEQ/SETLT/SETLE imply nonans, can we pick better instructions for
406 defm : PatSetCC_m<strict_fsetcc, SETLE, PseudoQuietFLE_D, Ext>;
426 def : PatSetCC<FPR64, any_fsetccs, SETLE, FLE_D, f64>;
446 def : PatSetCC<FPR64INX, any_fsetccs, SETLE, FLE_D_INX, f64>;
466 def : PatSetCC<FPR64IN32X, any_fsetccs, SETLE, FLE_D_IN32X, f64>;
H A DRISCVInstrInfoZfh.td353 // FIXME: SETEQ/SETLT/SETLE imply nonans, can we pick better instructions for
362 defm : PatSetCC_m<strict_fsetcc, SETLE, PseudoQuietFLE_H, Ext>;
399 defm : PatSetCC_m<any_fsetccs, SETLE, FLE_H, Ext>;
H A DRISCVInstrInfoVSDPatterns.td1029 defm : VPatIntegerSetCCSDNode_VV_Swappable<"PseudoVMSLE", SETLE, SETGE>;
1036 defm : VPatIntegerSetCCSDNode_VX_Swappable<"PseudoVMSLE", SETLE, SETGE>;
1044 defm : VPatIntegerSetCCSDNode_VI_Swappable<"PseudoVMSLE", SETLE, SETGE>;
1053 defm : VPatIntegerSetCCSDNode_VIPlus1_Swappable<"PseudoVMSGT", SETGE, SETLE,
1383 defm : VPatFPSetCCSDNode_VV_VF_FV<SETLE, "PseudoVMFLE", "PseudoVMFGE">;
H A DRISCVInstrInfoF.td604 // FIXME: SETEQ/SETLT/SETLE imply nonans, can we pick better instructions for
613 defm : PatSetCC_m<strict_fsetcc, SETLE, PseudoQuietFLE_S, Ext>;
650 defm : PatSetCC_m<any_fsetccs, SETLE, FLE_S, Ext>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp226 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
237 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
256 case ISD::SETLE: in getICmpCondCode()
H A DTargetLoweringBase.cpp596 CmpLibcallCCs[RTLIB::OLE_F32] = ISD::SETLE; in initCmpLibcallCCs()
597 CmpLibcallCCs[RTLIB::OLE_F64] = ISD::SETLE; in initCmpLibcallCCs()
598 CmpLibcallCCs[RTLIB::OLE_F128] = ISD::SETLE; in initCmpLibcallCCs()
599 CmpLibcallCCs[RTLIB::OLE_PPCF128] = ISD::SETLE; in initCmpLibcallCCs()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF2.td391 defm : BRCond_Bin_SWAP_F2<SETLE, "f2FCMPHS", BT32, BF32, MVC32>;
444 def : Pat<(brcond (i32 (setcc FPR32Op:$rs1, fpimm0, SETLE)), bb:$imm16),
446 def : Pat<(i32 (setcc FPR32Op:$rs1, fpimm0, SETLE)),
448 def : Pat<(select (i32 (setcc FPR32Op:$rs1, fpimm0, SETLE)), FPR32Op:$rx, FPR32Op:$false),
H A DCSKYInstrInfoF1.td371 defm : BRCond_Bin_SWAP<SETLE, "FCMPHS", BT32, BF32, MVC32>;
416 def : Pat<(brcond (i32 (setcc sFPR32Op:$rs1, fpimm0, SETLE)), bb:$imm16),
418 def : Pat<(i32 (setcc sFPR32Op:$rs1, fpimm0, SETLE)),
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp620 case ISD::SETLE: in NegateCC()
873 SET_NEWCC(SETLE, JSLE); in EmitInstrWithCustomInserter()
883 CC == ISD::SETLE); in EmitInstrWithCustomInserter()
H A DBPFInstrInfo.td125 [{return (N->getZExtValue() == ISD::SETLE);}]>;
145 [{return (N->getZExtValue() == ISD::SETLE);}]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td189 // SETOLT/SETOLE/SETULT/SETULE/SETLE/SETEQ/SETLT.
194 def : PatFPSetcc<SETLE, FCMP_CLE_S, FPR32>;
H A DLoongArchFloat64InstrInfo.td169 // SETOLT/SETOLE/SETULT/SETULE/SETLE/SETEQ/SETLT.
174 def : PatFPSetcc<SETLE, FCMP_CLE_D, FPR64>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp97 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in XtensaTargetLowering()
533 case ISD::SETLE: in getBranchOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td80 defm LE_S : ComparisonInt<SETLE, "le_s", 0x4c, 0x57>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h1503 X86_INTRINSIC_DATA(sse_comile_ss, COMI, X86ISD::COMI, ISD::SETLE),
1520 X86_INTRINSIC_DATA(sse_ucomile_ss, COMI, X86ISD::UCOMI, ISD::SETLE),
1528 X86_INTRINSIC_DATA(sse2_comile_sd, COMI, X86ISD::COMI, ISD::SETLE),
1575 X86_INTRINSIC_DATA(sse2_ucomile_sd, COMI, X86ISD::UCOMI, ISD::SETLE),
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp203 { RTLIB::OLE_F64, "__mspabi_cmpd", ISD::SETLE }, in MSP430TargetLowering()
209 { RTLIB::OLE_F32, "__mspabi_cmpf", ISD::SETLE }, in MSP430TargetLowering()
1093 case ISD::SETLE: in EmitCMP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td353 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
379 def COND_SLE : PatFrag<(ops), (OtherVT SETLE)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td3546 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETLE)),
3689 defm : ExtSetCCPat<SETLE,
3721 defm : ExtSetCCPat<SETLE,
3857 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETLE)),
3874 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETLE)),
3886 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETLE)),
3903 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETLE)),
3916 defm : CRNotPat<(i1 (SetCC Ty:$s1, Ty:$s2, SETLE)),
3988 defm : CRNotPat<(i1 (any_fsetccs f32:$s1, f32:$s2, SETLE)),
4015 defm : CRNotPat<(i1 (any_fsetccs f64:$s1, f64:$s2, SETLE)),
[all …]
H A DPPCISelDAGToDAG.cpp3366 case ISD::SETLE: { in get32BitZExtCompare()
3550 case ISD::SETLE: { in get32BitSExtCompare()
3708 case ISD::SETLE: { in get64BitZExtCompare()
3867 case ISD::SETLE: { in get64BitSExtCompare()
4233 case ISD::SETLE: in SelectCC()
4260 case ISD::SETLE: in SelectCC()
4305 case ISD::SETLE: in getPredicateForSetCC()
4338 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC()
4365 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break; in getVCmpInst()
4411 case ISD::SETGE: CC = ISD::SETLE; Swap = true; break; in getVCmpInst()
[all …]
H A DPPCInstrSPE.td834 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLE)),
855 def : Pat<(f64 (selectcc i1:$lhs, i1:$rhs, f64:$tval, f64:$fval, SETLE)),
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp832 case ISD::SETLE: in IntCondCCodeToICC()
1308 SDValue SetCC = DAG.getSetCC(dl, MVT::i32, NegatedPlus32, Zero, ISD::SETLE); in LowerSRL_PARTS()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp62 case ISD::SETLE: in ISDCCtoARCCC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp521 case ISD::SETLE: return "setle"; in getOperationName()

123