Home
last modified time | relevance | path

Searched refs:SETLT (Results 1 – 25 of 135) sorted by relevance

123456

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h873 SETLT, // 1 X 1 0 0 True if less than enumerator
884 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1070 SETLT, // 1 X 1 0 0 True if less than enumerator
1081 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1286 SETLT, // 1 X 1 0 0 True if less than enumerator
1297 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectCCInfo.td43 IntRegs:$fval, SETLT)),
113 DoubleRegs:$fval, SETLT)),
/external/llvm-project/llvm/lib/Target/VE/
DVEISelDAGToDAG.cpp35 case ISD::SETLT: in intCondCode2Icc()
67 case ISD::SETLT: in fpCondCode2Fcc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp490 case ISD::SETLT: in NegateCC()
693 SET_NEWCC(SETLT, JSLT); in EmitInstrWithCustomInserter()
704 CC == ISD::SETLT || in EmitInstrWithCustomInserter()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp523 case ISD::SETLT: in NegateCC()
732 SET_NEWCC(SETLT, JSLT); in EmitInstrWithCustomInserter()
743 CC == ISD::SETLT || in EmitInstrWithCustomInserter()
/external/llvm/lib/CodeGen/
DAnalysis.cpp188 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
207 case ICmpInst::ICMP_SLT: return ISD::SETLT; in getICmpCondCode()
DTargetLoweringBase.cpp775 CCs[RTLIB::OLT_F32] = ISD::SETLT; in InitCmpLibcallCCs()
776 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
777 CCs[RTLIB::OLT_F128] = ISD::SETLT; in InitCmpLibcallCCs()
778 CCs[RTLIB::OLT_PPCF128] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td46 defm LT_S : ComparisonInt<SETLT, "lt_s">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp227 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
246 case ICmpInst::ICMP_SLT: return ISD::SETLT; in getICmpCondCode()
DTargetLoweringBase.cpp550 CCs[RTLIB::OLT_F32] = ISD::SETLT; in InitCmpLibcallCCs()
551 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
552 CCs[RTLIB::OLT_F128] = ISD::SETLT; in InitCmpLibcallCCs()
553 CCs[RTLIB::OLT_PPCF128] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp228 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
247 case ICmpInst::ICMP_SLT: return ISD::SETLT; in getICmpCondCode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp321 case ISD::SETLT: in softenSetCCOperands()
769 if (CC == ISD::SETLT && Op1.getValueType().isInteger() && in SimplifyMultipleUseDemandedBits()
1423 if (CC == ISD::SETLT && Op1.getValueType().isInteger() && in SimplifyDemandedBits()
3687 case ISD::SETLT: in SimplifySetCC()
3904 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC()
3916 if (Cond == ISD::SETLT || Cond == ISD::SETULT) { in SimplifySetCC()
3970 ISD::SETLT); in SimplifySetCC()
4260 case ISD::SETLT: // X <s Y --> X == 1 & Y == 0 --> ~Y & X in SimplifySetCC()
6190 Next = DAG.getSelectCC(dl, LH, Zero, NextSub, Next, ISD::SETLT); in expandMUL_LOHI()
6194 Next = DAG.getSelectCC(dl, RH, Zero, NextSub, Next, ISD::SETLT); in expandMUL_LOHI()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3007 case ISD::SETLT: { in get32BitZExtCompare()
3186 case ISD::SETLT: { in get32BitSExtCompare()
3341 case ISD::SETLT: { in get64BitZExtCompare()
3501 case ISD::SETLT: { in get64BitSExtCompare()
3798 case ISD::SETLT: in SelectCC()
3825 case ISD::SETLT: in SelectCC()
3871 case ISD::SETLT: in getPredicateForSetCC()
3898 case ISD::SETLT: return 0; // Bit #0 = SETOLT in getCRIdxForSetCC()
3934 case ISD::SETLT: CC = ISD::SETGT; Swap = true; break; in getVCmpInst()
3980 case ISD::SETLT: CC = ISD::SETGT; Swap = true; break; in getVCmpInst()
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2967 case ISD::SETLT: { in get32BitZExtCompare()
3146 case ISD::SETLT: { in get32BitSExtCompare()
3301 case ISD::SETLT: { in get64BitZExtCompare()
3461 case ISD::SETLT: { in get64BitSExtCompare()
3764 case ISD::SETLT: in SelectCC()
3791 case ISD::SETLT: in SelectCC()
3842 case ISD::SETLT: in getPredicateForSetCC()
3869 case ISD::SETLT: return 0; // Bit #0 = SETOLT in getCRIdxForSetCC()
3906 case ISD::SETLT: CC = ISD::SETGT; Swap = true; break; in getVCmpInst()
3952 case ISD::SETLT: CC = ISD::SETGT; Swap = true; break; in getVCmpInst()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp329 case ISD::SETLT: in softenSetCCOperands()
737 if (CC == ISD::SETLT && Op1.getValueType().isInteger() && in SimplifyMultipleUseDemandedBits()
1307 if (CC == ISD::SETLT && Op1.getValueType().isInteger() && in SimplifyDemandedBits()
3382 case ISD::SETLT: in SimplifySetCC()
3599 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC()
3611 if (Cond == ISD::SETLT || Cond == ISD::SETULT) { in SimplifySetCC()
3664 ISD::SETLT); in SimplifySetCC()
3965 case ISD::SETLT: // X <s Y --> X == 1 & Y == 0 --> ~Y & X in SimplifySetCC()
5903 Next = DAG.getSelectCC(dl, LH, Zero, NextSub, Next, ISD::SETLT); in expandMUL_LOHI()
5907 Next = DAG.getSelectCC(dl, RH, Zero, NextSub, Next, ISD::SETLT); in expandMUL_LOHI()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp179 case ISD::SETLT: in softenSetCCOperands()
1587 case ISD::SETLT: in SimplifySetCC()
1767 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC()
1778 if ((Cond == ISD::SETLT || Cond == ISD::SETULT) && C1 == MinVal) in SimplifySetCC()
1791 if ((Cond == ISD::SETLT || Cond == ISD::SETULT) && C1 == MaxVal) in SimplifySetCC()
1795 if ((Cond == ISD::SETLT || Cond == ISD::SETULT) && C1 == MinVal+1) in SimplifySetCC()
1813 ISD::SETLT); in SimplifySetCC()
2149 case ISD::SETLT: // X <s Y --> X == 1 & Y == 0 --> ~Y & X in SimplifySetCC()
3143 DAG.getConstant(0, dl, NVT), Ret, ISD::SETLT); in expandFP_TO_SINT()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp291 case ISD::SETLT: in kill()
DAMDGPUInstructions.td250 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
276 def COND_SLT : PatFrag<(ops), (OtherVT SETLT)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td76 defm LT_S : ComparisonInt<SETLT, "lt_s", 0x48, 0x53>;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td76 defm LT_S : ComparisonInt<SETLT, "lt_s", 0x48, 0x53>;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td106 [{return N->get() == ISD::SETOLT || N->get() == ISD::SETLT;}]
142 def COND_SLT : PatLeaf <(cond), [{return N->get() == ISD::SETLT;}]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1005 X86_INTRINSIC_DATA(sse_comilt_ss, COMI, X86ISD::COMI, ISD::SETLT),
1022 X86_INTRINSIC_DATA(sse_ucomilt_ss, COMI, X86ISD::UCOMI, ISD::SETLT),
1029 X86_INTRINSIC_DATA(sse2_comilt_sd, COMI, X86ISD::COMI, ISD::SETLT),
1076 X86_INTRINSIC_DATA(sse2_ucomilt_sd, COMI, X86ISD::UCOMI, ISD::SETLT),
/external/llvm-project/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1010 X86_INTRINSIC_DATA(sse_comilt_ss, COMI, X86ISD::COMI, ISD::SETLT),
1027 X86_INTRINSIC_DATA(sse_ucomilt_ss, COMI, X86ISD::UCOMI, ISD::SETLT),
1035 X86_INTRINSIC_DATA(sse2_comilt_sd, COMI, X86ISD::COMI, ISD::SETLT),
1082 X86_INTRINSIC_DATA(sse2_ucomilt_sd, COMI, X86ISD::UCOMI, ISD::SETLT),

123456