/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 873 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/ |
D | ISDOpcodes.h | 1070 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/ |
D | ISDOpcodes.h | 1286 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/ |
D | HexagonSelectCCInfo.td | 43 IntRegs:$fval, SETLT)), 113 DoubleRegs:$fval, SETLT)),
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelDAGToDAG.cpp | 35 case ISD::SETLT: in intCondCode2Icc() 67 case ISD::SETLT: in fpCondCode2Fcc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 490 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/ |
D | BPFISelLowering.cpp | 523 case ISD::SETLT: in NegateCC() 732 SET_NEWCC(SETLT, JSLT); in EmitInstrWithCustomInserter() 743 CC == ISD::SETLT || in EmitInstrWithCustomInserter()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 188 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN() 207 case ICmpInst::ICMP_SLT: return ISD::SETLT; in getICmpCondCode()
|
D | TargetLoweringBase.cpp | 775 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/ |
D | WebAssemblyInstrInteger.td | 46 defm LT_S : ComparisonInt<SETLT, "lt_s">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 227 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN() 246 case ICmpInst::ICMP_SLT: return ISD::SETLT; in getICmpCondCode()
|
D | TargetLoweringBase.cpp | 550 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/ |
D | Analysis.cpp | 228 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/ |
D | TargetLowering.cpp | 321 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/ |
D | PPCISelDAGToDAG.cpp | 3007 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/ |
D | PPCISelDAGToDAG.cpp | 2967 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/ |
D | TargetLowering.cpp | 329 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/ |
D | TargetLowering.cpp | 179 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/ |
D | SIInsertSkips.cpp | 291 case ISD::SETLT: in kill()
|
D | AMDGPUInstructions.td | 250 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/ |
D | WebAssemblyInstrInteger.td | 76 defm LT_S : ComparisonInt<SETLT, "lt_s", 0x48, 0x53>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 76 defm LT_S : ComparisonInt<SETLT, "lt_s", 0x48, 0x53>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 106 [{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/ |
D | X86IntrinsicsInfo.h | 1005 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/ |
D | X86IntrinsicsInfo.h | 1010 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),
|